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

  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator64_testlib.cc 49 void NORETURN CheckFailed(const char *file, int line, const char *cond,
51 fprintf(stderr, "CheckFailed: %s:%d %s (%lld %lld)\n",
  /sdk/find_java/
find_java.bat 27 if not defined java_exe goto :CheckFailed
37 :CheckFailed
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 83 void NORETURN CheckFailed(const char *file, int line, const char *cond,
102 __sanitizer::CheckFailed(__FILE__, __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)
  /external/llvm/lib/VMCore/
Verifier.cpp 321 // CheckFailed - A check failed, so print out the condition and the message
324 void CheckFailed(const Twine &Message,
335 void CheckFailed(const Twine &Message, const Value *V1,
344 void CheckFailed(const Twine &Message, Type *T1,
363 do { if (!(C)) { CheckFailed(M); return; } } while (0)
365 do { if (!(C)) { CheckFailed(M, V1); return; } } while (0)
367 do { if (!(C)) { CheckFailed(M, V1, V2); return; } } while (0)
369 do { if (!(C)) { CheckFailed(M, V1, V2, V3); return; } } while (0)
371 do { if (!(C)) { CheckFailed(M, V1, V2, V3, V4); return; } } while (0)
    [all...]
  /external/compiler-rt/lib/asan/
asan_rtl.cc 53 void CheckFailed(const char *file, int line, const char *cond, u64 v1, u64 v2) {
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_report.cc 29 void CheckFailed(const char *file, int line, const char *cond, u64 v1, u64 v2) {

Completed in 81 milliseconds