Home
last modified time | relevance | path

Searched defs:Assert (Results 1 – 9 of 9) sorted by relevance

/llvm-project/libc/AOR_v20.02/networking/
H A Dchksum_common.h25 #define Assert(exp) assert(exp) macro
27 #define Assert(exp) (void) (exp) macro
/llvm-project/libc/AOR_v20.02/networking/test/
H A Dchksum.c24 #define Assert(exp) assert(exp) macro
26 #define Assert(exp) (void) (exp) macro
/llvm-project/third-party/unittest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h242 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 DValueHandle.h37 enum HandleBaseKind { Assert, Callback, Weak, WeakTracking }; enumerator
/llvm-project/clang/test/Analysis/
H A Dcfref_rdar6080742.c36 #define Assert(condition)if (!(condition)) { DebugStop("Assertion failure: %s [File: %s, Line: %lu]… macro
/llvm-project/clang/lib/ASTMatchers/
H A DGtestMatchers.cpp32 Assert, enumerator
/llvm-project/clang/unittests/Format/
H A DFormatTestTableGen.cpp340 TEST_F(FormatTestTableGen,Assert) TEST_F() argument
/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h95 Assert = OBJECT_START_FIRST, global() enumerator
/llvm-project/polly/lib/Analysis/
H A DScopDetection.cpp399 inline bool ScopDetection::invalid(DetectionContext &Context, bool Assert, in invalid() argument
[all...]