OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TEST_HAS_BUILTIN
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/support/
test_macros.h
32
#define
TEST_HAS_BUILTIN
(X) __has_builtin(X)
34
#define
TEST_HAS_BUILTIN
(X) 0
/external/libcxx/test/support/
test_macros.h
43
#define
TEST_HAS_BUILTIN
(X) __has_builtin(X)
45
#define
TEST_HAS_BUILTIN
(X) 0
Completed in 613 milliseconds