Searched refs:GTEST_HAS_POSIX_RE (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h81 // GTEST_HAS_POSIX_RE - Define it to 1/0 to indicate that POSIX regular
177 // GTEST_HAS_POSIX_RE (see above) which users can
417 #ifndef GTEST_HAS_POSIX_RE
420 # define GTEST_HAS_POSIX_RE (__ANDROID_API__ >= 9) macro
422 # define GTEST_HAS_POSIX_RE (!GTEST_OS_WINDOWS) macro
429 #elif GTEST_HAS_POSIX_RE
/gem5/ext/googletest/googletest/test/
H A Dgtest-port_test.cc386 # if GTEST_HAS_POSIX_RE

Completed in 21 milliseconds