HomeSort by relevance Sort by last modified time
    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 325 // CheckFailed - A check failed, so print out the condition and the message
328 void CheckFailed(const Twine &Message,
339 void CheckFailed(const Twine &Message, const Value *V1,
348 void CheckFailed(const Twine &Message, Type *T1,
367 do { if (!(C)) { CheckFailed(M); return; } } while (0)
369 do { if (!(C)) { CheckFailed(M, V1); return; } } while (0)
371 do { if (!(C)) { CheckFailed(M, V1, V2); return; } } while (0)
373 do { if (!(C)) { CheckFailed(M, V1, V2, V3); return; } } while (0)
375 do { if (!(C)) { CheckFailed(M, V1, V2, V3, V4); return; } } while (0)
548 CheckFailed("invalid requirement on flag, flag is not present in module"
    [all...]

Completed in 521 milliseconds