/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
H A D | RewriteRule.cpp | 270 ApplyRuleCallback(RewriteRule Rule) : Rule(std::move(Rule)) {} in ApplyRuleCallback() 291 RewriteRule Rule; member in __anonefb0af210611::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/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | GICombinerEmitter.cpp |
|
H A D | Attributes.cpp | 91 for (auto *Rule : CompatRules) { in emitFnAttrCompatCheck() local 109 for (auto *Rule : MergeRules) { in emitFnAttrCompatCheck() local
|
H A D | GlobalISelEmitter.cpp | 720 RuleMatcher &Rule, InstructionMatcher &InsnMatcher, in createAndImportSelDAGMatcher() 961 RuleMatcher &Rule, InstructionMatcher &InsnMatcher, in importChildMatcher() 1183 action_iterator InsertPt, RuleMatcher &Rule, BuildMIAction &DstMIBuilder, in importExplicitUseRenderer() 2499 for (const auto &Rule : Rules) in run() local
|
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
H A D | HeaderFile.cpp | 66 HeaderGlob::HeaderGlob(StringRef GlobString, Regex &&Rule, HeaderType Type) in HeaderGlob() 81 auto Rule = MachO::createRegexFromGlob(GlobString); in create() local
|
H A D | Library.cpp | 14 const Regex Rule("(.+)/(.+)\\.framework/"); variable
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | Sarif.cpp | 280 json::Object Rule{ in endRun() local 379 size_t SarifDocumentWriter::createRule(const SarifRule &Rule) { in createRule() 389 const SarifRule &Rule = CurrentRules[RuleIdx]; in appendResult() local
|
H A D | Attributes.cpp | 69 const char *attr::getSubjectMatchRuleSpelling(attr::SubjectMatchRule Rule) { in getSubjectMatchRuleSpelling()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
H A D | MILexer.cpp | 340 static Cursor maybeLexIndex(Cursor C, MIToken &Token, StringRef Rule, in maybeLexIndex() 353 static Cursor maybeLexIndexAndName(Cursor C, MIToken &Token, StringRef Rule, in maybeLexIndexAndName() 394 const StringRef Rule = "%subreg."; in maybeLexSubRegisterIndex() local 403 const StringRef Rule = "%ir-block."; in maybeLexIRBlock() local 413 const StringRef Rule = "%ir."; in maybeLexIRValue() local 507 const StringRef Rule = "<mcsymbol "; in maybeLexMCSymbol() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaAttr.cpp | 867 getParentAttrMatcherRule(attr::SubjectMatchRule Rule) { in getParentAttrMatcherRule() 880 bool isNegatedAttrMatcherSubRule(attr::SubjectMatchRule Rule) { in isNegatedAttrMatcherSubRule() 939 for (const auto &Rule : Rules) { in ActOnPragmaAttributeAttribute() local 963 for (const auto &Rule : Rules) { in ActOnPragmaAttributeAttribute() local 989 for (const auto &Rule : Rules) in ActOnPragmaAttributeAttribute() local 992 for (const auto &Rule : Rules) { in ActOnPragmaAttributeAttribute() local 1015 for (const auto &Rule : RulesToCheck) { in ActOnPragmaAttributeAttribute() local 1035 for (const auto &Rule : Rules) { in ActOnPragmaAttributeAttribute() local 1106 for (const auto &Rule : Entry.MatchRules) { in AddPragmaAttributes() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerInfo.cpp | 95 static bool hasNoSimpleLoops(const LegalizeRule &Rule, const LegalityQuery &Q, in hasNoSimpleLoops() 112 static bool mutationIsSane(const LegalizeRule &Rule, in mutationIsSane() 194 for (const LegalizeRule &Rule : Rules) { in apply() local
|
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/ |
H A D | HeaderFile.h | 119 llvm::Regex Rule; variable
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
H A D | RefactoringActionRulesInternal.h | 59 auto Rule = in invokeRuleAfterValidatingRequirements() local
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | GlobalISelMatchTable.h | 1688 RuleMatcher &Rule) const override { in emitPredicateOpcodes() 1710 RuleMatcher &Rule) const override { in emitPredicateOpcodes() 1727 RuleMatcher &Rule; variable 1745 : Rule(Rule), NumOperandsCheck(NumOpsCheck), SymbolicName(SymbolicName) { in Rule() argument 1850 RuleMatcher &Rule) const override { in emitPredicateOpcodes() 2257 RuleMatcher &Rule) const {} in emitAdditionalPredicates() 2267 RuleMatcher &Rule) const { in emitActionOpcodesAndDone() 2289 void emitActionOpcodes(MatchTable &Table, RuleMatcher &Rule) const override { in emitActionOpcodes() 2414 void emitActionOpcodes(MatchTable &Table, RuleMatcher &Rule) const override { in emitActionOpcodes()
|
H A D | GlobalISelMatchTable.cpp | 491 for (const auto &Rule : Matchers) in finalize() local 1346 TempTypeIdx OperandMatcher::getTempTypeIdx(RuleMatcher &Rule) { in getTempTypeIdx() 1359 RuleMatcher &Rule) { in emitPredicateOpcodes() 1728 RuleMatcher &Rule) { in emitPredicateOpcodes() 1863 void CopyRenderer::emitRenderOpcodes(MatchTable &Table, RuleMatcher &Rule, in emitRenderOpcodes() 2128 bool BuildMIAction::canMutate(RuleMatcher &Rule, in canMutate() 2150 void BuildMIAction::chooseInsnToMutate(RuleMatcher &Rule) { in chooseInsnToMutate()
|
H A D | GlobalISelMatchTableExecutorEmitter.cpp | 54 for (auto &Rule : Rules) in emitSubtargetFeatureBitsetImpl() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULibFunc.cpp | 369 const ManglingRule& Rule; member in __anonbcd55a340111::ParamIterator 571 for (auto Rule : manglingRules) in buildManglingRulesMap() local 672 const ManglingRule& Rule = manglingRules[FuncId]; in parseFuncName() local
|
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
H A D | Utils.cpp | 196 llvm::Regex Rule = Regex(RegexString); in createRegexFromGlob() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | GenericTaintChecker.cpp | 505 GenericTaintRule &&Rule, in consumeRulesFromConfig() 837 if (const auto *Rule = in checkPreCall() local 840 else if (const auto *Rule = DynamicTaintRules->lookup(Call)) in checkPreCall() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | SarifDiagnostics.cpp | 155 auto Rule = SarifRule::create() in createRuleMapping() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonLoopIdiomRecognition.cpp | 178 struct Rule { struct 179 using FuncType = std::function<Value *(Instruction *, LLVMContext &)>; 180 Rule(StringRef N, FuncType F) : Name(N), Fn(F) {} in Rule() argument 181 StringRef Name; // For debugging. 182 FuncType Fn;
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangAttrEmitter.cpp | 2040 getRule(const AttributeSubjectMatchRule &Rule) { in getRule() 2164 for (const auto &Rule : Rules) { in emitMatchRuleList() local 2271 for (const auto &Rule : It->getSecond().getAggregateRuleSet()) { in generateStrictConformsTo() local 2292 for (const auto &Rule : Rules) { in generateParsingHelpers() local 2306 for (const auto &Rule : SubMatchRule.second) { in generateParsingHelpers() local 2314 for (const auto &Rule : SubMatchRule.second) { in generateParsingHelpers() local 2331 for (const auto &Rule : Rules) { in generateParsingHelpers() local 2357 for (const auto &Rule : SubMatchRule.second) { in generateParsingHelpers() local 4417 for (const auto &Rule : PragmaAttributeSupport.Rules) { in emitAttributeMatchRules() local 5291 for (const auto &Rule : llvm::enumerate(RuleSet.getAggregateRuleSet())) { in EmitTestPragmaAttributeSupportedAttributes() local
|
/freebsd/crypto/heimdal/lib/com_err/ |
H A D | parse.c | 807 # define YY_REDUCE_PRINT(Rule) \ argument 820 # define YY_REDUCE_PRINT(Rule) argument
|
/freebsd/crypto/heimdal/appl/ftp/ftpd/ |
H A D | ftpcmd.c | 1192 # define YY_REDUCE_PRINT(Rule) \ argument 1205 # define YY_REDUCE_PRINT(Rule) argument
|
/freebsd/crypto/heimdal/lib/sl/ |
H A D | slc-gram.c | 781 # define YY_REDUCE_PRINT(Rule) \ argument 794 # define YY_REDUCE_PRINT(Rule) argument
|