| /llvm-project-15.0.7/flang/runtime/ |
| H A D | terminator.h | 36 [[noreturn]] void CheckFailed( 38 [[noreturn]] void CheckFailed(const char *predicate) const; 54 (terminator).CheckFailed(#pred, __FILE__, __LINE__) 60 Terminator{__FILE__, __LINE__}.CheckFailed(#pred)
|
| H A D | terminator.cpp | 52 [[noreturn]] void Terminator::CheckFailed( in CheckFailed() function in Fortran::runtime::Terminator 58 [[noreturn]] void Terminator::CheckFailed(const char *predicate) const { in CheckFailed() function in Fortran::runtime::Terminator
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/ |
| H A D | scudo_termination.cpp | 35 void NORETURN CheckFailed(const char *File, int Line, const char *Condition, in CheckFailed() function
|
| /llvm-project-15.0.7/flang/unittests/Runtime/ |
| H A D | RuntimeCrashTest.cpp | 41 ASSERT_DEATH(t.CheckFailed("predicate", "someFileName", 789), in TEST() 47 ASSERT_DEATH(t.CheckFailed("predicate"), in TEST()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Verifier.cpp | 240 void CheckFailed(const Twine &Message) { in CheckFailed() function 252 CheckFailed(Message); in CheckFailed() 1592 CheckFailed(("invalid requirement on flag, " in visitModuleFlags() 1832 CheckFailed("Attribute '" + Attr.getAsString() + in verifyParameterAttrs() 2072 CheckFailed("'allocsize' " + Name + in verifyFunctionAttrs() 2095 CheckFailed( in verifyFunctionAttrs() 4637 CheckFailed("Use of instruction is not an instruction!", U); in visitInstruction() 6289 return Diagnostic->CheckFailed(Args...); in CheckFailed() 6396 CheckFailed( in verifyTBAABaseNodeImpl() 6412 CheckFailed("Offsets must be increasing!", &I, BaseNode); in verifyTBAABaseNodeImpl() [all …]
|
| /llvm-project-15.0.7/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 | 293 void NORETURN CheckFailed(const char *file, int line, const char *cond, 314 __sanitizer::CheckFailed(__FILE__, __LINE__, \
|
| H A D | sanitizer_common.h | 314 CheckFailed(const char *file, int line, const char *cond, u64 v1, u64 v2);
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Verifier.h | 43 template <typename... Tys> void CheckFailed(Tys &&... Args);
|
| /llvm-project-15.0.7/compiler-rt/lib/ubsan_minimal/ |
| H A D | ubsan_minimal_handlers.cpp | 67 void NORETURN CheckFailed(const char *file, int, const char *cond, u64, u64) { in CheckFailed() function
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | Lint.cpp | 155 void CheckFailed(const Twine &Message) { MessagesStr << Message << '\n'; } in CheckFailed() function in __anon26f08d4a0111::Lint 162 void CheckFailed(const Twine &Message, const T1 &V1, const Ts &... Vs) { in CheckFailed() function in __anon26f08d4a0111::Lint 163 CheckFailed(Message); in CheckFailed() 173 CheckFailed(__VA_ARGS__); \
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/tool/ |
| H A D | ClangdMain.cpp | 717 CheckFailed = 3 enumerator 1007 : static_cast<int>(ErrorResultCode::CheckFailed); in main()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 2051 bool CheckFailed = SemaRef.CheckConstraintSatisfaction( in TransformNestedRequirement() local 2053 (void)CheckFailed; in TransformNestedRequirement() 2054 assert((!CheckFailed || Trap.hasErrorOccurred()) && in TransformNestedRequirement()
|