Searched refs:Rules (Results 1 - 24 of 24) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DRefactoringActions.cpp40 RefactoringActionRules Rules; variable
41 Rules.push_back(createRefactoringActionRule<ExtractFunction>(
44 return Rules;
85 RefactoringActionRules Rules; variable
86 Rules.push_back(createRefactoringActionRule<RenameOccurrences>(
89 Rules.push_back(createRefactoringActionRule<QualifiedRenameRule>(
92 return Rules;
/freebsd-12-stable/contrib/bearssl/mk/
H A Dmkrules.sh29 # This script is used to generate the 'Rules.mk' file from the list
448 rm -f Rules.mk
449 cat > Rules.mk <<EOF
493 printf "\n") >> Rules.mk
495 cat >> Rules.mk <<EOF
570 done) >> Rules.mk
H A DNMake.mk38 !include mk/Rules.mk
H A DSingleUnix.mk38 include mk/Rules.mk
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp640 attrMatcherRuleListToString(ArrayRef<attr::SubjectMatchRule> Rules) { argument
643 for (const auto &I : llvm::enumerate(Rules)) {
645 OS << (I.index() == Rules.size() - 1 ? ", and " : ", ");
655 attr::ParsedSubjectMatchRuleSet Rules) {
673 for (const auto &Rule : Rules) {
679 auto It = Rules.find(*ParentRule);
680 if (It != Rules.end()) {
697 for (const auto &Rule : Rules) {
723 for (const auto &Rule : Rules)
726 for (const auto &Rule : Rules) {
653 ActOnPragmaAttributeAttribute( ParsedAttr &Attribute, SourceLocation PragmaLoc, attr::ParsedSubjectMatchRuleSet Rules) argument
[all...]
H A DParsedAttr.cpp118 llvm::SmallVectorImpl<std::pair<attr::SubjectMatchRule, bool>> &Rules,
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSarifDiagnostics.cpp334 json::Array Rules; local
341 RuleMapping[RuleID] = Rules.size(); // Maps RuleID to an Array Index.
342 Rules.push_back(createRule(*D));
346 return Rules;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp128 RewriteRule transformer::applyFirst(ArrayRef<RewriteRule> Rules) { argument
130 for (auto &Rule : Rules)
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp599 std::vector<std::unique_ptr<CombineRule>> Rules; member in class:__anon5927::GICombinerEmitter
633 Cases.reserve(Rules.size());
635 for (const CombineRule &EnumeratedRule : make_pointee_range(Rules)) {
710 if (R->isValueUnset("Rules")) {
719 gatherRules(ActiveRules, R->getValueAsListOfDefs("Rules"));
844 gatherRules(Rules, Combiner->getValueAsListOfDefs("Rules"));
853 LLVM_DEBUG(dbgs() << "Optimizing tree for " << Rules.size() << " rules\n");
861 for (const auto &Rule : Rules) {
969 for (const auto &Rule : Rules)
[all...]
H A DGlobalISelEmitter.cpp546 static MatchTable buildTable(ArrayRef<Matcher *> Rules, bool WithCoverage);
665 MatchTable MatchTable::buildTable(ArrayRef<Matcher *> Rules, argument
668 for (Matcher *Rule : Rules)
3189 // Rules involving more match roots have higher priority.
3361 MatchTable buildMatchTable(MutableArrayRef<RuleMatcher> Rules, bool Optimize,
3391 /// Takes a sequence of \p Rules and group them based on the predicates
3418 ArrayRef<Matcher *> Rules,
4969 ArrayRef<Matcher *> Rules,
4996 for (Matcher *Rule : Rules) {
5018 GlobalISelEmitter::buildMatchTable(MutableArrayRef<RuleMatcher> Rules,
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DRewriteRule.h190 RewriteRule applyFirst(ArrayRef<RewriteRule> Rules);
238 /// Only supports Rules whose cases' matchers share the same base "kind"
/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1766 std::vector<AttributeSubjectMatchRule> Rules; member in struct:__anon3538::PragmaClangAttributeSupport
1769 std::vector<AttributeSubjectMatchRule> Rules; member in class:__anon3538::PragmaClangAttributeSupport::RuleOrAggregateRuleSet
1771 RuleOrAggregateRuleSet(ArrayRef<AttributeSubjectMatchRule> Rules, argument
1773 : Rules(Rules), IsRule(IsRule) {}
1780 return Rules[0];
1784 return Rules;
1792 getAggregateRuleSet(ArrayRef<AttributeSubjectMatchRule> Rules) { argument
1793 return RuleOrAggregateRuleSet(Rules, /*IsRule=*/false);
1827 Rules
1860 std::vector<AttributeSubjectMatchRule> Rules; local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp185 if (Rules.empty()) {
189 for (const LegalizeRule &Rule : Rules) {
208 if (Rules.empty()) {
231 if (Rules.empty()) {
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h323 SmallVector<LegalizeRule, 2> Rules; member in class:LegalizeRuleSet
369 Rules.push_back(Rule);
465 LegalizeRuleSet() : AliasOf(0), IsAliasedByAnother(false), Rules() {}
472 assert(Rules.empty() && "Aliasing will discard rules");
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp173 Rules.push_back(Rule(N, F));
199 std::vector<Rule> Rules;
532 for (Rule &R : Rules) {
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9464 attr::ParsedSubjectMatchRuleSet Rules);
/freebsd-12-stable/contrib/binutils/opcodes/
H A Dconfigure13877 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
/freebsd-12-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex4847 \advance\hsize by -2\dimen2 % Rules.
/freebsd-12-stable/contrib/binutils/binutils/
H A Dconfigure16988 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
/freebsd-12-stable/contrib/binutils/gas/
H A Dconfigure16148 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
/freebsd-12-stable/contrib/binutils/ld/
H A Dconfigure15197 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
/freebsd-12-stable/contrib/amd/doc/
H A Dtexinfo.tex3033 \advance\hsize by -2\dimen2 % Rules.
/freebsd-12-stable/contrib/binutils/bfd/
H A Dconfigure22469 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
/freebsd-12-stable/contrib/subversion/
H A Dbuild-outputs.mk108 # Section 4: Rules to build SWIG .c files from .i files
1628 # Section 10: Rules to build all other kinds of object-like files

Completed in 666 milliseconds