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

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cc57 void NORETURN CheckFailed(const char *file, int line, const char *cond, function in namespace:__sanitizer
/external/llvm/lib/Analysis/
H A DLint.cpp137 // CheckFailed - A check failed, so print out the condition and the message
140 void CheckFailed(const Twine &Message, function in class:__anon21069::Lint
163 do { if (!(C)) { CheckFailed(M); return; } } while (0)
165 do { if (!(C)) { CheckFailed(M, V1); return; } } while (0)
167 do { if (!(C)) { CheckFailed(M, V1, V2); return; } } while (0)
169 do { if (!(C)) { CheckFailed(M, V1, V2, V3); return; } } while (0)
171 do { if (!(C)) { CheckFailed(M, V1, V2, V3, V4); return; } } while (0)
/external/llvm/lib/IR/
H A DVerifier.cpp349 // CheckFailed - A check failed, so print out the condition and the message
352 void CheckFailed(const Twine &Message, function in struct:__anon21257::Verifier
363 void CheckFailed(const Twine &Message, const Value *V1, function in struct:__anon21257::Verifier
372 void CheckFailed(const Twine &Message, Type *T1, function in struct:__anon21257::Verifier
391 do { if (!(C)) { CheckFailed(M); return; } } while (0)
393 do { if (!(C)) { CheckFailed(M, V1); return; } } while (0)
395 do { if (!(C)) { CheckFailed(M, V1, V2); return; } } while (0)
397 do { if (!(C)) { CheckFailed(M, V1, V2, V3); return; } } while (0)
399 do { if (!(C)) { CheckFailed(M, V1, V2, V3, V4); return; } } while (0)
634 CheckFailed("invali
[all...]

Completed in 200 milliseconds