Home
last modified time | relevance | path

Searched refs:Safe (Results 1 – 25 of 44) 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); in 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/Target/Mips/
H A DMipsBranchExpansion.cpp161 template <typename Pred, typename Safe>
162 bool handleSlot(Pred Predicate, Safe SafeInSlot);
168 template <typename Pred, typename Safe>
169 bool handleMFLOSlot(Pred Predicate, Safe SafeInSlot);
744 template <typename Pred, typename Safe>
745 bool MipsBranchExpansion::handleMFLOSlot(Pred Predicate, Safe SafeInSlot) { in handleMFLOSlot()
793 template <typename Pred, typename Safe>
794 bool MipsBranchExpansion::handleSlot(Pred Predicate, Safe SafeInSlot) { in handleSlot()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp346 SmallVectorImpl<CHIArg> &Safe);
759 SmallVectorImpl<CHIArg> &Safe) { in checkSafety() argument
773 Safe.push_back(CHI); in checkSafety()
777 Safe.push_back(CHI); in checkSafety()
853 SmallVector<CHIArg, 2> Safe; in findHoistableCandidates() local
858 checkSafety(make_range(PrevIt, PHIIt), BB, K, Safe); in findHoistableCandidates()
861 if (valueAnticipable(make_range(Safe.begin(), Safe.end()), TI)) { in findHoistableCandidates()
864 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.cpp1240 bool Safe = false; in getConstantOffsetComplexAddrs() local
1248 Safe = true; in getConstantOffsetComplexAddrs()
1253 if (!Safe && OpA && OpA->getOpcode() == Instruction::Add && in getConstantOffsetComplexAddrs()
1261 if (!Safe) in getConstantOffsetComplexAddrs()
1262 Safe = checkIfSafeAddSequence(IdxDiff, OpA, MatchingOpIdxA, OpB, in getConstantOffsetComplexAddrs()
1275 if (!Safe) { in getConstantOffsetComplexAddrs()
1284 Safe = BitsAllowedToBeSet.uge(IdxDiff.abs()); in getConstantOffsetComplexAddrs()
1287 if (Safe) in getConstantOffsetComplexAddrs()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h104 Safe, enumerator
207 return Status == VectorizationSafetyStatus::Safe; in isSafeForVectorization()
337 VectorizationSafetyStatus Status = VectorizationSafetyStatus::Safe;
/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/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLICM.cpp672 bool Safe = true; in HoistRegionPostRA() local
675 Safe = false; in HoistRegionPostRA()
680 if (!Safe) in HoistRegionPostRA()
691 Safe = false; in HoistRegionPostRA()
696 if (!Safe) in HoistRegionPostRA()
700 if (Safe) in HoistRegionPostRA()
H A DSafeStack.cpp237 bool Safe = AllocaRange.contains(AccessRange); in IsAccessSafe() local
249 << " " << (Safe ? "safe" : "unsafe") << "\n"); in IsAccessSafe()
251 return Safe; in IsAccessSafe()
/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/sys/contrib/device-tree/Bindings/dma/
H A Dti-dma-crossbar.txt16 - ti,dma-safe-map: Safe routing value for unused request lines
/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/contrib/llvm-project/lld/docs/
H A Dwindows_support.rst51 Safe Structured Exception Handler (SEH)
/freebsd/contrib/llvm-project/lld/COFF/
H A DConfig.h102 Safe, // Safe ICF for all sections. enumerator
H A DOptions.td221 "Produce an image with Safe Exception Handler (only for x86)",
222 "Don't produce an image with Safe Exception Handler">;
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSanitizers.def142 // Safe Stack
/freebsd/contrib/libcbor/
H A DCMakeLists.txt124 # Safe stdio is only available in C11

12