Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/VMCore/
DVerifier.cpp329 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/
DLint.cpp137 void CheckFailed(const Twine &Message, in CheckFailed() function in __anonf49fc9870111::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/
Dscudo_termination.cpp34 void NORETURN CheckFailed(const char *file, int line, const char *cond, in CheckFailed() function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_termination.cc70 void NORETURN CheckFailed(const char *file, int line, const char *cond, in CheckFailed() function
Dsanitizer_internal_defs.h201 void NORETURN CheckFailed(const char *file, int line, const char *cond,
219 __sanitizer::CheckFailed(__FILE__, __LINE__, \
Dsanitizer_common.h339 CheckFailed(const char *file, int line, const char *cond, u64 v1, u64 v2);
/external/llvm/lib/Analysis/
DLint.cpp150 void CheckFailed(const Twine &Message) { MessagesStr << Message << '\n'; } in CheckFailed() function in __anond87651db0111::Lint
157 void CheckFailed(const Twine &Message, const T1 &V1, const Ts &...Vs) { in CheckFailed() function in __anond87651db0111::Lint
158 CheckFailed(Message); in CheckFailed()
176 do { if (!(C)) { CheckFailed(__VA_ARGS__); return; } } while (0) in INITIALIZE_PASS_DEPENDENCY()
/external/llvm/lib/IR/
DVerifier.cpp174 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/
DWasmTranslator.cpp1400 auto *CheckFailed = getBoundsFailTarget(); in sanitizeAddress() local
1406 InstBr::create(Func, Check, CheckPassed, CheckFailed)); in sanitizeAddress()