Searched refs:CheckFailed (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Verifier.cpp | 260 void CheckFailed(const Twine &Message) { in CheckFailed() function 272 CheckFailed(Message); in CheckFailed() 413 this->CheckFailed(Message); in verify() 1698 CheckFailed(("invalid requirement on flag, " in visitModuleFlags() 1946 CheckFailed("Attribute '" + Attr.getAsString() + in verifyParameterAttrs() 2193 CheckFailed("'allocsize' " + Name + in verifyFunctionAttrs() 2216 CheckFailed( in verifyFunctionAttrs() 2275 CheckFailed( in verifyFunctionAttrs() 6795 return Diagnostic->CheckFailed(Args...); in CheckFailed() 6902 CheckFailed( in verifyTBAABaseNodeImpl() [all …]
|
| /freebsd-14.2/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
|
| H A D | sanitizer_internal_defs.h | 303 void NORETURN CheckFailed(const char *file, int line, const char *cond, 324 __sanitizer::CheckFailed(__FILE__, __LINE__, \
|
| H A D | sanitizer_common.h | 324 CheckFailed(const char *file, int line, const char *cond, u64 v1, u64 v2);
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Verifier.h | 43 template <typename... Tys> void CheckFailed(Tys &&... Args);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | Lint.cpp | 153 void CheckFailed(const Twine &Message) { MessagesStr << Message << '\n'; } in CheckFailed() function in __anon6e7dde900111::Lint 160 void CheckFailed(const Twine &Message, const T1 &V1, const Ts &... Vs) { in CheckFailed() function in __anon6e7dde900111::Lint 161 CheckFailed(Message); in CheckFailed() 171 CheckFailed(__VA_ARGS__); \
|
| /freebsd-14.2/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
|