Home
last modified time | relevance | path

Searched defs:Rules (Results 1 – 13 of 13) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DRefactoringActions.cpp40 RefactoringActionRules Rules; in createActionRules() local
85 RefactoringActionRules Rules; in createActionRules() local
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelMatchTableExecutorEmitter.cpp
H A DGlobalISelEmitter.cpp2206 buildMatchTable(MutableArrayRef<RuleMatcher> Rules,bool Optimize,bool WithCoverage) buildMatchTable() argument
2399 std::vector<RuleMatcher> Rules; run() local
[all...]
H A DGlobalISelMatchTable.cpp
H A DGlobalISelCombinerEmitter.cpp2870 buildMatchTable(MutableArrayRef<RuleMatcher> Rules) buildMatchTable() argument
2952 std::vector<RuleMatcher> Rules; run() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp522 RulesContTy &Rules) const { in consumeRulesFromConfig() argument
565 RulesContTy Rules; parseConfiguration() local
809 GenericTaintRuleParser::RulesContTy Rules{ initTaintRules() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DSarif.cpp275 json::Array Rules; endRun() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp909 for (const auto &I : llvm::enumerate(Rules)) { in attrMatcherRuleListToString() argument
924 ActOnPragmaAttributeAttribute(ParsedAttr & Attribute,SourceLocation PragmaLoc,attr::ParsedSubjectMatchRuleSet Rules) ActOnPragmaAttributeAttribute() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp402 transformer::applyFirst(ArrayRef<RewriteRuleWith<void>> Rules) { in applyFirst()
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1933 std::vector<AttributeSubjectMatchRule> Rules; global() member
1936 std::vector<AttributeSubjectMatchRule> Rules; global() member in __anon575287d10411::PragmaClangAttributeSupport::RuleOrAggregateRuleSet
1938 RuleOrAggregateRuleSet(ArrayRef<AttributeSubjectMatchRule> Rules,bool IsRule) RuleOrAggregateRuleSet() argument
1959 getAggregateRuleSet(ArrayRef<AttributeSubjectMatchRule> Rules) getAggregateRuleSet() argument
2043 std::vector<AttributeSubjectMatchRule> Rules; PragmaClangAttributeSupport() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h429 SmallVector<LegalizeRule, 2> Rules; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp138 SmallVector<std::shared_ptr<InstructionRule>, 4> Rules; member in __anond089bb350111::SchedGroup
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp215 std::vector<Rule> Rules; member