Searched defs:CheckFailed (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cc73 void NORETURN CheckFailed(const char *file, int line, const char *cond, function in namespace:__sanitizer
/external/llvm/lib/Analysis/
H A DLint.cpp136 // CheckFailed - A check failed, so print out the condition and the message
139 void CheckFailed(const Twine &Message, function in class:__anon25689::Lint
162 do { if (!(C)) { CheckFailed(M); return; } } while (0)
164 do { if (!(C)) { CheckFailed(M, V1); return; } } while (0)
166 do { if (!(C)) { CheckFailed(M, V1, V2); return; } } while (0)
168 do { if (!(C)) { CheckFailed(M, V1, V2, V3); return; } } while (0)
170 do { if (!(C)) { CheckFailed(M, V1, V2, V3, V4); return; } } while (0)
/external/llvm/lib/IR/
H A DVerifier.cpp116 // CheckFailed - A check failed, so print out the condition and the message
119 void CheckFailed(const Twine &Message, const Value *V1 = nullptr, function in struct:__anon25867::VerifierSupport
130 void CheckFailed(const Twine &Message, const Value *V1, Type *T2, function in struct:__anon25867::VerifierSupport
139 void CheckFailed(const Twine &Message, Type *T1, Type *T2 = nullptr, function in struct:__anon25867::VerifierSupport
148 void CheckFailed(const Twine &Message, const Comdat *C) { function in struct:__anon25867::VerifierSupport
360 do { if (!(C)) { CheckFailed(M); return; } } while (0)
362 do { if (!(C)) { CheckFailed(M, V1); return; } } while (0)
364 do { if (!(C)) { CheckFailed(M, V1, V2); return; } } while (0)
366 do { if (!(C)) { CheckFailed(M, V1, V2, V3); return; } } while (0)
368 do { if (!(C)) { CheckFailed(
[all...]

Completed in 1015 milliseconds