/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Verifier.cpp | 329 void CheckFailed(const Twine &Message, in CheckFailed() function 340 void CheckFailed(const Twine &Message, const Value *V1, in CheckFailed() function 349 void CheckFailed(const Twine &Message, Type *T1, in CheckFailed() function 368 do { if (!(C)) { CheckFailed(M); return; } } while (0) in INITIALIZE_PASS_DEPENDENCY() 370 do { if (!(C)) { CheckFailed(M, V1); return; } } while (0) 372 do { if (!(C)) { CheckFailed(M, V1, V2); return; } } while (0) 374 do { if (!(C)) { CheckFailed(M, V1, V2, V3); return; } } while (0) 376 do { if (!(C)) { CheckFailed(M, V1, V2, V3, V4); return; } } while (0) 1509 CheckFailed("Use of instruction is not an instruction!", *UI); in visitInstruction() 1586 CheckFailed("Invoke result does not dominate all uses!", Op,&I); in visitInstruction() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | Lint.cpp | 137 void CheckFailed(const Twine &Message, in CheckFailed() function in __anonb9fa4a910111::Lint 159 do { if (!(C)) { CheckFailed(M); return; } } while (0) in INITIALIZE_PASS_DEPENDENCY() 161 do { if (!(C)) { CheckFailed(M, V1); return; } } while (0) 163 do { if (!(C)) { CheckFailed(M, V1, V2); return; } } while (0) 165 do { if (!(C)) { CheckFailed(M, V1, V2, V3); return; } } while (0) 167 do { if (!(C)) { CheckFailed(M, V1, V2, V3, V4); return; } } while (0)
|
/external/compiler-rt/lib/scudo/ |
D | scudo_termination.cpp | 34 void NORETURN CheckFailed(const char *file, int line, const char *cond, in CheckFailed() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Verifier.cpp | 214 void CheckFailed(const Twine &Message) { in CheckFailed() function 225 void CheckFailed(const Twine &Message, const T1 &V1, const Ts &... Vs) { in CheckFailed() function 226 CheckFailed(Message); in CheckFailed() 527 do { if (!(C)) { CheckFailed(__VA_ARGS__); return; } } while (false) 592 CheckFailed("Global is referenced by parentless instruction!", &GV, &M, in visitGlobalValue() 595 CheckFailed("Global is referenced in a different module!", &GV, &M, I, in visitGlobalValue() 601 CheckFailed("Global is used by function in a different module", &GV, &M, in visitGlobalValue() 1315 CheckFailed("invalid requirement on flag, flag is not present in module", in visitModuleFlags() 1321 CheckFailed(("invalid requirement on flag, " in visitModuleFlags() 1503 CheckFailed("Attribute '" + A.getAsString() + in verifyAttributeTypes() [all …]
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_internal_defs.h | 201 void NORETURN CheckFailed(const char *file, int line, const char *cond, 219 __sanitizer::CheckFailed(__FILE__, __LINE__, \
|
D | sanitizer_termination.cc | 70 void NORETURN CheckFailed(const char *file, int line, const char *cond, in CheckFailed() function
|
D | sanitizer_common.h | 339 CheckFailed(const char *file, int line, const char *cond, u64 v1, u64 v2);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Verifier.h | 44 template <typename... Tys> void CheckFailed(Tys &&... Args);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | Lint.cpp | 172 void CheckFailed(const Twine &Message) { MessagesStr << Message << '\n'; } in CheckFailed() function in __anon23ddff3d0111::Lint 179 void CheckFailed(const Twine &Message, const T1 &V1, const Ts &...Vs) { in CheckFailed() function in __anon23ddff3d0111::Lint 180 CheckFailed(Message); in CheckFailed() 198 do { if (!(C)) { CheckFailed(__VA_ARGS__); return; } } while (false) in INITIALIZE_PASS_DEPENDENCY()
|
/external/llvm/lib/Analysis/ |
D | Lint.cpp | 150 void CheckFailed(const Twine &Message) { MessagesStr << Message << '\n'; } in CheckFailed() function in __anon1d2494e50111::Lint 157 void CheckFailed(const Twine &Message, const T1 &V1, const Ts &...Vs) { in CheckFailed() function in __anon1d2494e50111::Lint 158 CheckFailed(Message); in CheckFailed() 176 do { if (!(C)) { CheckFailed(__VA_ARGS__); return; } } while (0) in INITIALIZE_PASS_DEPENDENCY()
|
/external/llvm/lib/IR/ |
D | Verifier.cpp | 174 void CheckFailed(const Twine &Message) { in CheckFailed() function 185 void CheckFailed(const Twine &Message, const T1 &V1, const Ts &... Vs) { in CheckFailed() function 186 CheckFailed(Message); in CheckFailed() 472 do { if (!(C)) { CheckFailed(__VA_ARGS__); return; } } while (0) 520 CheckFailed("Global is referenced by parentless instruction!", &GV, in visitGlobalValue() 523 CheckFailed("Global is referenced in a different module!", &GV, in visitGlobalValue() 529 CheckFailed("Global is used by function in a different module", &GV, in visitGlobalValue() 1176 CheckFailed("invalid requirement on flag, flag is not present in module", in visitModuleFlags() 1182 CheckFailed(("invalid requirement on flag, " in visitModuleFlags() 1307 CheckFailed("Attribute '" + I->getAsString() + in verifyAttributeTypes() [all …]
|
/external/swiftshader/third_party/subzero/src/ |
D | WasmTranslator.cpp | 1400 auto *CheckFailed = getBoundsFailTarget(); in sanitizeAddress() local 1406 InstBr::create(Func, Check, CheckPassed, CheckFailed)); in sanitizeAddress()
|