Home
last modified time | relevance | path

Searched refs:Rule (Results 1 – 25 of 81) sorted by relevance

1234

/openbsd-src/share/zoneinfo/datfiles/
H A Dafrica69 # Rule NAME FROM TO - IN ON AT SAVE LETTER/S
70 Rule Algeria 1916 only - Jun 14 23:00s 1:00 S
71 Rule Algeria 1916 1919 - Oct Sun>=1 23:00s 0 -
72 Rule Algeria 1917 only - Mar 24 23:00s 1:00 S
73 Rule Algeria 1918 only - Mar 9 23:00s 1:00 S
74 Rule Algeria 1919 only - Mar 1 23:00s 1:00 S
75 Rule Algeria 1920 only - Feb 14 23:00s 1:00 S
76 Rule Algeria 1920 only - Oct 23 23:00s 0 -
77 Rule Algeria 1921 only - Mar 14 23:00s 1:00 S
78 Rule Algeri
[all...]
H A Deurope390 # Rule NAME FROM TO - IN ON AT SAVE LETTER/S
392 Rule GB-Eire 1916 only - May 21 2:00s 1:00 BST
393 Rule GB-Eire 1916 only - Oct 1 2:00s 0 GMT
395 Rule GB-Eire 1917 only - Apr 8 2:00s 1:00 BST
396 Rule GB-Eire 1917 only - Sep 17 2:00s 0 GMT
398 Rule GB-Eire 1918 only - Mar 24 2:00s 1:00 BST
399 Rule GB-Eire 1918 only - Sep 30 2:00s 0 GMT
401 Rule GB-Eire 1919 only - Mar 30 2:00s 1:00 BST
402 Rule GB-Eire 1919 only - Sep 29 2:00s 0 GMT
404 Rule G
[all...]
H A Dnorthamerica177 # Rule NAME FROM TO - IN ON AT SAVE LETTER/S
178 Rule US 1918 1919 - Mar lastSun 2:00 1:00 D
179 Rule US 1918 1919 - Oct lastSun 2:00 0 S
180 Rule US 1942 only - Feb 9 2:00 1:00 W # War
181 Rule US 1945 only - Aug 14 23:00u 1:00 P # Peace
182 Rule US 1945 only - Sep 30 2:00 0 S
183 Rule US 1967 2006 - Oct lastSun 2:00 0 S
184 Rule US 1967 1973 - Apr lastSun 2:00 1:00 D
185 Rule US 1974 only - Jan 6 2:00 1:00 D
186 Rule U
[all...]
H A Dasia71 # Rule NAME FROM TO - IN ON AT SAVE LETTER/S
72 Rule EUAsia 1981 max - Mar lastSun 1:00u 1:00 S
73 Rule EUAsia 1979 1995 - Sep lastSun 1:00u 0 -
74 Rule EUAsia 1996 max - Oct lastSun 1:00u 0 -
75 Rule E-EurAsia 1981 max - Mar lastSun 0:00 1:00 -
76 Rule E-EurAsia 1979 1995 - Sep lastSun 0:00 0 -
77 Rule E-EurAsia 1996 max - Oct lastSun 0:00 0 -
78 Rule RussiaAsia 1981 1984 - Apr 1 0:00 1:00 -
79 Rule RussiaAsia 1981 1983 - Oct 1 0:00 0 -
80 Rule RussiaAsi
[all...]
H A Dsouthamerica52 # Rule NAME FROM TO - IN ON AT SAVE LETTER/S
53 Rule Arg 1930 only - Dec 1 0:00 1:00 -
54 Rule Arg 1931 only - Apr 1 0:00 0 -
55 Rule Arg 1931 only - Oct 15 0:00 1:00 -
56 Rule Arg 1932 1940 - Mar 1 0:00 0 -
57 Rule Arg 1932 1939 - Nov 1 0:00 1:00 -
58 Rule Arg 1940 only - Jul 1 0:00 1:00 -
59 Rule Arg 1941 only - Jun 15 0:00 0 -
60 Rule Arg 1941 only - Oct 15 0:00 1:00 -
61 Rule Ar
[all...]
H A Daustralasia17 # Rule NAME FROM TO - IN ON AT SAVE LETTER/S
18 Rule Aus 1917 only - Jan 1 2:00s 1:00 D
19 Rule Aus 1917 only - Mar lastSun 2:00s 0 S
20 Rule Aus 1942 only - Jan 1 2:00s 1:00 D
21 Rule Aus 1942 only - Mar lastSun 2:00s 0 S
22 Rule Aus 1942 only - Sep 27 2:00s 1:00 D
23 Rule Aus 1943 1944 - Mar lastSun 2:00s 0 S
24 Rule Aus 1943 only - Oct 3 2:00s 1:00 D
33 # Rule NAME FROM TO - IN ON AT SAVE LETTER/S
34 Rule A
[all...]
/openbsd-src/gnu/llvm/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp270 ApplyRuleCallback(RewriteRule Rule) : Rule(std::move(Rule)) {} in ApplyRuleCallback() argument
275 for (auto &Matcher : transformer::detail::buildMatchers(Rule)) in registerMatchers()
282 size_t I = transformer::detail::findSelectedCase(Result, Rule); in run()
283 auto Transformations = Rule.Cases[I].Edits(Result); in run()
291 RewriteRule Rule; member in __anon895ebc380611::ApplyRuleCallback
300 rewriteDescendantsImpl(const T &Node, RewriteRule Rule, in rewriteDescendantsImpl() argument
302 ApplyRuleCallback Callback(std::move(Rule)); in rewriteDescendantsImpl()
310 transformer::detail::rewriteDescendants(const Decl &Node, RewriteRule Rule, in rewriteDescendants() argument
312 return rewriteDescendantsImpl(Node, std::move(Rule), Result); in rewriteDescendants()
316 transformer::detail::rewriteDescendants(const Stmt &Node, RewriteRule Rule, in rewriteDescendants() argument
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Transformer/
H A DTransformer.h79 explicit Transformer(transformer::RewriteRuleWith<void> Rule,
81 : Transformer(std::move(Rule),
97 transformer::RewriteRuleWith<MetadataT> Rule,
119 populateMetadata(const transformer::RewriteRuleWith<T> &Rule,
129 auto Metadata = Rule.Metadata[SelectedCase]->eval(Match);
141 transformer::RewriteRuleWith<T> Rule;
148 : Rule(std::move(R)), Consumer(std::move(Consumer)) {
149 assert(llvm::all_of(Rule.Cases,
154 assert(llvm::all_of(Rule.Metadata,
162 size_t I = transformer::detail::findSelectedCase(Result, Rule);
[all …]
H A DRewriteRule.h369 void addInclude(RewriteRuleBase &Rule, llvm::StringRef Header,
416 for (auto &Rule : Rules) {
417 assert(Rule.Cases.size() == Rule.Metadata.size() &&
419 R.Cases.append(Rule.Cases.begin(), Rule.Cases.end());
420 R.Metadata.append(Rule.Metadata.begin(), Rule.Metadata.end());
445 stripMetadata(RewriteRuleWith<MetadataT> Rule) {
447 R.Cases = std::move(Rule.Cases);
466 EditGenerator rewriteDescendants(std::string NodeId, RewriteRule Rule);
493 rewriteDescendants(const Decl &Node, RewriteRule Rule,
497 rewriteDescendants(const Stmt &Node, RewriteRule Rule,
[all …]
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp329 StringRef makeNameForAnonInstr(CombineRule &Rule) { in makeNameForAnonInstr() argument
331 format("__anon%" PRIu64 "_%u", Rule.getID(), Rule.allocUID()))); in makeNameForAnonInstr()
334 StringRef makeDebugName(CombineRule &Rule, StringRef Name) { in makeDebugName() argument
335 return insertStrTab(Name.empty() ? makeNameForAnonInstr(Rule) : StringRef(Name)); in makeDebugName()
338 StringRef makeNameForAnonPredicate(CombineRule &Rule) { in makeNameForAnonPredicate() argument
340 format("__anonpred%" PRIu64 "_%u", Rule.getID(), Rule.allocUID()))); in makeNameForAnonPredicate()
656 std::unique_ptr<CombineRule> Rule = in makeCombineRule() local
659 if (!Rule->parseDefs()) in makeCombineRule()
661 if (!Rule->parseMatcher(Target)) in makeCombineRule()
664 Rule->reorientToRoots(); in makeCombineRule()
[all …]
H A DGlobalISelEmitter.cpp690 for (Matcher *Rule : Rules) in buildTable()
691 Rule->emit(Table); in buildTable()
1157 RuleMatcher &Rule) const = 0;
1230 RuleMatcher &Rule) const override;
1282 RuleMatcher &Rule) const override { in emitPredicateOpcodes()
1322 RuleMatcher &Rule) const override { in emitPredicateOpcodes()
1356 RuleMatcher &Rule) const override { in emitPredicateOpcodes()
1387 RuleMatcher &Rule) const override { in emitPredicateOpcodes()
1422 RuleMatcher &Rule) const override { in emitPredicateOpcodes()
1443 RuleMatcher &Rule) const override { in emitPredicateOpcodes()
[all …]
H A DAttributes.cpp86 for (auto *Rule : CompatRules) { in emitFnAttrCompatCheck() local
87 StringRef FuncName = Rule->getValueAsString("CompatFunc"); in emitFnAttrCompatCheck()
100 for (auto *Rule : MergeRules) { in emitFnAttrCompatCheck() local
101 StringRef FuncName = Rule->getValueAsString("MergeFunc"); in emitFnAttrCompatCheck()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp97 static bool hasNoSimpleLoops(const LegalizeRule &Rule, const LegalityQuery &Q, in hasNoSimpleLoops() argument
99 switch (Rule.getAction()) { in hasNoSimpleLoops()
113 static bool mutationIsSane(const LegalizeRule &Rule, in mutationIsSane() argument
118 if (Rule.getAction() == Custom || Rule.getAction() == Legal) in mutationIsSane()
125 switch (Rule.getAction()) { in mutationIsSane()
135 if (Rule.getAction() == FewerElements) { in mutationIsSane()
144 } else if (Rule.getAction() == MoreElements) in mutationIsSane()
162 if (Rule.getAction() == NarrowScalar) { in mutationIsSane()
190 for (const LegalizeRule &Rule : Rules) { in apply() local
191 if (Rule.match(Query)) { in apply()
[all …]
/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp122 P1689ModuleDependencyPrinterConsumer(P1689Rule &Rule, in getP1689ModuleDependencyFile() argument
124 : Filename(Command.Filename), Rule(Rule) { in getP1689ModuleDependencyFile()
125 Rule.PrimaryOutput = Command.Output; in getP1689ModuleDependencyFile()
131 Rule.Provides = Provided; in getP1689ModuleDependencyFile()
132 if (Rule.Provides) in getP1689ModuleDependencyFile()
133 Rule.Provides->SourcePath = Filename.str(); in getP1689ModuleDependencyFile()
134 Rule.Requires = Requires; in getP1689ModuleDependencyFile()
145 P1689Rule &Rule; in getP1689ModuleDependencyFile() member in DependencyScanningTool::getP1689ModuleDependencyFile::P1689ModuleDependencyPrinterConsumer
148 P1689Rule Rule; in getP1689ModuleDependencyFile() local
149 P1689ModuleDependencyPrinterConsumer Consumer(Rule, Command); in getP1689ModuleDependencyFile()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp333 static Cursor maybeLexIndex(Cursor C, MIToken &Token, StringRef Rule, in maybeLexIndex() argument
335 if (!C.remaining().startswith(Rule) || !isdigit(C.peek(Rule.size()))) in maybeLexIndex()
338 C.advance(Rule.size()); in maybeLexIndex()
346 static Cursor maybeLexIndexAndName(Cursor C, MIToken &Token, StringRef Rule, in maybeLexIndexAndName() argument
348 if (!C.remaining().startswith(Rule) || !isdigit(C.peek(Rule.size()))) in maybeLexIndexAndName()
351 C.advance(Rule.size()); in maybeLexIndexAndName()
356 unsigned StringOffset = Rule.size() + Number.size(); in maybeLexIndexAndName()
387 const StringRef Rule = "%subreg."; in maybeLexSubRegisterIndex() local
388 if (!C.remaining().startswith(Rule)) in maybeLexSubRegisterIndex()
390 return lexName(C, Token, MIToken::SubRegisterIndex, Rule.size(), in maybeLexSubRegisterIndex()
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Refactoring/
H A DRefactoringActionRulesInternal.h59 auto Rule = in invokeRuleAfterValidatingRequirements() local
61 if (!Rule) in invokeRuleAfterValidatingRequirements()
62 return Consumer.handleError(Rule.takeError()); in invokeRuleAfterValidatingRequirements()
63 Rule->invoke(Consumer, Context); in invokeRuleAfterValidatingRequirements()
125 class Rule final : public RefactoringActionRule {
127 Rule(std::tuple<RequirementTypes...> Requirements)
151 return std::make_unique<Rule>(std::make_tuple(Requirements...));
/openbsd-src/gnu/llvm/clang/tools/clang-refactor/
H A DClangRefactor.cpp263 for (const auto &Rule : this->ActionRules) { in RefactoringActionSubcommand()
264 if (Rule->hasSelectionRequirement()) { in RefactoringActionSubcommand()
276 for (const auto &Rule : this->ActionRules) { in RefactoringActionSubcommand()
279 Rule->visitRefactoringOptions(OptionCreator); in RefactoringActionSubcommand()
378 auto Rule = getMatchingRule(**Subcommand); in Init() local
379 if (!Rule) in Init()
380 return Rule.takeError(); in Init()
383 MatchingRule = *Rule; in Init()
538 for (const auto &Rule : Subcommand.getActionRules()) { in getMatchingRule() local
540 Rule->visitRefactoringOptions(Visitor); in getMatchingRule()
[all …]
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DSarif.cpp281 json::Object Rule{ in endRun() local
287 Rule["helpUri"] = R.HelpURI; in endRun()
288 Rules.emplace_back(std::move(Rule)); in endRun()
377 size_t SarifDocumentWriter::createRule(const SarifRule &Rule) { in createRule() argument
379 CurrentRules.emplace_back(Rule); in createRule()
387 const SarifRule &Rule = CurrentRules[RuleIdx]; in appendResult() local
388 assert(Rule.DefaultConfiguration.Enabled && in appendResult()
392 {"ruleId", Rule.Id}}; in appendResult()
404 Result.LevelOverride.value_or(Rule.DefaultConfiguration.Level)); in appendResult()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DSARIFDiagnostic.cpp49 SarifRule Rule = SarifRule::create().setRuleId(std::to_string(Diag->getID())); in emitDiagnosticMessage() local
51 Rule = addDiagnosticLevelToRule(Rule, Level); in emitDiagnosticMessage()
53 unsigned RuleIdx = Writer->createRule(Rule); in emitDiagnosticMessage()
137 SARIFDiagnostic::addDiagnosticLevelToRule(SarifRule Rule, in addDiagnosticLevelToRule() argument
161 return Rule.setDefaultConfiguration(Config); in addDiagnosticLevelToRule()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaAttr.cpp873 getParentAttrMatcherRule(attr::SubjectMatchRule Rule) { in getParentAttrMatcherRule() argument
875 switch (Rule) { in getParentAttrMatcherRule()
886 bool isNegatedAttrMatcherSubRule(attr::SubjectMatchRule Rule) { in isNegatedAttrMatcherSubRule() argument
888 switch (Rule) { in isNegatedAttrMatcherSubRule()
945 for (const auto &Rule : Rules) { in ActOnPragmaAttributeAttribute() local
946 attr::SubjectMatchRule MatchRule = attr::SubjectMatchRule(Rule.first); in ActOnPragmaAttributeAttribute()
954 Diag(Rule.second.getBegin(), in ActOnPragmaAttributeAttribute()
959 replacementRangeForListElement(*this, Rule.second)); in ActOnPragmaAttributeAttribute()
966 std::make_pair(*ParentRule, Rule)); in ActOnPragmaAttributeAttribute()
969 for (const auto &Rule : Rules) { in ActOnPragmaAttributeAttribute() local
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp369 const ManglingRule& Rule; member in __anon505a1ceb0111::ParamIterator
374 : Leads(leads), Rule(rule), Index(0) {} in ParamIterator()
381 if (Index >= int(sizeof Rule.Param/sizeof Rule.Param[0])) return P; in getNextParam()
383 const char R = Rule.Param[Index]; in getNextParam()
402 if (Index == (Rule.Lead[1] - 1)) P = Leads[1]; in getNextParam()
561 for (auto Rule : manglingRules) in buildManglingRulesMap() local
562 Map.insert({Rule.Name, Id++}); in buildManglingRulesMap()
662 const ManglingRule& Rule = manglingRules[FuncId]; in parseFuncName() local
664 for (int I=0; I < Rule.maxLeadIndex(); ++I) { in parseFuncName()
669 if ((I + 1) == Rule.Lead[0]) Leads[0] = P; in parseFuncName()
[all …]
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1887 getRule(const AttributeSubjectMatchRule &Rule) { in getRule() argument
1888 return RuleOrAggregateRuleSet(Rule, /*IsRule=*/true); in getRule()
2011 for (const auto &Rule : Rules) { in emitMatchRuleList() local
2012 OS << (Rule.isSubRule() ? "ATTR_MATCH_SUB_RULE" : "ATTR_MATCH_RULE") << '('; in emitMatchRuleList()
2013 OS << Rule.getEnumValueName() << ", \"" << Rule.getSpelling() << "\", " in emitMatchRuleList()
2014 << Rule.isAbstractRule(); in emitMatchRuleList()
2015 if (Rule.isSubRule()) in emitMatchRuleList()
2017 << AttributeSubjectMatchRule(Rule.MetaSubject, nullptr).getEnumValue() in emitMatchRuleList()
2018 << ", " << Rule.isNegatedSubRule(); in emitMatchRuleList()
2106 for (const auto &Rule : It->getSecond().getAggregateRuleSet()) { in generateStrictConformsTo() local
[all …]
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlreftut.pod97 =head3 B<Make Rule 1>
119 =head3 B<Make Rule 2>
156 =head3 B<Use Rule 1>
185 Whatever you want to do with a reference, B<Use Rule 1> tells you how
215 =head3 B<Use Rule 2>
217 L<B<Use Rule 1>|/B<Use Rule 1>> is all you really need, because it tells
220 single element, and the L<B<Use Rule 1>|/B<Use Rule 1>> notation is
263 L<B<Use Rule 2>|/B<Use Rule 2>> says that we can write C<< $a[1]->[2] >>
272 =head2 Arrow Rule
345 that country. L<B<Use Rule 1>|/B<Use Rule 1>> says that we can recover
[all …]
/openbsd-src/share/zoneinfo/
H A Dziguard.awk109 Rule_Eire = $0 ~ /^#?Rule[\t ]+Eire[\t ]/
125 Rule_Namibia = $0 ~ /^#?Rule[\t ]+Namibia[\t ]/
247 if ($0 ~ /^Rule/ && $2 == "Japan") {
264 if ($0 ~ /^Rule/) {
305 if (packrat_ignored && $0 !~ /^Rule/) {
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/
H A DPlagger.tml58 - module: Filter::Rule
82 module => 'Filter::Rule',

1234