/external/tpm2-tss/test/tpmclient/ |
D | tpmclient.int.c | 130 #define CheckFailed(rval, expected_rval) { \ macro 192 CheckFailed( rval, TPM2_RC_INITIALIZE ); in TestTpmStartup() 281 CheckFailed(rval, TPM2_RC_VALUE+TPM2_RC_1+TPM2_RC_P); in TestTpmGetCapability() 306 CheckFailed( rval, TPM2_RC_DISABLED ); in TestTpmClear() 313 CheckFailed( rval, TPM2_RC_9 + TPM2_RC_RESERVED_BITS ); in TestTpmClear() 316 CheckFailed( rval, TPM2_RC_9 + TPM2_RC_RESERVED_BITS ); in TestTpmClear() 378 CheckFailed( rval, TPM2_RC_VALUE + TPM2_RC_P + TPM2_RC_3 ); in TestStartAuthSession() 499 CheckFailed( rval, TPM2_RC_1 + TPM2_RC_S + TPM2_RC_BAD_AUTH ); in TestHierarchyChangeAuth() 502 CheckFailed( rval, TPM2_RC_1 + TPM2_RC_VALUE ); in TestHierarchyChangeAuth() 608 CheckFailed( rval, TSS2_SYS_RC_BAD_VALUE ); in TestPcrExtend() [all …]
|
/external/llvm-project/flang/runtime/ |
D | terminator.h | 33 [[noreturn]] void CheckFailed( 35 [[noreturn]] void CheckFailed(const char *predicate) const; 51 (terminator).CheckFailed(#pred, __FILE__, __LINE__) 57 Terminator{__FILE__, __LINE__}.CheckFailed(#pred)
|
D | terminator.cpp | 51 [[noreturn]] void Terminator::CheckFailed( in CheckFailed() function in Fortran::runtime::Terminator 57 [[noreturn]] void Terminator::CheckFailed(const char *predicate) const { in CheckFailed() function in Fortran::runtime::Terminator
|
/external/tensorflow/tensorflow/lite/c/ |
D | c_test.c | 32 static void CheckFailed(const char *expression, const char *filename, in CheckFailed() function 50 : CheckFailed(STRINGIZE(condition), __FILE__, __LINE__))
|
/external/llvm-project/compiler-rt/lib/scudo/ |
D | scudo_termination.cpp | 35 void NORETURN CheckFailed(const char *File, int Line, const char *Condition, in CheckFailed() function
|
/external/compiler-rt/lib/scudo/ |
D | scudo_termination.cpp | 34 void NORETURN CheckFailed(const char *file, int line, const char *cond, in CheckFailed() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Verifier.cpp | 215 void CheckFailed(const Twine &Message) { in CheckFailed() function 226 void CheckFailed(const Twine &Message, const T1 &V1, const Ts &... Vs) { in CheckFailed() function 227 CheckFailed(Message); in CheckFailed() 540 do { if (!(C)) { CheckFailed(__VA_ARGS__); return; } } while (false) 605 CheckFailed("Global is referenced by parentless instruction!", &GV, &M, in visitGlobalValue() 608 CheckFailed("Global is referenced in a different module!", &GV, &M, I, in visitGlobalValue() 614 CheckFailed("Global is used by function in a different module", &GV, &M, in visitGlobalValue() 1378 CheckFailed("invalid requirement on flag, flag is not present in module", in visitModuleFlags() 1384 CheckFailed(("invalid requirement on flag, " in visitModuleFlags() 1570 CheckFailed("Attribute '" + A.getAsString() + in verifyAttributeTypes() [all …]
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_termination.cc | 70 void NORETURN CheckFailed(const char *file, int line, const char *cond, in CheckFailed() function
|
D | sanitizer_internal_defs.h | 201 void NORETURN CheckFailed(const char *file, int line, const char *cond, 219 __sanitizer::CheckFailed(__FILE__, __LINE__, \
|
D | sanitizer_common.h | 339 CheckFailed(const char *file, int line, const char *cond, u64 v1, u64 v2);
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_termination.cpp | 69 void NORETURN CheckFailed(const char *file, int line, const char *cond, in CheckFailed() function
|
D | sanitizer_internal_defs.h | 276 void NORETURN CheckFailed(const char *file, int line, const char *cond, 294 __sanitizer::CheckFailed(__FILE__, __LINE__, \
|
D | sanitizer_common.h | 292 CheckFailed(const char *file, int line, const char *cond, u64 v1, u64 v2);
|
/external/llvm-project/llvm/lib/IR/ |
D | Verifier.cpp | 215 void CheckFailed(const Twine &Message) { in CheckFailed() function 226 void CheckFailed(const Twine &Message, const T1 &V1, const Ts &... Vs) { in CheckFailed() function 227 CheckFailed(Message); in CheckFailed() 547 do { if (!(C)) { CheckFailed(__VA_ARGS__); return; } } while (false) 611 CheckFailed("Global is referenced by parentless instruction!", &GV, &M, in visitGlobalValue() 614 CheckFailed("Global is referenced in a different module!", &GV, &M, I, in visitGlobalValue() 620 CheckFailed("Global is used by function in a different module", &GV, &M, in visitGlobalValue() 1462 CheckFailed("invalid requirement on flag, flag is not present in module", in visitModuleFlags() 1468 CheckFailed(("invalid requirement on flag, " in visitModuleFlags() 1665 CheckFailed("Attribute '" + A.getAsString() + "' should have an Argument", in verifyAttributeTypes() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Verifier.h | 43 template <typename... Tys> void CheckFailed(Tys &&... Args);
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Verifier.h | 43 template <typename... Tys> void CheckFailed(Tys &&... Args);
|
/external/llvm-project/compiler-rt/lib/ubsan_minimal/ |
D | ubsan_minimal_handlers.cpp | 67 void NORETURN CheckFailed(const char *file, int, const char *cond, u64, u64) { in CheckFailed() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | Lint.cpp | 172 void CheckFailed(const Twine &Message) { MessagesStr << Message << '\n'; } in CheckFailed() function in __anon6e2fa7e50111::Lint 179 void CheckFailed(const Twine &Message, const T1 &V1, const Ts &...Vs) { in CheckFailed() function in __anon6e2fa7e50111::Lint 180 CheckFailed(Message); in CheckFailed() 198 do { if (!(C)) { CheckFailed(__VA_ARGS__); return; } } while (false) in INITIALIZE_PASS_DEPENDENCY()
|
/external/llvm/lib/Analysis/ |
D | Lint.cpp | 150 void CheckFailed(const Twine &Message) { MessagesStr << Message << '\n'; } in CheckFailed() function in __anonca332dc30111::Lint 157 void CheckFailed(const Twine &Message, const T1 &V1, const Ts &...Vs) { in CheckFailed() function in __anonca332dc30111::Lint 158 CheckFailed(Message); in CheckFailed() 176 do { if (!(C)) { CheckFailed(__VA_ARGS__); return; } } while (0) in INITIALIZE_PASS_DEPENDENCY()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | Lint.cpp | 158 void CheckFailed(const Twine &Message) { MessagesStr << Message << '\n'; } in CheckFailed() function in __anon337477f10111::Lint 165 void CheckFailed(const Twine &Message, const T1 &V1, const Ts &... Vs) { in CheckFailed() function in __anon337477f10111::Lint 166 CheckFailed(Message); in CheckFailed() 176 CheckFailed(__VA_ARGS__); \
|
/external/llvm/lib/IR/ |
D | Verifier.cpp | 174 void CheckFailed(const Twine &Message) { in CheckFailed() function 185 void CheckFailed(const Twine &Message, const T1 &V1, const Ts &... Vs) { in CheckFailed() function 186 CheckFailed(Message); in CheckFailed() 472 do { if (!(C)) { CheckFailed(__VA_ARGS__); return; } } while (0) 520 CheckFailed("Global is referenced by parentless instruction!", &GV, in visitGlobalValue() 523 CheckFailed("Global is referenced in a different module!", &GV, in visitGlobalValue() 529 CheckFailed("Global is used by function in a different module", &GV, in visitGlobalValue() 1176 CheckFailed("invalid requirement on flag, flag is not present in module", in visitModuleFlags() 1182 CheckFailed(("invalid requirement on flag, " in visitModuleFlags() 1307 CheckFailed("Attribute '" + I->getAsString() + in verifyAttributeTypes() [all …]
|
/external/llvm-project/clang-tools-extra/clangd/tool/ |
D | ClangdMain.cpp | 587 CheckFailed = 3 enumerator 879 : static_cast<int>(ErrorResultCode::CheckFailed); in main()
|
/external/swiftshader/third_party/subzero/src/ |
D | WasmTranslator.cpp | 1400 auto *CheckFailed = getBoundsFailTarget(); in sanitizeAddress() local 1406 InstBr::create(Func, Check, CheckPassed, CheckFailed)); in sanitizeAddress()
|
/external/libabigail/tests/data/test-annotate/ |
D | test15-pr18892.so.abi | 95 …<!-- __sanitizer::CheckFailed(char const*, int, char const*, unsigned long long, unsigned long lon… 5002 …<!-- void __sanitizer::CheckFailed(const char*, int, const char*, __sanitizer::u64, __sanitizer::u… 5003 …<function-decl name='CheckFailed' mangled-name='_ZN11__sanitizer11CheckFailedEPKciS1_yy' filepath=…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test15-pr18892.so.abi | 2818 …<function-decl name='CheckFailed' mangled-name='_ZN11__sanitizer11CheckFailedEPKciS1_yy' filepath=…
|