| /freebsd-13.1/contrib/llvm-project/llvm/tools/bugpoint/ |
| H A D | Miscompilation.cpp | 702 std::unique_ptr<Module> Safe) { in TestOptimizer() argument 721 auto Result = testMergedProgram(BD, *Optimized, *Safe, Broken); in TestOptimizer() 783 Module *Safe) { in CleanupAndPrepareModules() argument 794 if (Function *oldMain = Safe->getFunction("main")) in CleanupAndPrepareModules() 822 ReturnInst::Create(Safe->getContext(), call, BB); in CleanupAndPrepareModules() 832 FunctionCallee resolverFunc = Safe->getOrInsertFunction( in CleanupAndPrepareModules() 834 Type::getInt8PtrTy(Safe->getContext())); in CleanupAndPrepareModules() 837 for (Module::iterator F = Safe->begin(), E = Safe->end(); F != E; ++F) { in CleanupAndPrepareModules() 849 *Safe, InitArray->getType(), true /*isConstant*/, in CleanupAndPrepareModules() 933 if (verifyModule(*Test) || verifyModule(*Safe)) { in CleanupAndPrepareModules() [all …]
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | pwsafe | 6 # Password Safe 14 0 string PWS3 Password Safe V3 database
|
| H A D | keepass | 6 # Keepass Password Safe:
|
| /freebsd-13.1/sys/contrib/dev/ice/ |
| H A D | README | 9 - Safe Mode 30 with the driver, the driver will go into Safe Mode where it will use the 32 Adapters and Devices User Guide for more information on Safe Mode. 62 Safe Mode 64 Safe Mode disables advanced and performance features, and supports only basic 69 on DDP and Safe Mode.
|
| /freebsd-13.1/stand/forth/ |
| H A D | menu.rc | 121 set optionsmenu_caption[4]="Safe [M]ode... off" 122 set optionstoggled_text[4]="Safe [M]ode... On" 125 set optionsansi_caption[4]="Safe ^[1mM^[mode... ^[34;1mOff^[m" 126 set optionstoggled_ansi[4]="Safe ^[1mM^[mode... ^[32;7mOn^[m"
|
| H A D | menu-commands.4th | 117 \ Safe Mode
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | GVNHoist.cpp | 360 SmallVectorImpl<CHIArg> &Safe); 807 SmallVectorImpl<CHIArg> &Safe) { in checkSafety() argument 815 Safe.push_back(CHI); in checkSafety() 820 Safe.push_back(CHI); in checkSafety() 894 SmallVector<CHIArg, 2> Safe; in findHoistableCandidates() local 899 checkSafety(make_range(PrevIt, PHIIt), BB, K, Safe); in findHoistableCandidates() 902 if (valueAnticipable(make_range(Safe.begin(), Safe.end()), TI)) { in findHoistableCandidates() 905 for (auto B : Safe) in findHoistableCandidates()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | ArgumentPromotion.cpp | 530 std::set<IndicesVector> &Safe) { in markIndicesSafe() argument 532 Low = Safe.upper_bound(ToMark); in markIndicesSafe() 534 if (Low != Safe.begin()) in markIndicesSafe() 539 if (Low != Safe.end()) { in markIndicesSafe() 549 Low = Safe.insert(Low, ToMark); in markIndicesSafe() 552 std::set<IndicesVector>::iterator End = Safe.end(); in markIndicesSafe() 556 Safe.erase(Remove); in markIndicesSafe()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | LoopAccessAnalysis.h | 100 Safe, enumerator 176 Status(VectorizationSafetyStatus::Safe), RecordDependences(true) {} in MemoryDepChecker() 205 return Status == VectorizationSafetyStatus::Safe; in isSafeForVectorization()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoadStoreVectorizer.cpp | 515 bool Safe = false; in lookThroughComplexAddresses() local 523 Safe = true; in lookThroughComplexAddresses() 528 if (!Safe && OpA && OpA->getOpcode() == Instruction::Add && in lookThroughComplexAddresses() 537 if (!Safe) in lookThroughComplexAddresses() 538 Safe = checkIfSafeAddSequence(IdxDiff, OpA, MatchingOpIdxA, OpB, in lookThroughComplexAddresses() 548 if (!Safe) { in lookThroughComplexAddresses()
|
| /freebsd-13.1/share/doc/papers/ |
| H A D | bsdreferences.bib | 108 title = {Beyond the PDP-11: Architectural Support for a Memory-Safe C Abstract Machine}, 128 title = {Beyond the PDP-11: Architectural Support for a Memory-Safe C Abstract Machine}, 148 title = {Beyond the PDP-11: Architectural Support for a Memory-Safe C Abstract Machine},
|
| /freebsd-13.1/contrib/sendmail/test/ |
| H A D | Results | 115 The following are the results of running t_pathconf.c. Safe means that 126 Safe Filesystem Unsafe Filesystem
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/dma/ |
| H A D | ti-dma-crossbar.txt | 16 - ti,dma-safe-map: Safe routing value for unused request lines
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SafeStack.cpp | 247 bool Safe = AllocaRange.contains(AccessRange); in IsAccessSafe() local 259 << " " << (Safe ? "safe" : "unsafe") << "\n"); in IsAccessSafe() 261 return Safe; in IsAccessSafe()
|
| H A D | MachineLICM.cpp | 575 bool Safe = true; in HoistRegionPostRA() local 585 Safe = false; in HoistRegionPostRA() 589 if (Safe) in HoistRegionPostRA()
|
| /freebsd-13.1/contrib/llvm-project/lld/COFF/ |
| H A D | Config.h | 87 Safe, // Safe ICF for all sections. enumerator
|
| H A D | Options.td | 190 "Produce an image with Safe Exception Handler (only for x86)", 191 "Don't produce an image with Safe Exception Handler">;
|
| /freebsd-13.1/contrib/llvm-project/lld/docs/ |
| H A D | windows_support.rst | 51 Safe Structured Exception Handler (SEH)
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | Config.h | 52 enum class ICFLevel { None, Safe, All }; enumerator
|
| H A D | Driver.cpp | 698 return ICFLevel::Safe; in getICF() 1854 if (config->icf == ICFLevel::Safe || !(d->section->flags & SHF_EXECINSTR)) in markAddrsig()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Sanitizers.def | 127 // Safe Stack
|
| /freebsd-13.1/contrib/libucl/doc/ |
| H A D | api.md | 407 ## Safe iterators API 409 Safe iterators are defined to clarify iterating over UCL objects and simplify flattening of UCL obj… 411 such an object. Safe iterators are desinged to define two sorts of iteration:
|
| /freebsd-13.1/contrib/mandoc/ |
| H A D | lib.in | 118 LINE("libsbuf", "Safe String Composition Library (libsbuf, \\-lsbuf)")
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Attributes.td | 208 /// Safe Stack protection.
|
| /freebsd-13.1/crypto/heimdal/lib/asn1/ |
| H A D | krb5.asn1 | 104 krb-safe(20), -- Safe (checksummed) application message
|