/freebsd/crypto/openssl/external/perl/Text-Template-1.56/t/ |
H A D | safe.t | 11 unless (eval { require Safe; 1 }) { 32 my $c = Safe->new or die; 114 $text2 = $template1->fill_in(SAFE => Safe->new); 132 SAFE => Safe->new);
|
H A D | safe3.t | 9 unless (eval { require Safe; 1 }) { 34 my $c = Safe->new; 70 my $s = Safe->new;
|
H A D | safe2.t | 10 unless (eval { require Safe; 1 }) { 19 my $c = Safe->new or die;
|
/freebsd/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() 818 BasicBlock *BB = BasicBlock::Create(Safe->getContext(), "entry", newMain); in CleanupAndPrepareModules() 822 ReturnInst::Create(Safe->getContext(), call, BB); in CleanupAndPrepareModules() 832 FunctionCallee resolverFunc = Safe->getOrInsertFunction( in CleanupAndPrepareModules() 833 "getPointerToNamedFunction", PointerType::getUnqual(Safe->getContext()), in CleanupAndPrepareModules() 834 PointerType::getUnqual(Safe->getContext())); in CleanupAndPrepareModules() 837 for (Module::iterator F = Safe->begin(), E = Safe->end(); F != E; ++F) { in CleanupAndPrepareModules() [all …]
|
/freebsd/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/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | StackSafetyAnalysis.cpp | 445 bool Safe = isSafeAccess(UI, AI, TypeSize); in analyzeAllUses() local 446 US.addRange(I, AccessRange, Safe); in analyzeAllUses() 458 bool Safe = isSafeAccess(UI, AI, TypeSize); in analyzeAllUses() local 459 US.addRange(I, AccessRange, Safe); in analyzeAllUses() 494 bool Safe = false; in analyzeAllUses() local 497 Safe = true; in analyzeAllUses() 499 Safe = true; in analyzeAllUses() 501 Safe = Safe || isSafeAccess(UI, AI, MI->getLength()); in analyzeAllUses() 502 US.addRange(I, AccessRange, Safe); in analyzeAllUses() 521 bool Safe = isSafeAccess(UI, AI, TypeSize); analyzeAllUses() local [all...] |
/freebsd/stand/forth/ |
H A D | menu.rc | 120 set optionsmenu_caption[4]="Safe [M]ode... off" 121 set optionstoggled_text[4]="Safe [M]ode... On" 124 set optionsansi_caption[4]="Safe ^[1mM^[mode... ^[34;1mOff^[m" 125 set optionstoggled_ansi[4]="Safe ^[1mM^[mode... ^[32;7mOn^[m"
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | GVNHoist.cpp | 347 SmallVectorImpl<CHIArg> &Safe); 761 SmallVectorImpl<CHIArg> &Safe) { in checkSafety() argument 775 Safe.push_back(CHI); in checkSafety() 779 Safe.push_back(CHI); in checkSafety() 855 SmallVector<CHIArg, 2> Safe; in findHoistableCandidates() local 860 checkSafety(make_range(PrevIt, PHIIt), BB, K, Safe); in findHoistableCandidates() 863 if (valueAnticipable(make_range(Safe.begin(), Safe.end()), TI)) { in findHoistableCandidates() 866 for (auto B : Safe) in findHoistableCandidates()
|
/freebsd/sys/contrib/dev/ice/ |
H A D | README | 47 incompatible with the driver, the driver will go into Safe Mode where 50 Safe Mode disables advanced and performance features, and supports 55 more details on DDP and Safe Mode.
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoadStoreVectorizer.cpp | 1224 bool Safe = false; in getConstantOffsetComplexAddrs() local 1232 Safe = true; in getConstantOffsetComplexAddrs() 1237 if (!Safe && OpA && OpA->getOpcode() == Instruction::Add && in getConstantOffsetComplexAddrs() 1245 if (!Safe) in getConstantOffsetComplexAddrs() 1246 Safe = checkIfSafeAddSequence(IdxDiff, OpA, MatchingOpIdxA, OpB, in getConstantOffsetComplexAddrs() 1259 if (!Safe) { in getConstantOffsetComplexAddrs() 1270 Safe = true; in getConstantOffsetComplexAddrs() 1273 if (Safe) in getConstantOffsetComplexAddrs()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | LoopAccessAnalysis.h | 107 Safe, enumerator 208 return Status == VectorizationSafetyStatus::Safe; in isSafeForVectorization() 318 VectorizationSafetyStatus Status = VectorizationSafetyStatus::Safe;
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineLICM.cpp | 643 bool Safe = true; in HoistRegionPostRA() local 646 Safe = false; in HoistRegionPostRA() 651 if (!Safe) in HoistRegionPostRA() 662 Safe = false; in HoistRegionPostRA() 667 if (!Safe) in HoistRegionPostRA() 671 if (Safe) in HoistRegionPostRA()
|
H A D | SafeStack.cpp | 238 bool Safe = AllocaRange.contains(AccessRange); in IsAccessSafe() local 250 << " " << (Safe ? "safe" : "unsafe") << "\n"); in IsAccessSafe() 252 return Safe; in IsAccessSafe()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsBranchExpansion.cpp | 164 template <typename Pred, typename Safe> 165 bool handleSlot(Pred Predicate, Safe SafeInSlot); 744 template <typename Pred, typename Safe> 745 bool MipsBranchExpansion::handleSlot(Pred Predicate, Safe SafeInSlot) { in handleSlot()
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | UnsafeBufferUsageGadgets.def | 27 /// Safe gadgets correspond to code patterns that aren't unsafe but need to be
|
/freebsd/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/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/crypto/openssl/external/perl/Text-Template-1.56/ |
H A D | README | 45 You can fill in the template in a `Safe' compartment. This means that
|
/freebsd/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/contrib/llvm-project/lld/COFF/ |
H A D | Config.h | 100 Safe, // Safe ICF for all sections. enumerator
|
/freebsd/contrib/llvm-project/lld/docs/ |
H A D | windows_support.rst | 51 Safe Structured Exception Handler (SEH)
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Sanitizers.def | 136 // Safe Stack
|
/freebsd/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/contrib/llvm-project/lld/ELF/ |
H A D | Config.h | 69 enum class ICFLevel { None, Safe, All }; enumerator
|