Home
last modified time | relevance | path

Searched defs:Rule (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp270 ApplyRuleCallback(RewriteRule Rule) : Rule(std::move(Rule)) {} in ApplyRuleCallback()
291 RewriteRule Rule; member in __anonb2d314f30611::ApplyRuleCallback
300 rewriteDescendantsImpl(const T &Node, RewriteRule Rule, in rewriteDescendantsImpl()
310 transformer::detail::rewriteDescendants(const Decl &Node, RewriteRule Rule, in rewriteDescendants()
316 transformer::detail::rewriteDescendants(const Stmt &Node, RewriteRule Rule, in rewriteDescendants()
322 transformer::detail::rewriteDescendants(const TypeLoc &Node, RewriteRule Rule, in rewriteDescendants()
329 RewriteRule Rule, in rewriteDescendants()
345 RewriteRule Rule) { in rewriteDescendants()
359 void transformer::addInclude(RewriteRuleBase &Rule, StringRef Header, in addInclude()
404 for (auto &Rule : Rules) in applyFirst() local
[all …]
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DAttributes.cpp88 for (auto *Rule : CompatRules) { emitFnAttrCompatCheck() local
106 for (auto *Rule : MergeRules) { emitFnAttrCompatCheck() local
H A DGlobalISelMatchTable.cpp
H A DGlobalISelMatchTableExecutorEmitter.cpp
H A DGlobalISelMatchTable.h
H A DGlobalISelEmitter.cpp709 createAndImportSelDAGMatcher(RuleMatcher & Rule,InstructionMatcher & InsnMatcher,const TreePatternNode * Src,unsigned & TempOpIdx) createAndImportSelDAGMatcher() argument
941 importChildMatcher(RuleMatcher & Rule,InstructionMatcher & InsnMatcher,const TreePatternNode * SrcChild,bool OperandIsAPointer,bool OperandIsImmArg,unsigned OpIdx,unsigned & TempOpIdx) importChildMatcher() argument
1163 importExplicitUseRenderer(action_iterator InsertPt,RuleMatcher & Rule,BuildMIAction & DstMIBuilder,const TreePatternNode * DstChild,const TreePatternNode * Src) importExplicitUseRenderer() argument
2475 for (const auto &Rule : Rules) run() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp92 P1689ModuleDependencyPrinterConsumer(P1689Rule &Rule, in getP1689ModuleDependencyFile()
115 P1689Rule &Rule; in getP1689ModuleDependencyFile() member in DependencyScanningTool::getP1689ModuleDependencyFile::P1689ModuleDependencyPrinterConsumer
127 P1689Rule Rule; in getP1689ModuleDependencyFile() local
/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DSarif.cpp390 assert(Rule.DefaultConfiguration.Enabled && in appendResult() local
281 json::Object Rule{ endRun() local
380 createRule(const SarifRule & Rule) createRule() argument
[all...]
H A DAttributes.cpp65 getSubjectMatchRuleSpelling(attr::SubjectMatchRule Rule) getSubjectMatchRuleSpelling() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp336 maybeLexIndex(Cursor C,MIToken & Token,StringRef Rule,MIToken::TokenKind Kind) maybeLexIndex() argument
349 maybeLexIndexAndName(Cursor C,MIToken & Token,StringRef Rule,MIToken::TokenKind Kind) maybeLexIndexAndName() argument
390 const StringRef Rule = "%subreg."; maybeLexSubRegisterIndex() local
399 const StringRef Rule = "%ir-block."; maybeLexIRBlock() local
409 const StringRef Rule = "%ir."; maybeLexIRValue() local
503 const StringRef Rule = "<mcsymbol "; maybeLexMCSymbol() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp870 getParentAttrMatcherRule(attr::SubjectMatchRule Rule) getParentAttrMatcherRule() argument
883 isNegatedAttrMatcherSubRule(attr::SubjectMatchRule Rule) isNegatedAttrMatcherSubRule() argument
942 for (const auto &Rule : Rules) { ActOnPragmaAttributeAttribute() local
966 for (const auto &Rule : Rules) { ActOnPragmaAttributeAttribute() local
992 for (const auto &Rule : Rules) ActOnPragmaAttributeAttribute() local
995 for (const auto &Rule : Rules) { ActOnPragmaAttributeAttribute() local
1018 for (const auto &Rule : RulesToCheck) { ActOnPragmaAttributeAttribute() local
1038 for (const auto &Rule : Rules) { ActOnPragmaAttributeAttribute() local
1109 for (const auto &Rule : Entry.MatchRules) { AddPragmaAttributes() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp95 static bool hasNoSimpleLoops(const LegalizeRule &Rule, const LegalityQuery &Q, in hasNoSimpleLoops() argument
112 static bool mutationIsSane(const LegalizeRule &Rule, in mutationIsSane() argument
193 for (const LegalizeRule &Rule : Rules) { apply() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DSARIFDiagnostic.cpp49 SarifRule Rule = SarifRule::create().setRuleId(std::to_string(Diag->getID())); in emitDiagnosticMessage() local
137 SARIFDiagnostic::addDiagnosticLevelToRule(SarifRule Rule, in addDiagnosticLevelToRule()
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringActionRulesInternal.h59 auto Rule = in invokeRuleAfterValidatingRequirements() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp369 const ManglingRule& Rule; member in __anon633a54c60111::ParamIterator
571 for (auto Rule : manglingRules) in buildManglingRulesMap() local
672 const ManglingRule& Rule = manglingRules[FuncId]; in parseFuncName() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp521 consumeRulesFromConfig(const Config & C,GenericTaintRule && Rule,RulesContTy & Rules) consumeRulesFromConfig() argument
821 if (const auto *Rule = checkPreCall() local
824 else if (const auto *Rule = DynamicTaintRules->lookup(Call)) checkPreCall() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSarifDiagnostics.cpp155 auto Rule = SarifRule::create() in createRuleMapping() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp178 struct Rule { struct
180 Rule(StringRef N, FuncType F) : Name(N), Fn(F) {} in Rule() argument
179 FuncType__anon356acde80111::Simplifier::Rule global() argument
181 Name__anon356acde80111::Simplifier::Rule global() argument
182 Fn__anon356acde80111::Simplifier::Rule global() argument
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1955 getRule(const AttributeSubjectMatchRule & Rule) getRule() argument
2079 for (const auto &Rule : Rules) { emitMatchRuleList() local
2174 for (const auto &Rule : It->getSecond().getAggregateRuleSet()) { generateStrictConformsTo() local
2195 for (const auto &Rule : Rules) { generateParsingHelpers() local
2209 for (const auto &Rule : SubMatchRule.second) { generateParsingHelpers() local
2217 for (const auto &Rule : SubMatchRule.second) { generateParsingHelpers() local
2234 for (const auto &Rule : Rules) { generateParsingHelpers() local
2260 for (const auto &Rule : SubMatchRule.second) { generateParsingHelpers() local
4271 for (const auto &Rule : PragmaAttributeSupport.Rules) { emitAttributeMatchRules() local
5141 for (const auto &Rule : llvm::enumerate(RuleSet.getAggregateRuleSet())) { EmitTestPragmaAttributeSupportedAttributes() local
[all...]
/freebsd-src/crypto/heimdal/lib/com_err/
H A Dparse.c807 # define YY_REDUCE_PRINT(Rule) \ argument
820 # define YY_REDUCE_PRINT(Rule) argument
/freebsd-src/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp65 const llvm::Regex Rule("/(.+)\\.framework/(.+)?Headers/(.+)"); getRelativeIncludeName() local
/freebsd-src/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c1192 # define YY_REDUCE_PRINT(Rule) \ argument
1205 # define YY_REDUCE_PRINT(Rule) argument
/freebsd-src/crypto/heimdal/lib/sl/
H A Dslc-gram.c781 # define YY_REDUCE_PRINT(Rule) \ argument
794 # define YY_REDUCE_PRINT(Rule) argument
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1627 isAbstractAttrMatcherRule(attr::SubjectMatchRule Rule) isAbstractAttrMatcherRule() argument
1686 Rule = isAttributeSubjectMatchRule(Name); ParsePragmaAttributeSubjectMatchRuleSet() local
1828 for (const auto &Rule : MatchRules) { createExpectedAttributeSubjectRulesTokenDiagnostic() local
[all...]
/freebsd-src/crypto/heimdal/lib/asn1/
H A Dasn1parse.c1199 # define YY_REDUCE_PRINT(Rule) \ argument
1212 # define YY_REDUCE_PRINT(Rule) argument

12