Home
last modified time | relevance | path

Searched refs:my_assert (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/libcxxabi/test/
Dcatch_multi_level_pointer.pass.cpp17 #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/
Dcatch_multi_level_pointer.pass.cpp18 #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/
Dbugprone-assert-side-effect.cpp19 #define my_assert(x) 1 macro
21 #define my_assert(x) \ macro
72 my_assert(X = 1); in main()
/external/llvm-project/clang/docs/
DLanguageExtensions.rst2646 void my_assert(bool pred, int line = __builtin_LINE(), // Captures line of caller