Home
last modified time | relevance | path

Searched refs:Safe (Results 1 – 25 of 42) sorted by relevance

12

/freebsd/crypto/openssl/external/perl/Text-Template-1.56/t/
H A Dsafe.t11 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 Dsafe3.t9 unless (eval { require Safe; 1 }) {
34 my $c = Safe->new;
70 my $s = Safe->new;
H A Dsafe2.t10 unless (eval { require Safe; 1 }) {
19 my $c = Safe->new or die;
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DMiscompilation.cpp702 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 Dpwsafe6 # Password Safe
14 0 string PWS3 Password Safe V3 database
H A Dkeepass6 # Keepass Password Safe:
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp445 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 Dmenu.rc120 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 DGVNHoist.cpp347 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 DREADME47 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 DLoadStoreVectorizer.cpp1224 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 DLoopAccessAnalysis.h107 Safe, enumerator
208 return Status == VectorizationSafetyStatus::Safe; in isSafeForVectorization()
318 VectorizationSafetyStatus Status = VectorizationSafetyStatus::Safe;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLICM.cpp643 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 DSafeStack.cpp238 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 DMipsBranchExpansion.cpp164 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 DUnsafeBufferUsageGadgets.def27 /// Safe gadgets correspond to code patterns that aren't unsafe but need to be
/freebsd/share/doc/papers/
H A Dbsdreferences.bib108 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 DResults115 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 DREADME45 You can fill in the template in a `Safe' compartment. This means that
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Dti-dma-crossbar.txt16 - ti,dma-safe-map: Safe routing value for unused request lines
/freebsd/contrib/llvm-project/lld/COFF/
H A DConfig.h100 Safe, // Safe ICF for all sections. enumerator
/freebsd/contrib/llvm-project/lld/docs/
H A Dwindows_support.rst51 Safe Structured Exception Handler (SEH)
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSanitizers.def136 // Safe Stack
/freebsd/contrib/libucl/doc/
H A Dapi.md407 ## 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 DConfig.h69 enum class ICFLevel { None, Safe, All }; enumerator

12