HomeSort by relevance Sort by last modified time
    Searched refs:CheckFailed (Results 1 - 5 of 5) sorted by null

  /sdk/find_java/
find_java.bat 27 if not defined java_exe goto :CheckFailed
37 :CheckFailed
  /external/llvm/lib/VMCore/
Verifier.cpp 319 // CheckFailed - A check failed, so print out the condition and the message
322 void CheckFailed(const Twine &Message,
333 void CheckFailed(const Twine &Message, const Value *V1,
342 void CheckFailed(const Twine &Message, Type *T1,
361 do { if (!(C)) { CheckFailed(M); return; } } while (0)
363 do { if (!(C)) { CheckFailed(M, V1); return; } } while (0)
365 do { if (!(C)) { CheckFailed(M, V1, V2); return; } } while (0)
367 do { if (!(C)) { CheckFailed(M, V1, V2, V3); return; } } while (0)
369 do { if (!(C)) { CheckFailed(M, V1, V2, V3, V4); return; } } while (0)
    [all...]
  /external/compiler-rt/lib/asan/
asan_internal.h 152 void NORETURN CheckFailed(const char *cond, const char *file, int line);
271 CheckFailed(#cond, __FILE__, __LINE__); \
asan_rtl.cc 291 void CheckFailed(const char *cond, const char *file, int line) {
  /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)

Completed in 625 milliseconds