Searched defs:CheckFailed (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_termination.cpp | 67 void NORETURN CheckFailed(const char *file, int line, const char *cond, in CheckFailed() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan_minimal/ |
H A D | ubsan_minimal_handlers.cpp | 80 void NORETURN CheckFailed(const char *file, int, const char *cond, u64, u64) { in CheckFailed() function
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | Lint.cpp | 158 void CheckFailed(const Twine &Message) { MessagesStr << Message << '\n'; } in CheckFailed() function in __anon88a7481a0111::Lint 165 void CheckFailed(const Twine &Message, const T1 &V1, const Ts &... Vs) { in CheckFailed() function in __anon88a7481a0111::Lint
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Verifier.cpp | 286 void CheckFailed(const Twine &Message) { in CheckFailed() function 297 void CheckFailed(const Twine &Message, const T1 &V1, const Ts &... Vs) { in CheckFailed() function 7207 template <typename... Tys> void TBAAVerifier::CheckFailed(Tys &&... Args) { in CheckFailed() function in TBAAVerifier
|