Searched refs:my_assert (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/libcxxabi/test/ |
D | catch_multi_level_pointer.pass.cpp | 17 #define my_assert(pred, msg) do_assert(pred, msg, __LINE__, __PRETTY_FUNCTION__) macro 61 my_assert(can_convert, "non-convertible type incorrectly caught"); in catch_pointer_test() 62 my_assert(catch_ptr == catch2, in catch_pointer_test() 65 my_assert(!can_convert, "convertible type incorrectly not caught"); in catch_pointer_test()
|
/external/libcxxabi/test/ |
D | catch_multi_level_pointer.pass.cpp | 18 #define my_assert(pred, msg) do_assert(pred, msg, __LINE__, __PRETTY_FUNCTION__) macro 62 my_assert(can_convert, "non-convertible type incorrectly caught"); in catch_pointer_test() 63 my_assert(catch_ptr == catch2, in catch_pointer_test() 66 my_assert(!can_convert, "convertible type incorrectly not caught"); in catch_pointer_test()
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | bugprone-assert-side-effect.cpp | 19 #define my_assert(x) 1 macro 21 #define my_assert(x) \ macro 72 my_assert(X = 1); in main()
|
/external/llvm-project/clang/docs/ |
D | LanguageExtensions.rst | 2646 void my_assert(bool pred, int line = __builtin_LINE(), // Captures line of caller
|