Home
last modified time | relevance | path

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

12

/freebsd-14.2/crypto/openssl/external/perl/Text-Template-1.56/t/
H A Dsafe3.t9 unless (eval { require Safe; 1 }) {
34 my $c = Safe->new;
70 my $s = Safe->new;
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 Dsafe2.t10 unless (eval { require Safe; 1 }) {
19 my $c = Safe->new or die;
/freebsd-14.2/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()
822 ReturnInst::Create(Safe->getContext(), call, BB); in CleanupAndPrepareModules()
832 FunctionCallee resolverFunc = Safe->getOrInsertFunction( in CleanupAndPrepareModules()
834 PointerType::getUnqual(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-14.2/contrib/file/magic/Magdir/
H A Dpwsafe6 # Password Safe
14 0 string PWS3 Password Safe V3 database
H A Dkeepass6 # Keepass Password Safe:
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp423 bool Safe = isSafeAccess(UI, AI, TypeSize); in analyzeAllUses() local
424 US.addRange(I, AccessRange, Safe); in analyzeAllUses()
436 bool Safe = isSafeAccess(UI, AI, TypeSize); in analyzeAllUses() local
437 US.addRange(I, AccessRange, Safe); in analyzeAllUses()
472 bool Safe = false; in analyzeAllUses() local
475 Safe = true; in analyzeAllUses()
477 Safe = true; in analyzeAllUses()
479 Safe = Safe || isSafeAccess(UI, AI, MI->getLength()); in analyzeAllUses()
480 US.addRange(I, AccessRange, Safe); in analyzeAllUses()
499 bool Safe = isSafeAccess(UI, AI, TypeSize); in analyzeAllUses() local
[all …]
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp359 SmallVectorImpl<CHIArg> &Safe);
773 SmallVectorImpl<CHIArg> &Safe) { in checkSafety() argument
787 Safe.push_back(CHI); in checkSafety()
791 Safe.push_back(CHI); in checkSafety()
867 SmallVector<CHIArg, 2> Safe; in findHoistableCandidates() local
872 checkSafety(make_range(PrevIt, PHIIt), BB, K, Safe); in findHoistableCandidates()
875 if (valueAnticipable(make_range(Safe.begin(), Safe.end()), TI)) { in findHoistableCandidates()
878 for (auto B : Safe) in findHoistableCandidates()
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp1225 bool Safe = false; in getConstantOffsetComplexAddrs() local
1233 Safe = true; in getConstantOffsetComplexAddrs()
1238 if (!Safe && OpA && OpA->getOpcode() == Instruction::Add && in getConstantOffsetComplexAddrs()
1246 if (!Safe) in getConstantOffsetComplexAddrs()
1247 Safe = checkIfSafeAddSequence(IdxDiff, OpA, MatchingOpIdxA, OpB, in getConstantOffsetComplexAddrs()
1260 if (!Safe) { in getConstantOffsetComplexAddrs()
1271 Safe = true; in getConstantOffsetComplexAddrs()
1274 if (Safe) in getConstantOffsetComplexAddrs()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h106 Safe, enumerator
206 return Status == VectorizationSafetyStatus::Safe; in isSafeForVectorization()
306 VectorizationSafetyStatus Status = VectorizationSafetyStatus::Safe;
/freebsd-14.2/crypto/openssl/external/perl/Text-Template-1.56/
H A DMETA.yml7 Safe: '0'
H A DREADME45 You can fill in the template in a `Safe' compartment. This means that
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DUnsafeBufferUsageGadgets.def21 /// Safe gadgets correspond to code patterns that aren't unsafe but need to be
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsBranchExpansion.cpp164 template <typename Pred, typename Safe>
165 bool handleSlot(Pred Predicate, Safe SafeInSlot);
745 template <typename Pred, typename Safe>
746 bool MipsBranchExpansion::handleSlot(Pred Predicate, Safe SafeInSlot) { in handleSlot()
/freebsd-14.2/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-14.2/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-14.2/sys/contrib/device-tree/Bindings/dma/
H A Dti-dma-crossbar.txt16 - ti,dma-safe-map: Safe routing value for unused request lines
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp238 bool Safe = AllocaRange.contains(AccessRange); in IsAccessSafe() local
250 << " " << (Safe ? "safe" : "unsafe") << "\n"); in IsAccessSafe()
252 return Safe; in IsAccessSafe()
H A DMachineLICM.cpp587 bool Safe = true; in HoistRegionPostRA() local
597 Safe = false; in HoistRegionPostRA()
601 if (Safe) in HoistRegionPostRA()
/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DConfig.h100 Safe, // Safe ICF for all sections. enumerator
/freebsd-14.2/contrib/llvm-project/lld/docs/
H A Dwindows_support.rst51 Safe Structured Exception Handler (SEH)
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSanitizers.def133 // Safe Stack
/freebsd-14.2/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:

12