Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_termination.cpp35 void NORETURN CheckFailed(const char *File, int Line, const char *Condition, in CheckFailed() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp241 void CheckFailed(const Twine &Message) { in CheckFailed() function
253 CheckFailed(Message); in CheckFailed()
583 do { if (!(C)) { CheckFailed(__VA_ARGS__); return; } } while (false)
1531 CheckFailed(("invalid requirement on flag, " in visitModuleFlags()
1764 CheckFailed("Attribute '" + Attr.getAsString() + in verifyParameterAttrs()
1996 CheckFailed("'allocsize' " + Name + in verifyFunctionAttrs()
4387 CheckFailed("Use of instruction is not an instruction!", U); in visitInstruction()
5808 return Diagnostic->CheckFailed(Args...); in CheckFailed()
5915 CheckFailed( in verifyTBAABaseNodeImpl()
5931 CheckFailed("Offsets must be increasing!", &I, BaseNode); in verifyTBAABaseNodeImpl()
[all …]
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_termination.cpp67 void NORETURN CheckFailed(const char *file, int line, const char *cond, in CheckFailed() function
H A Dsanitizer_internal_defs.h276 void NORETURN CheckFailed(const char *file, int line, const char *cond,
294 __sanitizer::CheckFailed(__FILE__, __LINE__, \
H A Dsanitizer_common.h308 CheckFailed(const char *file, int line, const char *cond, u64 v1, u64 v2);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DVerifier.h43 template <typename... Tys> void CheckFailed(Tys &&... Args);
/freebsd-13.1/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) { in CheckFailed() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp158 void CheckFailed(const Twine &Message) { MessagesStr << Message << '\n'; } in CheckFailed() function in __anon3b490e4e0111::Lint
165 void CheckFailed(const Twine &Message, const T1 &V1, const Ts &... Vs) { in CheckFailed() function in __anon3b490e4e0111::Lint
166 CheckFailed(Message); in CheckFailed()
176 CheckFailed(__VA_ARGS__); \