Searched refs:CheckFailed (Results 1 – 8 of 8) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/ |
| HD | Verifier.cpp | 215 void CheckFailed(const Twine &Message) { in CheckFailed() function 226 void CheckFailed(const Twine &Message, const T1 &V1, const Ts &... Vs) { in CheckFailed() function 227 CheckFailed(Message); in CheckFailed() 540 do { if (!(C)) { CheckFailed(__VA_ARGS__); return; } } while (false) 605 CheckFailed("Global is referenced by parentless instruction!", &GV, &M, in visitGlobalValue() 608 CheckFailed("Global is referenced in a different module!", &GV, &M, I, in visitGlobalValue() 614 CheckFailed("Global is used by function in a different module", &GV, &M, in visitGlobalValue() 1378 CheckFailed("invalid requirement on flag, flag is not present in module", in visitModuleFlags() 1384 CheckFailed(("invalid requirement on flag, " in visitModuleFlags() 1570 CheckFailed("Attribute '" + A.getAsString() + in verifyAttributeTypes() [all …]
|
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/ |
| HD | scudo_termination.cpp | 35 void NORETURN CheckFailed(const char *File, int Line, const char *Condition, in CheckFailed() function
|
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_termination.cpp | 69 void NORETURN CheckFailed(const char *file, int line, const char *cond, in CheckFailed() function
|
| HD | sanitizer_internal_defs.h | 280 void NORETURN CheckFailed(const char *file, int line, const char *cond, 298 __sanitizer::CheckFailed(__FILE__, __LINE__, \
|
| HD | sanitizer_common.h | 267 CheckFailed(const char *file, int line, const char *cond, u64 v1, u64 v2);
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| HD | Lint.cpp | 172 void CheckFailed(const Twine &Message) { MessagesStr << Message << '\n'; } in CheckFailed() function in __anone30ab4510111::Lint 179 void CheckFailed(const Twine &Message, const T1 &V1, const Ts &...Vs) { in CheckFailed() function in __anone30ab4510111::Lint 180 CheckFailed(Message); in CheckFailed() 198 do { if (!(C)) { CheckFailed(__VA_ARGS__); return; } } while (false) in INITIALIZE_PASS_DEPENDENCY()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| HD | Verifier.h | 43 template <typename... Tys> void CheckFailed(Tys &&... Args);
|
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/ubsan_minimal/ |
| HD | ubsan_minimal_handlers.cpp | 67 void NORETURN CheckFailed(const char *file, int, const char *cond, u64, u64) { in CheckFailed() function
|