OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CheckFailed
(Results
1 - 4
of
4
) sorted by null
/sdk/find_java/
find_java.bat
27
if not defined java_exe goto :
CheckFailed
37
:
CheckFailed
/external/compiler-rt/lib/sanitizer_common/
sanitizer_common.cc
57
void NORETURN
CheckFailed
(const char *file, int line, const char *cond,
/external/llvm/lib/Analysis/
Lint.cpp
137
//
CheckFailed
- A check failed, so print out the condition and the message
140
void
CheckFailed
(const Twine &Message,
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/
Verifier.cpp
349
//
CheckFailed
- A check failed, so print out the condition and the message
352
void
CheckFailed
(const Twine &Message,
363
void
CheckFailed
(const Twine &Message, const Value *V1,
372
void
CheckFailed
(const Twine &Message, Type *T1,
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
("invalid requirement on flag, flag is not present in module"
[
all
...]
Completed in 103 milliseconds