| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Verifier.cpp | 241 void CheckFailed(const Twine &Message) { in CheckFailed() function 252 void CheckFailed(const Twine &Message, const T1 &V1, const Ts &... Vs) { in CheckFailed() function 253 CheckFailed(Message); in CheckFailed() 581 do { if (!(C)) { CheckFailed(__VA_ARGS__); return; } } while (false) 645 CheckFailed("Global is referenced by parentless instruction!", &GV, &M, in visitGlobalValue() 648 CheckFailed("Global is referenced in a different module!", &GV, &M, I, in visitGlobalValue() 654 CheckFailed("Global is used by function in a different module", &GV, &M, in visitGlobalValue() 1522 CheckFailed("invalid requirement on flag, flag is not present in module", in visitModuleFlags() 1528 CheckFailed(("invalid requirement on flag, " in visitModuleFlags() 1731 CheckFailed("invalid value for '" #DISPLAY_NAME "' attribute: " + V + \ in verifyAttributeTypes() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_termination.cc | 68 void NORETURN CheckFailed(const char *file, int line, const char *cond, in CheckFailed() function
|
| H A D | sanitizer_internal_defs.h | 288 void NORETURN CheckFailed(const char *file, int line, const char *cond, 306 __sanitizer::CheckFailed(__FILE__, __LINE__, \
|
| H A D | sanitizer_common.h | 252 CheckFailed(const char *file, int line, const char *cond, u64 v1, u64 v2);
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_termination.cc | 70 void NORETURN CheckFailed(const char *file, int line, const char *cond, in CheckFailed() function
|
| H A D | sanitizer_internal_defs.h | 281 void NORETURN CheckFailed(const char *file, int line, const char *cond, 299 __sanitizer::CheckFailed(__FILE__, __LINE__, \
|
| H A D | sanitizer_common.h | 256 CheckFailed(const char *file, int line, const char *cond, u64 v1, u64 v2);
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_termination.cpp | 67 void NORETURN CheckFailed(const char *file, int line, const char *cond, in CheckFailed() function
|
| H A D | sanitizer_common.h | 309 CheckFailed(const char *file, int line, const char *cond, u64 v1, u64 v2);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Verifier.h | 43 template <typename... Tys> void CheckFailed(Tys &&... Args);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | Lint.cpp | 158 void CheckFailed(const Twine &Message) { MessagesStr << Message << '\n'; } in CheckFailed() function in __anonfec56c450111::Lint 165 void CheckFailed(const Twine &Message, const T1 &V1, const Ts &... Vs) { in CheckFailed() function in __anonfec56c450111::Lint 166 CheckFailed(Message); in CheckFailed() 176 CheckFailed(__VA_ARGS__); \
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan_minimal/ |
| H A D | ubsan_minimal_handlers.cc | 67 void NORETURN CheckFailed(const char *file, int, const char *cond, u64, u64) { in CheckFailed() function
|