Searched refs:CheckFailed (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/VMCore/ |
D | Verifier.cpp | 322 void CheckFailed(const Twine &Message, in CheckFailed() function 333 void CheckFailed(const Twine &Message, const Value *V1, in CheckFailed() function 342 void CheckFailed(const Twine &Message, Type *T1, in CheckFailed() function 361 do { if (!(C)) { CheckFailed(M); return; } } while (0) in INITIALIZE_PASS_DEPENDENCY() 363 do { if (!(C)) { CheckFailed(M, V1); return; } } while (0) 365 do { if (!(C)) { CheckFailed(M, V1, V2); return; } } while (0) 367 do { if (!(C)) { CheckFailed(M, V1, V2, V3); return; } } while (0) 369 do { if (!(C)) { CheckFailed(M, V1, V2, V3, V4); return; } } while (0) 1617 CheckFailed("Use of instruction is not an instruction!", *UI); in visitInstruction() 1819 CheckFailed(IntrinsicParam(ArgNo, NumRetVals) + " is not " in PerformTypeCheck() [all …]
|
/external/llvm/lib/Analysis/ |
D | Lint.cpp | 140 void CheckFailed(const Twine &Message, in CheckFailed() function in __anon0b7fc1400111::Lint 163 do { if (!(C)) { CheckFailed(M); return; } } while (0) in INITIALIZE_PASS_DEPENDENCY() 165 do { if (!(C)) { CheckFailed(M, V1); return; } } while (0) 167 do { if (!(C)) { CheckFailed(M, V1, V2); return; } } while (0) 169 do { if (!(C)) { CheckFailed(M, V1, V2, V3); return; } } while (0) 171 do { if (!(C)) { CheckFailed(M, V1, V2, V3, V4); return; } } while (0)
|
/external/compiler-rt/lib/asan/ |
D | asan_internal.h | 152 void NORETURN CheckFailed(const char *cond, const char *file, int line); 271 CheckFailed(#cond, __FILE__, __LINE__); \
|
D | asan_rtl.cc | 291 void CheckFailed(const char *cond, const char *file, int line) { in CheckFailed() function
|