Searched refs:CheckFailed (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/scudo/ |
| H A D | scudo_termination.cpp | 36 void NORETURN CheckFailed(const char *File, int Line, const char *Condition, in CheckFailed() function
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Verifier.cpp | 212 void CheckFailed(const Twine &Message) { in CheckFailed() function 224 CheckFailed(Message); in CheckFailed() 1359 CheckFailed(("invalid requirement on flag, " in visitModuleFlags() 1542 CheckFailed("Attribute '" + A.getAsString() + in verifyAttributeTypes() 1548 CheckFailed("Attribute '" + A.getAsString() + in verifyAttributeTypes() 1788 CheckFailed("'allocsize' " + Name + in verifyFunctionAttrs() 3953 CheckFailed("Use of instruction is not an instruction!", U); in visitInstruction() 4890 return Diagnostic->CheckFailed(Args...); in CheckFailed() 4997 CheckFailed( in verifyTBAABaseNodeImpl() 5013 CheckFailed("Offsets must be increasing!", &I, BaseNode); in verifyTBAABaseNodeImpl() [all …]
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_termination.cc | 70 void NORETURN CheckFailed(const char *file, int line, const char *cond, in CheckFailed() function
|
| H A D | sanitizer_internal_defs.h | 281 void NORETURN CheckFailed(const char *file, int line, const char *cond, 299 __sanitizer::CheckFailed(__FILE__, __LINE__, \
|
| H A D | sanitizer_common.h | 266 CheckFailed(const char *file, int line, const char *cond, u64 v1, u64 v2);
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Verifier.h | 44 template <typename... Tys> void CheckFailed(Tys &&... Args);
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | Lint.cpp | 172 void CheckFailed(const Twine &Message) { MessagesStr << Message << '\n'; } in CheckFailed() function in __anonf872bc5f0111::Lint 179 void CheckFailed(const Twine &Message, const T1 &V1, const Ts &...Vs) { in CheckFailed() function in __anonf872bc5f0111::Lint 180 CheckFailed(Message); in CheckFailed() 198 do { if (!(C)) { CheckFailed(__VA_ARGS__); return; } } while (false) in INITIALIZE_PASS_DEPENDENCY()
|
| /freebsd-12.1/contrib/compiler-rt/lib/ubsan_minimal/ |
| H A D | ubsan_minimal_handlers.cc | 67 void NORETURN CheckFailed(const char *file, int, const char *cond, u64, u64) { in CheckFailed() function
|