Searched defs:Assert (Results 1 – 9 of 9) sorted by relevance
/llvm-project/libc/AOR_v20.02/networking/ |
H A D | chksum_common.h | 25 #define Assert(exp) assert(exp) macro 27 #define Assert(exp) (void) (exp) macro
|
/llvm-project/libc/AOR_v20.02/networking/test/ |
H A D | chksum.c | 24 #define Assert(exp) assert(exp) macro 26 #define Assert(exp) (void) (exp) macro
|
/llvm-project/third-party/unittest/googlemock/include/gmock/internal/ |
H A D | gmock-internal-utils.h | 242 inline void Assert(bool condition, const char* file, int line, in Assert() function 249 inline void Assert(bool condition, const char* file, int line) { in Assert() function
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | ValueHandle.h | 37 enum HandleBaseKind { Assert, Callback, Weak, WeakTracking }; enumerator
|
/llvm-project/clang/test/Analysis/ |
H A D | cfref_rdar6080742.c | 36 #define Assert(condition)if (!(condition)) { DebugStop("Assertion failure: %s [File: %s, Line: %lu]… macro
|
/llvm-project/clang/lib/ASTMatchers/ |
H A D | GtestMatchers.cpp | 32 Assert, enumerator
|
/llvm-project/clang/unittests/Format/ |
H A D | FormatTestTableGen.cpp | 340 TEST_F(FormatTestTableGen,Assert) TEST_F() argument
|
/llvm-project/llvm/lib/TableGen/ |
H A D | TGLexer.h | 95 Assert = OBJECT_START_FIRST, global() enumerator
|
/llvm-project/polly/lib/Analysis/ |
H A D | ScopDetection.cpp | 399 inline bool ScopDetection::invalid(DetectionContext &Context, bool Assert, in invalid() argument [all...] |