Home
last modified time | relevance | path

Searched refs:CheckFailed (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Analysis/
DLint.cpp140 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/
Dsanitizer_internal_defs.h170 void NORETURN CheckFailed(const char *file, int line, const char *cond,
189 __sanitizer::CheckFailed(__FILE__, __LINE__, \
Dsanitizer_common.cc57 void NORETURN CheckFailed(const char *file, int line, const char *cond, in CheckFailed() function
Dsanitizer_common.h150 CheckFailed(const char *file, int line, const char *cond, u64 v1, u64 v2);
/external/llvm/lib/IR/
DVerifier.cpp328 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 …]