Searched refs:CheckFailed (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Analysis/ |
D | Lint.cpp | 140 void CheckFailed(const Twine &Message, in CheckFailed() function in __anon339be4620111::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/sanitizer_common/ |
D | sanitizer_internal_defs.h | 170 void NORETURN CheckFailed(const char *file, int line, const char *cond, 189 __sanitizer::CheckFailed(__FILE__, __LINE__, \
|
D | sanitizer_common.cc | 57 void NORETURN CheckFailed(const char *file, int line, const char *cond, in CheckFailed() function
|
D | sanitizer_common.h | 150 CheckFailed(const char *file, int line, const char *cond, u64 v1, u64 v2);
|
/external/llvm/lib/IR/ |
D | Verifier.cpp | 328 void CheckFailed(const Twine &Message, in CheckFailed() function 339 void CheckFailed(const Twine &Message, const Value *V1, in CheckFailed() function 348 void CheckFailed(const Twine &Message, Type *T1, in CheckFailed() function 367 do { if (!(C)) { CheckFailed(M); return; } } while (0) in INITIALIZE_PASS_DEPENDENCY() 369 do { if (!(C)) { CheckFailed(M, V1); return; } } while (0) 371 do { if (!(C)) { CheckFailed(M, V1, V2); return; } } while (0) 373 do { if (!(C)) { CheckFailed(M, V1, V2, V3); return; } } while (0) 375 do { if (!(C)) { CheckFailed(M, V1, V2, V3, V4); return; } } while (0) 548 CheckFailed("invalid requirement on flag, flag is not present in module", in visitModuleFlags() 554 CheckFailed(("invalid requirement on flag, " in visitModuleFlags() [all …]
|