Searched defs:static_assert (Results 1 – 11 of 11) sorted by relevance
/external/strace/ |
D | static_assert.h | 40 # define static_assert _Static_assert macro 44 # define static_assert(expr, message) \ macro
|
/external/clang/test/SemaTemplate/ |
D | instantiate-array.cpp | 8 #define static_assert(__b, __m) \ macro
|
/external/clang/test/Lexer/ |
D | cxx0x_keyword_as_cxx98.cpp | 21 #define static_assert(b, s) int CONCAT(check, __LINE__)[(b) ? 1 : 0]; macro
|
/external/clang/test/Modules/ |
D | templates.mm | 72 static_assert(size_left == size_right, "same field both ways"); function
|
/external/clang/test/CXX/dcl.decl/dcl.init/ |
D | p5.cpp | 43 #define static_assert(B, S) typedef int assert_failed[(B) ? 1 : -1]; macro
|
/external/libunwind_llvm/src/ |
D | config.h | 26 #define static_assert(__b, __m) \ macro
|
/external/clang/test/Preprocessor/ |
D | cxx_oper_keyword_ms_compat.cpp | 82 #define static_assert macro
|
/external/clang/test/SemaCXX/ |
D | expression-traits.cpp | 20 # define static_assert(b_, m_) \ macro
|
D | abstract.cpp | 7 #define static_assert(__b, __m) \ macro
|
D | cxx1y-variable-templates_in_class.cpp | 8 #define static_assert(expr, msg) typedef int static_assert[(expr) ? 1 : -1]; macro
|
/external/harfbuzz_ng/src/ |
D | hb.hh | 136 #define static_assert(e, msg) \ macro
|