/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Instrumentation/ |
D | AddressSanitizer.h | 102 bool Recover = false, 108 bool Recover; variable 121 bool Recover = false, 128 bool Recover; variable 135 bool Recover = false, 138 bool CompileKernel = false, bool Recover = false, bool UseGlobalsGC = true,
|
D | HWAddressSanitizer.h | 28 bool Recover = false); 33 bool Recover; variable 37 bool Recover = false);
|
D | MemorySanitizer.h | 23 MemorySanitizerOptions(int TrackOrigins, bool Recover, bool Kernel); 26 bool Recover; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | HWAddressSanitizer.cpp | 191 bool Recover = false) : M(M) { in HWAddressSanitizer() argument 192 this->Recover = ClRecover.getNumOccurrences() > 0 ? ClRecover : Recover; in HWAddressSanitizer() 277 bool Recover; member in __anonafc44ef90111::HWAddressSanitizer 302 bool Recover = false) in HWAddressSanitizerLegacyPass() argument 303 : FunctionPass(ID), CompileKernel(CompileKernel), Recover(Recover) {} in HWAddressSanitizerLegacyPass() 308 HWASan = std::make_unique<HWAddressSanitizer>(M, CompileKernel, Recover); in doInitialization() 324 bool Recover; member in __anonafc44ef90111::HWAddressSanitizerLegacyPass 341 bool Recover) { in createHWAddressSanitizerLegacyPassPass() argument 342 assert(!CompileKernel || Recover); in createHWAddressSanitizerLegacyPassPass() 343 return new HWAddressSanitizerLegacyPass(CompileKernel, Recover); in createHWAddressSanitizerLegacyPassPass() [all …]
|
D | AddressSanitizer.cpp | 585 bool CompileKernel = false, bool Recover = false, in AddressSanitizer() 588 this->Recover = ClRecover.getNumOccurrences() > 0 ? ClRecover : Recover; in AddressSanitizer() 677 bool Recover; member 705 bool Recover = false, in AddressSanitizerLegacyPass() argument 707 : FunctionPass(ID), CompileKernel(CompileKernel), Recover(Recover), in AddressSanitizerLegacyPass() 726 AddressSanitizer ASan(*F.getParent(), &GlobalsMD, CompileKernel, Recover, in runOnFunction() 733 bool Recover; member in __anon482b455a0211::AddressSanitizerLegacyPass 740 bool CompileKernel = false, bool Recover = false, in ModuleAddressSanitizer() argument 754 this->Recover = ClRecover.getNumOccurrences() > 0 ? ClRecover : Recover; in ModuleAddressSanitizer() 804 bool Recover; member in __anon482b455a0211::ModuleAddressSanitizer [all …]
|
D | MemorySanitizer.cpp | 469 Recover(Options.Recover) { in MemorySanitizer() 497 bool Recover; member in __anon6d5b348d0211::MemorySanitizer 646 Recover(getOptOrDefault(ClKeepGoing, Kernel || R)) {} in MemorySanitizerOptions() 764 StringRef WarningFnName = Recover ? "__msan_warning" in createUserspaceApi() 956 if (Recover) in initializeModule() 960 IRB.getInt32(Recover), "__msan_keep_going"); in initializeModule() 1235 /* Unreachable */ !MS.Recover, MS.ColdCallWeights); in materializeOneCheck()
|
/third_party/mindspore/mindspore/ccsrc/ps/core/ |
D | node_recovery.h | 42 bool Recover() override;
|
D | scheduler_recovery.cc | 32 bool SchedulerRecovery::Recover() { return true; } in Recover() function in mindspore::ps::core::SchedulerRecovery
|
D | scheduler_recovery.h | 45 bool Recover() override;
|
D | recovery_base.h | 47 virtual bool Recover() = 0;
|
D | node_recovery.cc | 22 bool NodeRecovery::Recover() { in Recover() function in mindspore::ps::core::NodeRecovery
|
D | worker_node.cc | 50 if (!Recover()) { in Initialize()
|
D | server_node.cc | 50 if (!Recover()) { in Initialize()
|
D | abstract_node.h | 203 bool Recover();
|
D | abstract_node.cc | 1085 bool AbstractNode::Recover() { in Recover() function in mindspore::ps::core::AbstractNode 1092 return node_recovery_->Recover(); in Recover()
|
/third_party/ntfs-3g/ |
D | README.md | 140 ntfsundelete - Recover deleted files from an NTFS volume. See man 8 154 ntfsrecover - Recover updates committed by Windows but interrupted before
|
/third_party/openssl/doc/man3/ |
D | EVP_PKEY_verify_recover.pod | 54 Recover digest originally signed using PKCS#1 and SHA256 digest:
|
/third_party/e2fsprogs/debugfs/ |
D | debug_cmds.ct | 229 request do_journal_run, "Recover the journal",
|
/third_party/openssl/doc/man1/ |
D | rsautl.pod | 128 Recover the signed data
|
D | pkeyutl.pod | 305 Recover the signed data (e.g. if an RSA key is used):
|
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/skeletons/ |
D | bison.m4 | 394 # Recover a FIELD about symbol #NUM. Thanks to m4_indir, fails if 402 # Recover a FIELD about symbol #NUM (or "orig NUM"). Fails if 413 # Recover a FIELD about symbol #NUM (or "orig NUM"). Fails if
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | porting-list-0.11.txt | 155 * -good isomp4: qtmoovrecover: QT Moov Recover
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/ |
D | PassBuilder.cpp | 1524 Result.Recover = true; in parseMSanPassOptions()
|
/third_party/libxml2/os400/libxmlrpg/ |
D | parser.rpgle | 1220 d XML_PARSE_RECOVER... Recover on errors
|
/third_party/expat/ |
D | Changes | 514 #4 #5 #7 Recover correctly when some reallocations fail
|