Home
last modified time | relevance | path

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

/minix/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:
/minix/external/bsd/llvm/dist/llvm/tools/bugpoint/
H A DMiscompilation.cpp710 static bool TestOptimizer(BugDriver &BD, Module *Test, Module *Safe, in TestOptimizer() argument
780 Module *Safe) { in CleanupAndPrepareModules() argument
790 if (Function *oldMain = Safe->getFunction("main")) in CleanupAndPrepareModules()
817 ReturnInst::Create(Safe->getContext(), call, BB); in CleanupAndPrepareModules()
828 Safe->getOrInsertFunction("getPointerToNamedFunction", in CleanupAndPrepareModules()
829 Type::getInt8PtrTy(Safe->getContext()), in CleanupAndPrepareModules()
830 Type::getInt8PtrTy(Safe->getContext()), in CleanupAndPrepareModules()
834 for (Module::iterator F = Safe->begin(), E = Safe->end(); F != E; ++F) { in CleanupAndPrepareModules()
932 if (verifyModule(*Test) || verifyModule(*Safe)) { in CleanupAndPrepareModules()
946 CleanupAndPrepareModules(BD, Test, Safe); in TestCodeGenerator()
[all …]
/minix/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp365 std::set<ArgPromotion::IndicesVector> &Safe) { in MarkIndicesSafe() argument
367 Low = Safe.upper_bound(ToMark); in MarkIndicesSafe()
369 if (Low != Safe.begin()) in MarkIndicesSafe()
374 if (Low != Safe.end()) { in MarkIndicesSafe()
384 Low = Safe.insert(Low, ToMark); in MarkIndicesSafe()
387 std::set<ArgPromotion::IndicesVector>::iterator End = Safe.end(); in MarkIndicesSafe()
391 Safe.erase(Remove); in MarkIndicesSafe()
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DMachineLICM.cpp568 bool Safe = true; in HoistRegionPostRA() local
579 Safe = false; in HoistRegionPostRA()
583 if (Safe) in HoistRegionPostRA()
/minix/external/bsd/llvm/dist/llvm/docs/
H A DLexicon.rst195 **Safe Point**
H A DLangRef.rst2386 Safe:
2398 Safe:
2420 Safe:
2448 Safe:
2472 Safe:
2493 Safe:
H A DCommandLine.rst29 #. Type Safe: As a user of CommandLine, you don't have to worry about
/minix/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dkrb5.asn1104 krb-safe(20), -- Safe (checksummed) application message
/minix/minix/lib/liblwip/dist/
H A DCHANGELOG3309 * api_lib.c: Fixed bug #5957 "Safe-thread problem inside netconn_recv" to return