Searched refs:CheckFailed (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_termination.cpp35 void NORETURN CheckFailed(const char *File, int Line, const char *Condition, function in namespace:__sanitizer
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_termination.cpp9 /// This file contains the Sanitizer termination functions CheckFailed and Die,
69 void NORETURN CheckFailed(const char *file, int line, const char *cond, function in namespace:__sanitizer
H A Dsanitizer_internal_defs.h280 void NORETURN CheckFailed(const char *file, int line, const char *cond,
298 __sanitizer::CheckFailed(__FILE__, __LINE__, \
H A Dsanitizer_common.h267 CheckFailed(const char *file, int line, const char *cond, u64 v1, u64 v2);
272 // Specific tools may override behavior of "Die" and "CheckFailed" functions
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DVerifier.h43 template <typename... Tys> void CheckFailed(Tys &&... Args);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/ubsan_minimal/
H A Dubsan_minimal_handlers.cpp67 void NORETURN CheckFailed(const char *file, int, const char *cond, u64, u64) { function in namespace:__sanitizer
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp215 void CheckFailed(const Twine &Message) { function in struct:llvm::VerifierSupport
226 void CheckFailed(const Twine &Message, const T1 &V1, const Ts &... Vs) { function in struct:llvm::VerifierSupport
227 CheckFailed(Message);
540 do { if (!(C)) { CheckFailed(__VA_ARGS__); return; } } while (false)
605 CheckFailed("Global is referenced by parentless instruction!", &GV, &M,
608 CheckFailed("Global is referenced in a different module!", &GV, &M, I,
614 CheckFailed("Global is used by function in a different module", &GV, &M,
1378 CheckFailed("invalid requirement on flag, flag is not present in module",
1384 CheckFailed(("invalid requirement on flag, "
1570 CheckFailed("Attribut
5174 template <typename... Tys> void TBAAVerifier::CheckFailed(Tys &&... Args) { function in class:TBAAVerifier
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp172 void CheckFailed(const Twine &Message) { MessagesStr << Message << '\n'; } function in class:__anon4453::Lint
179 void CheckFailed(const Twine &Message, const T1 &V1, const Ts &...Vs) { function in class:__anon4453::Lint
180 CheckFailed(Message);
198 do { if (!(C)) { CheckFailed(__VA_ARGS__); return; } } while (false)

Completed in 183 milliseconds