| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | CachePruning.cpp | 78 CachePruningPolicy Policy; in parseCachePruningPolicy() local 89 Policy.Interval = *DurationOrErr; in parseCachePruningPolicy() 94 Policy.Expiration = *DurationOrErr; in parseCachePruningPolicy() 108 Policy.MaxSizePercentageOfAvailableSpace = Size; in parseCachePruningPolicy() 129 Policy.MaxSizeBytes = Size * Mult; in parseCachePruningPolicy() 131 if (Value.getAsInteger(0, Policy.MaxSizeFiles)) in parseCachePruningPolicy() 140 return Policy; in parseCachePruningPolicy() 144 bool llvm::pruneCache(StringRef Path, CachePruningPolicy Policy) { in pruneCache() argument 157 Policy.MaxSizePercentageOfAvailableSpace = in pruneCache() 158 std::min(Policy.MaxSizePercentageOfAvailableSpace, 100u); in pruneCache() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | TypePrinter.cpp | 53 PrintingPolicy &Policy; member in __anon943befc20111::IncludeStrongLifetimeRAII 57 explicit IncludeStrongLifetimeRAII(PrintingPolicy &Policy) in IncludeStrongLifetimeRAII() argument 58 : Policy(Policy), Old(Policy.SuppressStrongLifetime) { in IncludeStrongLifetimeRAII() 59 if (!Policy.SuppressLifetimeQualifiers) in IncludeStrongLifetimeRAII() 60 Policy.SuppressStrongLifetime = false; in IncludeStrongLifetimeRAII() 64 Policy.SuppressStrongLifetime = Old; in ~IncludeStrongLifetimeRAII() 69 PrintingPolicy &Policy; member in __anon943befc20111::ParamPolicyRAII 73 explicit ParamPolicyRAII(PrintingPolicy &Policy) in ParamPolicyRAII() argument 74 : Policy(Policy), Old(Policy.SuppressSpecifiers) { in ParamPolicyRAII() 75 Policy.SuppressSpecifiers = false; in ParamPolicyRAII() [all …]
|
| H A D | DeclPrinter.cpp | 30 PrintingPolicy Policy; member in __anon0d94a5380111::DeclPrinter 53 DeclPrinter(raw_ostream &Out, const PrintingPolicy &Policy, in DeclPrinter() argument 56 : Out(Out), Policy(Policy), Context(Context), Indentation(Indentation), in DeclPrinter() 130 void Decl::print(raw_ostream &Out, const PrintingPolicy &Policy, in print() argument 132 DeclPrinter Printer(Out, Policy, getASTContext(), Indentation, in print() 143 const PrintingPolicy &Policy, in print() argument 145 DeclPrinter Printer(Out, Policy, Context); in print() 185 raw_ostream &Out, const PrintingPolicy &Policy, in printGroup() argument 188 (*Begin)->print(Out, Policy, Indentation); in printGroup() 197 PrintingPolicy SubPolicy(Policy); in printGroup() [all …]
|
| H A D | AttrImpl.cpp | 20 const PrintingPolicy &Policy) const { in printPrettyPragma() 29 OS << ' ' << getValueString(Policy); in printPrettyPragma() 34 OS << ' ' << getOptionName(option) << getValueString(Policy); in printPrettyPragma() 39 std::string LoopHintAttr::getValueString(const PrintingPolicy &Policy) const { in getValueString() 44 value->printPretty(OS, nullptr, Policy); in getValueString() 47 value->printPretty(OS, nullptr, Policy); in getValueString() 68 LoopHintAttr::getDiagnosticName(const PrintingPolicy &Policy) const { in getDiagnosticName() 74 (option == UnrollCount ? getValueString(Policy) : ""); in getDiagnosticName() 79 (option == UnrollAndJamCount ? getValueString(Policy) : ""); in getDiagnosticName() 82 return getOptionName(option) + getValueString(Policy); in getDiagnosticName() [all …]
|
| H A D | StmtPrinter.cpp | 70 PrintingPolicy Policy; member in __anonb8d8be080111::StmtPrinter 76 const PrintingPolicy &Policy, unsigned Indentation = 0, in StmtPrinter() argument 78 : OS(os), IndentLevel(Indentation), Helper(helper), Policy(Policy), in StmtPrinter() 81 void PrintStmt(Stmt *S) { PrintStmt(S, Policy.Indentation); } in PrintStmt() 183 D->print(OS, Policy, IndentLevel); in PrintRawDecl() 188 Decl::printGroup(Decls.data(), Decls.size(), OS, Policy, IndentLevel); in PrintRawDeclStmt() 231 Attr->printPretty(OS, Policy); in VisitAttributedStmt() 350 PrintingPolicy SubPolicy(Policy); in VisitCXXForRangeStmt() 368 Qualifier->print(OS, Policy); in VisitMSDependentExistsStmt() 377 if (Policy.IncludeNewlines) OS << NL; in VisitGotoStmt() [all …]
|
| H A D | TemplateBase.cpp | 57 const PrintingPolicy &Policy, bool IncludeType) { in printIntegral() argument 68 ECD->printQualifiedName(Out, Policy); in printIntegral() 74 if (Policy.MSVCFormatting) in printIntegral() 78 if (!Policy.MSVCFormatting) in printIntegral() 90 } else if (T->isAnyCharacterType() && !Policy.MSVCFormatting) { in printIntegral() 125 Out << "(" << T->getCanonicalTypeInternal().getAsString(Policy) << ")" in printIntegral() 130 Out << "(" << T->getCanonicalTypeInternal().getAsString(Policy) << ")" in printIntegral() 416 void TemplateArgument::print(const PrintingPolicy &Policy, raw_ostream &Out, in print() argument 425 PrintingPolicy SubPolicy(Policy); in print() 454 getAsTemplate().print(Out, Policy); in print() [all …]
|
| H A D | DeclarationName.cpp | 121 PrintingPolicy Policy) { in printCXXConstructorDestructorName() argument 123 Policy.adjustForCPlusPlus(); in printCXXConstructorDestructorName() 129 if (Policy.SuppressTemplateArgsInCXXConstructors) { in printCXXConstructorDestructorName() 135 ClassType.print(OS, Policy); in printCXXConstructorDestructorName() 139 const PrintingPolicy &Policy) const { in print() 164 return printCXXConstructorDestructorName(getCXXNameType(), OS, Policy); in print() 168 return printCXXConstructorDestructorName(getCXXNameType(), OS, Policy); in print() 172 getCXXDeductionGuideTemplate()->getDeclName().print(OS, Policy); in print() 199 PrintingPolicy CXXPolicy = Policy; in print() 472 void DeclarationNameInfo::printName(raw_ostream &OS, PrintingPolicy Policy) const { in printName() [all …]
|
| H A D | OpenMPClause.cpp | 1565 Node->getCondition()->printPretty(OS, nullptr, Policy, 0); in VisitOMPIfClause() 1571 Node->getCondition()->printPretty(OS, nullptr, Policy, 0); in VisitOMPFinalClause() 1577 Node->getNumThreads()->printPretty(OS, nullptr, Policy, 0); in VisitOMPNumThreadsClause() 1583 Node->getSafelen()->printPretty(OS, nullptr, Policy, 0); in VisitOMPSafelenClause() 1589 Node->getSimdlen()->printPretty(OS, nullptr, Policy, 0); in VisitOMPSimdlenClause() 1599 Size->printPretty(OS, nullptr, Policy, 0); in VisitOMPSizesClause() 1607 Node->getAllocator()->printPretty(OS, nullptr, Policy, 0); in VisitOMPAllocatorClause() 1613 Node->getNumForLoops()->printPretty(OS, nullptr, Policy, 0); in VisitOMPCollapseClause() 1619 Node->getEventHandler()->printPretty(OS, nullptr, Policy, 0); in VisitOMPDetachClause() 1678 E->printPretty(OS, nullptr, Policy); in VisitOMPScheduleClause() [all …]
|
| H A D | APValue.cpp | 31 const PrintingPolicy &Policy) const { in print() 33 QualType(getType(), 0).print(Out, Policy); in print() 633 void APValue::printPretty(raw_ostream &Out, const PrintingPolicy &Policy, in printPretty() argument 664 getVectorElt(0).printPretty(Out, Policy, ElemTy, Ctx); in printPretty() 667 getVectorElt(i).printPretty(Out, Policy, ElemTy, Ctx); in printPretty() 689 Out << (Policy.Nullptr ? "nullptr" : "0"); in printPretty() 691 Out << "*(" << InnerTy.stream(Policy) << "*)" in printPretty() 694 Out << "(" << Ty.stream(Policy) << ")" in printPretty() 719 TI.print(Out, Policy); in printPretty() 722 << Base.getDynamicAllocType().stream(Policy) << "#" in printPretty() [all …]
|
| H A D | TemplateName.cpp | 224 TemplateName::print(raw_ostream &OS, const PrintingPolicy &Policy, in print() argument 230 QTN->getQualifier()->print(OS, Policy); in print() 236 DTN->getQualifier()->print(OS, Policy); in print() 245 subst->getReplacement().print(OS, Policy, SuppressNNS); in print() 250 Assumed->getDeclName().print(OS, Policy); in print()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sync/ |
| H A D | rwmutex.d | 68 enum Policy enum 89 this( Policy policy = Policy.PREFER_WRITERS ) @safe nothrow 109 shared this( Policy policy = Policy.PREFER_WRITERS ) @safe nothrow 139 @property Policy policy() @safe nothrow in policy() 145 @property Policy policy() shared @safe nothrow in policy() 380 case Policy.PREFER_WRITERS: 383 case Policy.PREFER_READERS: 466 case Policy.PREFER_READERS: in unlock() 472 case Policy.PREFER_WRITERS: in unlock() 492 case Policy.PREFER_READERS: in unlock() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | DeclSpec.cpp | 542 const PrintingPolicy &Policy) { in getSpecifierName() argument 547 case DeclSpec::TST_wchar: return Policy.MSWChar ? "__wchar_t" : "wchar_t"; in getSpecifierName() 561 case DeclSpec::TST_bool: return Policy.Bool ? "bool" : "_Bool"; in getSpecifierName() 619 const PrintingPolicy &Policy) { in SetStorageClassSpec() argument 656 return SetTypeSpecType(TST_auto, Loc, PrevSpec, DiagID, Policy); in SetStorageClassSpec() 659 PrevSpec, DiagID, Policy); in SetStorageClassSpec() 695 const PrintingPolicy &Policy) { in SetTypeSpecWidth() argument 733 const PrintingPolicy &Policy) { in SetTypeSpecType() argument 734 return SetTypeSpecType(T, Loc, Loc, PrevSpec, DiagID, Rep, Policy); in SetTypeSpecType() 742 const PrintingPolicy &Policy) { in SetTypeSpecType() argument [all …]
|
| H A D | SemaCodeComplete.cpp | 1894 PrintingPolicy Policy = Sema::getPrintingPolicy(Context, PP); in getCompletionPrintingPolicy() local 1895 Policy.AnonymousTagLocations = false; in getCompletionPrintingPolicy() 1896 Policy.SuppressStrongLifetime = true; in getCompletionPrintingPolicy() 1897 Policy.SuppressUnwrittenScope = true; in getCompletionPrintingPolicy() 1898 Policy.SuppressScope = true; in getCompletionPrintingPolicy() 1899 return Policy; in getCompletionPrintingPolicy() 1913 const PrintingPolicy &Policy, in GetCompletionTypeString() argument 1918 return BT->getNameAsCString(Policy); in GetCompletionTypeString() 1941 T.getAsStringInternal(Result, Policy); in GetCompletionTypeString() 1953 PrintingPolicy Policy = getCompletionPrintingPolicy(S); in addThisCompletion() local [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | AnalysisBasedWarnings.h | 35 class Policy { 43 Policy(); 49 Policy DefaultPolicy; 97 void IssueWarnings(Policy P, FunctionScopeInfo *fscope, 100 Policy getDefaultPolicy() { return DefaultPolicy; } in getDefaultPolicy()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/ |
| H A D | ThinLTOCodeGenerator.h | 128 CachePruningPolicy Policy; member 140 CacheOptions.Policy.Interval.reset(); in setCachePruningInterval() 142 CacheOptions.Policy.Interval = std::chrono::seconds(Interval); in setCachePruningInterval() 149 CacheOptions.Policy.Expiration = std::chrono::seconds(Expiration); in setCacheEntryExpiration() 167 CacheOptions.Policy.MaxSizePercentageOfAvailableSpace = Percentage; in setMaxCacheSizeRelativeToAvailableSpace() 175 CacheOptions.Policy.MaxSizeBytes = MaxSizeBytes; in setCacheMaxSizeBytes() 182 CacheOptions.Policy.MaxSizeFiles = MaxSizeFiles; in setCacheMaxSizeFiles()
|
| /netbsd-src/external/bsd/openldap/dist/doc/drafts/ |
| H A D | draft-behera-ldap-password-policy-xx.txt | 13 Password Policy for LDAP Directories 57 Internet-Draft Password Policy for LDAP Directories July 2014 113 Internet-Draft Password Policy for LDAP Directories July 2014 120 3. Application of Password Policy . . . . . . . . . . . . . . . 6 121 4. Articles of Password Policy . . . . . . . . . . . . . . . . 7 122 4.1. Password Usage Policy . . . . . . . . . . . . . . . . . . . 7 123 4.2. Password Modification Policy . . . . . . . . . . . . . . . . 8 124 4.3. Restriction of the Password Policy . . . . . . . . . . . . . 10 125 5. Schema used for Password Policy . . . . . . . . . . . . . . 12 128 5.3. Attribute Types for Password Policy State Information . . . 19 [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/25-test_rusext_data/ |
| H A D | grfc.utf8 | 29 Policy: Class of Signing Tool KC1 30 Policy: Class of Signing Tool KC2 31 Policy: X509v3 Any Policy
|
| H A D | grfc.msb | 29 Policy: Class of Signing Tool KC1 30 Policy: Class of Signing Tool KC2 31 Policy: X509v3 Any Policy
|
| /netbsd-src/external/bsd/file/dist/tests/ |
| H A D | registry-pol.result | 1 Group Policy Registry Policy, Version=1
|
| /netbsd-src/external/bsd/openldap/dist/tests/data/ |
| H A D | ppolicy.ldif | 18 dn: cn=Standard Policy, ou=Policies, dc=example, dc=com 22 cn: Standard Policy 68 pwdPolicySubEntry: cn=No Policy, ou=Policies, dc=example, dc=com
|
| /netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
| H A D | rfc3703.txt | 17 Policy Core Lightweight Directory Access Protocol (LDAP) Schema 33 This document defines a mapping of the Policy Core Information Model 49 2. The Policy Core Information Model ............................ 4 60 RFC 3703 Policy Core LDAP Schema February 2004 64 4.5. Location and Retrieval of Policy Objects in the 69 5.2. The Three Policy Group Classes ......................... 22 70 5.3. The Three Policy Rule Classes .......................... 23 81 5.14. The Three Policy Repository Classes .................... 45 87 6.2. Using the Vendor Policy Attributes ..................... 50 116 RFC 3703 Policy Core LDAP Schema February 2004 [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DebugCheckers.cpp | 185 PrintingPolicy Policy(mgr.getLangOpts()); in checkASTCodeBody() local 186 Policy.TerseOutput = true; in checkASTCodeBody() 187 Policy.PolishForDeclaration = true; in checkASTCodeBody() 188 D->print(llvm::errs(), Policy); in checkASTCodeBody()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64Subtarget.cpp | 315 void AArch64Subtarget::overrideSchedPolicy(MachineSchedPolicy &Policy, in overrideSchedPolicy() argument 319 Policy.OnlyTopDown = false; in overrideSchedPolicy() 320 Policy.OnlyBottomUp = false; in overrideSchedPolicy() 324 Policy.DisableLatencyHeuristic = DisableLatencySchedHeuristic; in overrideSchedPolicy()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 3049 PrintingPolicy Policy = Actions.getPrintingPolicy(); in ParseDeclarationSpecifiers() local 3083 isInvalid = DS.SetTypeSpecType(ImageTypeSpec, Loc, PrevSpec, DiagID, Policy); in ParseDeclarationSpecifiers() 3103 DS.Finish(Actions, Policy); in ParseDeclarationSpecifiers() 3237 PrevSpec, DiagID, T, Policy); in ParseDeclarationSpecifiers() 3291 DiagID, TypeRep, Policy); in ParseDeclarationSpecifiers() 3309 DiagID, T, Policy); in ParseDeclarationSpecifiers() 3395 DiagID, TypeRep, Policy); in ParseDeclarationSpecifiers() 3446 DiagID, TypeRep, Policy); in ParseDeclarationSpecifiers() 3492 TemplateId, Policy); in ParseDeclarationSpecifiers() 3520 DiagID, TemplateId, Policy); in ParseDeclarationSpecifiers() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCSubtarget.cpp | 210 void PPCSubtarget::overrideSchedPolicy(MachineSchedPolicy &Policy, in overrideSchedPolicy() argument 217 Policy.OnlyBottomUp = false; in overrideSchedPolicy() 220 Policy.ShouldTrackPressure = true; in overrideSchedPolicy()
|