Home
last modified time | relevance | path

Searched refs:Rules (Results 1 – 25 of 91) sorted by relevance

1234

/openbsd-src/gnu/llvm/clang/lib/Tooling/Refactoring/
H A DRefactoringActions.cpp40 RefactoringActionRules Rules; in createActionRules() local
41 Rules.push_back(createRefactoringActionRule<ExtractFunction>( in createActionRules()
44 return Rules; in createActionRules()
85 RefactoringActionRules Rules; in createActionRules() local
86 Rules.push_back(createRefactoringActionRule<RenameOccurrences>( in createActionRules()
89 Rules.push_back(createRefactoringActionRule<QualifiedRenameRule>( in createActionRules()
92 return Rules; in createActionRules()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp320 RulesContTy &Rules);
323 RulesContTy &Rules) const;
325 RulesContTy &Rules) const;
328 RulesContTy &Rules) const;
458 RulesContTy &Rules) { in consumeRulesFromConfig() argument
460 Rules.emplace_back(CallDescription(NameParts), std::move(Rule)); in consumeRulesFromConfig()
465 RulesContTy &Rules) const { in parseConfig()
468 Rules); in parseConfig()
473 RulesContTy &Rules) const { in parseConfig()
476 Rules); in parseConfig()
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Transformer/
H A DRewriteRule.h414 applyFirst(ArrayRef<RewriteRuleWith<MetadataT>> Rules) {
416 for (auto &Rule : Rules) {
426 RewriteRuleWith<void> applyFirst(ArrayRef<RewriteRuleWith<void>> Rules);
430 applyFirst(const std::vector<RewriteRuleWith<MetadataT>> &Rules) {
431 return applyFirst(llvm::ArrayRef(Rules));
436 applyFirst(std::initializer_list<RewriteRuleWith<MetadataT>> Rules) {
437 return applyFirst(llvm::ArrayRef(Rules.begin(), Rules.end()));
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaAttr.cpp912 attrMatcherRuleListToString(ArrayRef<attr::SubjectMatchRule> Rules) { in attrMatcherRuleListToString() argument
915 for (const auto &I : llvm::enumerate(Rules)) { in attrMatcherRuleListToString()
917 OS << (I.index() == Rules.size() - 1 ? ", and " : ", "); in attrMatcherRuleListToString()
927 attr::ParsedSubjectMatchRuleSet Rules) { in ActOnPragmaAttributeAttribute() argument
945 for (const auto &Rule : Rules) { in ActOnPragmaAttributeAttribute()
951 auto It = Rules.find(*ParentRule); in ActOnPragmaAttributeAttribute()
952 if (It != Rules.end()) { in ActOnPragmaAttributeAttribute()
969 for (const auto &Rule : Rules) { in ActOnPragmaAttributeAttribute()
995 for (const auto &Rule : Rules) in ActOnPragmaAttributeAttribute()
998 for (const auto &Rule : Rules) { in ActOnPragmaAttributeAttribute()
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/
H A Dglob-to-regexp.t36 {Perl,Rules} (?:Perl|Rules)
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp186 if (Rules.empty()) { in apply()
190 for (const LegalizeRule &Rule : Rules) { in apply()
209 if (Rules.empty()) { in verifyTypeIdxsCoverage()
232 if (Rules.empty()) { in verifyImmIdxsCoverage()
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp596 std::vector<std::unique_ptr<CombineRule>> Rules; member in __anon8971c0cb0111::GICombinerEmitter
629 Cases.reserve(Rules.size()); in emitNameMatcher()
631 for (const CombineRule &EnumeratedRule : make_pointee_range(Rules)) { in emitNameMatcher()
876 gatherRules(Rules, Combiner->getValueAsListOfDefs("Rules")); in run()
885 LLVM_DEBUG(dbgs() << "Optimizing tree for " << Rules.size() << " rules\n"); in run()
890 for (const auto &Rule : Rules) { in run()
970 << " return {{0, " << Rules.size() << "}};\n" in run()
1049 for (const auto &Rule : Rules) in run()
H A DGlobalISelEmitter.cpp569 static MatchTable buildTable(ArrayRef<Matcher *> Rules, bool WithCoverage);
687 MatchTable MatchTable::buildTable(ArrayRef<Matcher *> Rules, in buildTable() argument
690 for (Matcher *Rule : Rules) in buildTable()
3679 MatchTable buildMatchTable(MutableArrayRef<RuleMatcher> Rules, bool Optimize,
3746 ArrayRef<Matcher *> Rules,
5562 ArrayRef<Matcher *> Rules, in optimizeRules() argument
5588 for (Matcher *Rule : Rules) { in optimizeRules()
5611 GlobalISelEmitter::buildMatchTable(MutableArrayRef<RuleMatcher> Rules, in buildMatchTable() argument
5614 for (Matcher &Rule : Rules) in buildMatchTable()
5622 for (RuleMatcher &Rule : Rules) { in buildMatchTable()
[all …]
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlgov.pod5 perlgov - Perl Rules of Governance
114 References to specific votes are explained in the "Rules for Voting" section.
139 Rules of Governance.
296 =head3 Amending Perl Rules of Governance
298 Any Core Team member may propose amending the Perl Rules of Governance by
303 =head3 Rules for Voting
337 References to specific elections are explained in the "Rules for Elections" section.
376 The Steering Council does not have the power to modify the Perl Rules of
377 Governance, except as provided in the section "Amending Perl Rules of
411 =head3 Rules fo
[all...]
/openbsd-src/gnu/usr.bin/texinfo/po/
H A DChangeLog5 * Rules-quot: Upgrade to gettext-0.14.1.
H A DRules-quot3 …ommon.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsCombine.td1 //=- MipsCombine.td - Define Mips Combine Rules --------------*- tablegen -*-=//
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DSarif.cpp275 json::Array Rules; in endRun() local
288 Rules.emplace_back(std::move(Rule)); in endRun()
291 Driver["rules"] = std::move(Rules); in endRun()
/openbsd-src/gnu/llvm/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp420 llvm::sort(Rules, [](const P1689Rule &A, const P1689Rule &B) { in printDependencies()
426 for (const P1689Rule &R : Rules) { in printDependencies()
460 Rules.push_back(Rule); in addRules()
466 for (const P1689Rule &R : Rules) in addSourcePathsToRequires()
470 for (P1689Rule &R : Rules) { in addSourcePathsToRequires()
480 std::vector<P1689Rule> Rules; member in P1689Deps
/openbsd-src/gnu/gcc/gcc/config/alpha/
H A Dx-vms6 # Rules for linker and compiler wrappers. These are only useful on
/openbsd-src/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dx-vms6 # Rules for linker and compiler wrappers. These are only useful on
/openbsd-src/gnu/gcc/gcc/config/arm/
H A Dt-arm1 # Rules common to all arm targets
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1865 std::vector<AttributeSubjectMatchRule> Rules; member
1868 std::vector<AttributeSubjectMatchRule> Rules; member in __anone86b54960311::PragmaClangAttributeSupport::RuleOrAggregateRuleSet
1870 RuleOrAggregateRuleSet(ArrayRef<AttributeSubjectMatchRule> Rules, in RuleOrAggregateRuleSet() argument
1872 : Rules(Rules), IsRule(IsRule) {} in RuleOrAggregateRuleSet()
1879 return Rules[0]; in getRule()
1883 return Rules; in getAggregateRuleSet()
1891 getAggregateRuleSet(ArrayRef<AttributeSubjectMatchRule> Rules) { in getAggregateRuleSet() argument
1892 return RuleOrAggregateRuleSet(Rules, /*IsRule=*/false); in getAggregateRuleSet()
1942 Rules.emplace_back(MetaSubject, Constraint); in PragmaClangAttributeSupport()
1975 std::vector<AttributeSubjectMatchRule> Rules; in PragmaClangAttributeSupport() local
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCScheduleP9.td133 // Dispatch Rules: '-' or 'V'
141 // Dispatch Rules: 'E'
148 // Dispatch Rules: 'P'
/openbsd-src/gnu/llvm/clang/docs/
H A DRefactoringEngine.rst53 Refactoring Action Rules
142 RefactoringActionRules Rules;
143 Rules.push_back(
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUCombine.td1 //=- AMDGPUCombine.td - Define AMDGPU Combine Rules ----------*- tablegen -*-=//
/openbsd-src/games/boggle/boggle/
H A Dhelpfile36 Default Rules
/openbsd-src/gnu/llvm/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp402 transformer::applyFirst(ArrayRef<RewriteRuleWith<void>> Rules) { in applyFirst() argument
404 for (auto &Rule : Rules) in applyFirst()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h423 SmallVector<LegalizeRule, 2> Rules; variable
459 Rules.push_back(Rule); in add()
570 assert(Rules.empty() && "Aliasing will discard rules"); in aliasTo()
/openbsd-src/gnu/llvm/llvm/docs/GlobalISel/
H A DLegalizer.rst100 Rule Processing and Declaring Rules
231 Composite Rules
276 Minimum Rules For Scalars

1234