| /netbsd-src/crypto/external/bsd/openssl/dist/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;
|
| /netbsd-src/external/apache2/llvm/dist/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", 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 D | 04-safe.t | 35 $c = new Safe or die; 137 $text2 = $template1->fill_in(SAFE => new Safe); 152 SAFE => new Safe,
|
| H A D | 07-safe3.t | 41 $c = new Safe; 75 my $s = Safe->new;
|
| H A D | 05-safe2.t | 25 $c = new Safe or die;
|
| /netbsd-src/external/bsd/file/dist/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:
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | GVNHoist.cpp | 360 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 D | ArgumentPromotion.cpp | 531 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 D | LoopAccessAnalysis.h | 100 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 D | LoadStoreVectorizer.cpp | 440 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 D | draft-zeilenga-ldap-c-api-concurrency-xx.txt | 70 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 D | SafeStack.cpp | 247 bool Safe = AllocaRange.contains(AccessRange); in IsAccessSafe() local 259 << " " << (Safe ? "safe" : "unsafe") << "\n"); in IsAccessSafe() 261 return Safe; in IsAccessSafe()
|
| H A D | MachineLICM.cpp | 575 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 D | README | 45 You can fill in the template in a `Safe' compartment. This means that
|
| /netbsd-src/external/gpl3/gdb/dist/gnulib/import/extra/ |
| H A D | gitlog-to-changelog | 327 my $s = new Safe;
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/ |
| H A D | lifetime.d | 1140 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 D | README.md | 54 # Safe to enable by default because it requires the equivalent option set
|
| /netbsd-src/external/gpl3/autoconf/dist/build-aux/ |
| H A D | gitlog-to-changelog | 250 eval 'use Safe'; 251 my $s = new Safe;
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | Sanitizers.def | 127 // Safe Stack
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/ |
| H A D | README | 45 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 D | msg.pm.en | 162 message erase {Safe erase}
|
| H A D | msg.pm.de | 158 message erase {Safe Erase}
|