Home
last modified time | relevance | path

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

123

/netbsd-src/crypto/external/bsd/openssl/dist/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;
/netbsd-src/external/apache2/llvm/dist/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", Type::getInt8PtrTy(Safe->getContext()), in CleanupAndPrepareModules()
834 Type::getInt8PtrTy(Safe->getContext())); in CleanupAndPrepareModules()
837 for (Module::iterator F = Safe->begin(), E = Safe->end(); F != E; ++F) { in CleanupAndPrepareModules()
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/t/
H A D04-safe.t35 $c = new Safe or die;
137 $text2 = $template1->fill_in(SAFE => new Safe);
152 SAFE => new Safe,
H A D07-safe3.t41 $c = new Safe;
75 my $s = Safe->new;
H A D05-safe2.t25 $c = new Safe or die;
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dpwsafe6 # Password Safe
14 0 string PWS3 Password Safe V3 database
H A Dkeepass6 # Keepass Password Safe:
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp360 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp531 std::set<IndicesVector> &Safe) { in markIndicesSafe() argument
533 Low = Safe.upper_bound(ToMark); in markIndicesSafe()
535 if (Low != Safe.begin()) in markIndicesSafe()
540 if (Low != Safe.end()) { in markIndicesSafe()
550 Low = Safe.insert(Low, ToMark); in markIndicesSafe()
553 std::set<IndicesVector>::iterator End = Safe.end(); in markIndicesSafe()
557 Safe.erase(Remove); in markIndicesSafe()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h100 Safe, enumerator
176 Status(VectorizationSafetyStatus::Safe), RecordDependences(true) {} in MemoryDepChecker()
205 return Status == VectorizationSafetyStatus::Safe; in isSafeForVectorization()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp440 bool Safe = false; in lookThroughComplexAddresses() local
453 Safe = true; in lookThroughComplexAddresses()
472 if (!Safe && OpA && OpA->getOpcode() == Instruction::Add && in lookThroughComplexAddresses()
485 Safe = true; in lookThroughComplexAddresses()
492 Safe = true; in lookThroughComplexAddresses()
506 Safe = true; in lookThroughComplexAddresses()
516 if (!Safe) { in lookThroughComplexAddresses()
/netbsd-src/external/bsd/openldap/dist/doc/drafts/
H A Ddraft-zeilenga-ldap-c-api-concurrency-xx.txt70 3.1. Thread Safe
79 3.2. Session Thread Safe
85 3.3. Operation Thread Safe
91 4. Basic Thread Safe Feature
115 5. Session Thread Safe Feature
154 6. Operation Thread Safe Feature
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSafeStack.cpp247 bool Safe = AllocaRange.contains(AccessRange); in IsAccessSafe() local
259 << " " << (Safe ? "safe" : "unsafe") << "\n"); in IsAccessSafe()
261 return Safe; in IsAccessSafe()
H A DMachineLICM.cpp575 bool Safe = true; in HoistRegionPostRA() local
585 Safe = false; in HoistRegionPostRA()
589 if (Safe) in HoistRegionPostRA()
/netbsd-src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/
H A DREADME45 You can fill in the template in a `Safe' compartment. This means that
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/extra/
H A Dgitlog-to-changelog327 my $s = new Safe;
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dlifetime.d1140 static struct Safe
1145 Safe safe = void;
1146 emplaceRef(safe, Safe());
1148 Safe[1] safeArr = [Safe()];
1149 Safe[1] uninitializedSafeArr = void;
/netbsd-src/external/bsd/dhcpcd/dist/
H A DREADME.md54 # Safe to enable by default because it requires the equivalent option set
/netbsd-src/external/gpl3/autoconf/dist/build-aux/
H A Dgitlog-to-changelog250 eval 'use Safe';
251 my $s = new Safe;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSanitizers.def127 // Safe Stack
/netbsd-src/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/
H A DREADME45 You can fill in the template in a `Safe' compartment. This means that
322 Now supports evaluation of program fragments in Safe
/netbsd-src/usr.sbin/sysinst/
H A Dmsg.pm.en162 message erase {Safe erase}
H A Dmsg.pm.de158 message erase {Safe Erase}

123