Searched refs:CheckFailed (Results 1 - 5 of 5) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h202 void NORETURN CheckFailed(const char *file, int line, const char *cond,
221 __sanitizer::CheckFailed(__FILE__, __LINE__, \
H A Dsanitizer_common.cc73 void NORETURN CheckFailed(const char *file, int line, const char *cond, function in namespace:__sanitizer
H A Dsanitizer_common.h216 CheckFailed(const char *file, int line, const char *cond, u64 v1, u64 v2);
225 // Specific tools may override behavior of "Die" and "CheckFailed" functions
/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 102 milliseconds