Home
last modified time | relevance | path

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

123

/freebsd/contrib/tzdata/
H A Dafrica68 # Rule NAME FROM TO - IN ON AT SAVE LETTER/S
69 Rule Algeria 1916 only - Jun 14 23:00s 1:00 S
70 Rule Algeria 1916 1919 - Oct Sun>=1 23:00s 0 -
71 Rule Algeria 1917 only - Mar 24 23:00s 1:00 S
72 Rule Algeria 1918 only - Mar 9 23:00s 1:00 S
73 Rule Algeria 1919 only - Mar 1 23:00s 1:00 S
74 Rule Algeria 1920 only - Feb 14 23:00s 1:00 S
75 Rule Algeria 1920 only - Oct 23 23:00s 0 -
76 Rule Algeria 1921 only - Mar 14 23:00s 1:00 S
77 Rule Algeria 1921 only - Jun 21 23:00s 0 -
[all …]
H A Deurope389 # Rule NAME FROM TO - IN ON AT SAVE LETTER/S
391 Rule GB-Eire 1916 only - May 21 2:00s 1:00 BST
392 Rule GB-Eire 1916 only - Oct 1 2:00s 0 GMT
394 Rule GB-Eire 1917 only - Apr 8 2:00s 1:00 BST
395 Rule GB-Eire 1917 only - Sep 17 2:00s 0 GMT
397 Rule GB-Eire 1918 only - Mar 24 2:00s 1:00 BST
398 Rule GB-Eire 1918 only - Sep 30 2:00s 0 GMT
400 Rule GB-Eire 1919 only - Mar 30 2:00s 1:00 BST
401 Rule GB-Eire 1919 only - Sep 29 2:00s 0 GMT
403 Rule G
[all...]
H A Dasia70 # Rule NAME FROM TO - IN ON AT SAVE LETTER/S
71 Rule EUAsia 1981 max - Mar lastSun 1:00u 1:00 S
72 Rule EUAsia 1979 1995 - Sep lastSun 1:00u 0 -
73 Rule EUAsia 1996 max - Oct lastSun 1:00u 0 -
74 Rule E-EurAsia 1981 max - Mar lastSun 0:00 1:00 -
75 Rule E-EurAsia 1979 1995 - Sep lastSun 0:00 0 -
76 Rule E-EurAsia 1996 max - Oct lastSun 0:00 0 -
77 Rule RussiaAsia 1981 1984 - Apr 1 0:00 1:00 -
78 Rule RussiaAsia 1981 1983 - Oct 1 0:00 0 -
79 Rule RussiaAsi
[all...]
H A Dsouthamerica51 # Rule NAME FROM TO - IN ON AT SAVE LETTER/S
52 Rule Arg 1930 only - Dec 1 0:00 1:00 -
53 Rule Arg 1931 only - Apr 1 0:00 0 -
54 Rule Arg 1931 only - Oct 15 0:00 1:00 -
55 Rule Arg 1932 1940 - Mar 1 0:00 0 -
56 Rule Arg 1932 1939 - Nov 1 0:00 1:00 -
57 Rule Arg 1940 only - Jul 1 0:00 1:00 -
58 Rule Arg 1941 only - Jun 15 0:00 0 -
59 Rule Arg 1941 only - Oct 15 0:00 1:00 -
60 Rule Ar
[all...]
H A Dnorthamerica176 # Rule NAME FROM TO - IN ON AT SAVE LETTER/S
177 Rule US 1918 1919 - Mar lastSun 2:00 1:00 D
178 Rule US 1918 1919 - Oct lastSun 2:00 0 S
179 Rule US 1942 only - Feb 9 2:00 1:00 W # War
180 Rule US 1945 only - Aug 14 23:00u 1:00 P # Peace
181 Rule US 1945 only - Sep 30 2:00 0 S
182 Rule US 1967 2006 - Oct lastSun 2:00 0 S
183 Rule US 1967 1973 - Apr lastSun 2:00 1:00 D
184 Rule US 1974 only - Jan 6 2:00 1:00 D
185 Rule U
[all...]
H A Daustralasia16 # Rule NAME FROM TO - IN ON AT SAVE LETTER/S
17 Rule Aus 1917 only - Jan 1 2:00s 1:00 D
18 Rule Aus 1917 only - Mar lastSun 2:00s 0 S
19 Rule Aus 1942 only - Jan 1 2:00s 1:00 D
20 Rule Aus 1942 only - Mar lastSun 2:00s 0 S
21 Rule Aus 1942 only - Sep 27 2:00s 1:00 D
22 Rule Aus 1943 1944 - Mar lastSun 2:00s 0 S
23 Rule Aus 1943 only - Oct 3 2:00s 1:00 D
32 # Rule NAME FROM TO - IN ON AT SAVE LETTER/S
33 Rule A
[all...]
H A Dbackzone81 # Rule NAME FROM TO - IN ON AT SAVE LETTER/S
154 Rule Ghana 1919 only - Nov 24 0:00 0:20 +0020
155 Rule Ghana 1920 1942 - Jan 1 2:00 0 GMT
156 Rule Ghana 1920 1939 - Sep 1 2:00 0:20 +0020
157 Rule Ghana 1940 1941 - May 1 2:00 0:20 +0020
158 Rule Ghana 1950 1955 - Sep 1 2:00 0:30 +0030
159 Rule Ghana 1951 1956 - Jan 1 2:00 0 GMT
299 Rule SL 1932 only - Dec 1 0:00 0:20 -0040
300 Rule SL 1933 1938 - Mar 31 24:00 0 -01
301 Rule SL 1933 1939 - Aug 31 24:00 0:20 -0040
[all …]
H A Dziguard.awk247 if ($0 ~ /^Rule/ && $2 == "Japan") {
264 if ($0 ~ /^Rule/) {
305 if (packrat_ignored && $0 !~ /^Rule/) {
/freebsd/contrib/llvm-project/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 __anonefb0af210611::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 …]
/freebsd/contrib/llvm-project/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 …]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp
H A DAttributes.cpp91 for (auto *Rule : CompatRules) { in emitFnAttrCompatCheck() local
92 StringRef FuncName = Rule->getValueAsString("CompatFunc"); in emitFnAttrCompatCheck()
94 StringRef AttrName = Rule->getValueAsString("AttrName"); in emitFnAttrCompatCheck()
109 for (auto *Rule : MergeRules) { in emitFnAttrCompatCheck() local
110 StringRef FuncName = Rule->getValueAsString("MergeFunc"); in emitFnAttrCompatCheck()
H A DGlobalISelEmitter.cpp388 createAndImportSelDAGMatcher(RuleMatcher &Rule,
393 Error importChildMatcher(RuleMatcher &Rule, InstructionMatcher &InsnMatcher,
418 action_iterator InsertPt, RuleMatcher &Rule, BuildMIAction &DstMIBuilder,
720 RuleMatcher &Rule, InstructionMatcher &InsnMatcher, in createAndImportSelDAGMatcher() argument
722 const auto SavedFlags = Rule.setGISelFlags(Src.getGISelFlagsRecord()); in createAndImportSelDAGMatcher()
921 importChildMatcher(Rule, InsnMatcher, SrcChild, OperandIsAPointer, in createAndImportSelDAGMatcher()
961 RuleMatcher &Rule, InstructionMatcher &InsnMatcher, in importChildMatcher() argument
1050 if (auto Error = Rule.defineComplexSubOperand( in importChildMatcher()
1073 Rule, InsnOperand.getInsnMatcher(), SrcChild, TempOpIdx); in importChildMatcher()
1183 action_iterator InsertPt, RuleMatcher &Rule, BuildMIAction &DstMIBuilder, in importExplicitUseRenderer() argument
[all …]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp121 for (Matcher *Rule : Rules) { in optimizeRules()
123 if (CurrentGroup->addMatcher(*Rule)) in optimizeRules()
130 if (!CurrentGroup->addMatcher(*Rule)) in optimizeRules()
133 OptRules.push_back(Rule); in optimizeRules()
334 for (Matcher *Rule : Rules) in buildTable()
335 Rule->emit(Table); in buildTable()
491 for (const auto &Rule : Matchers) in finalize() local
492 if (!Rule->hasFirstCondition()) in finalize()
1144 RuleMatcher &Rule) const { in emitPredicateOpcodes()
1145 const OperandMatcher &OtherOM = Rule.getOperandMatcher(MatchingName); in emitPredicateOpcodes()
[all …]
H A DGlobalISelMatchTable.h842 RuleMatcher &Rule) const = 0;
917 RuleMatcher &Rule) const override;
962 RuleMatcher &Rule) const override;
995 RuleMatcher &Rule) const override;
1023 RuleMatcher &Rule) const override;
1047 RuleMatcher &Rule) const override;
1072 RuleMatcher &Rule) const override;
1093 RuleMatcher &Rule) const override;
1107 RuleMatcher &Rule) const override;
1120 RuleMatcher &Rule) const override;
[all …]
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DHeaderFile.cpp66 HeaderGlob::HeaderGlob(StringRef GlobString, Regex &&Rule, HeaderType Type) in HeaderGlob() argument
67 : GlobString(GlobString), Rule(std::move(Rule)), Type(Type) {} in HeaderGlob()
73 bool Match = Rule.match(Header.getPath()); in match()
81 auto Rule = MachO::createRegexFromGlob(GlobString); in create() local
82 if (!Rule) in create()
83 return Rule.takeError(); in create()
85 return std::make_unique<HeaderGlob>(GlobString, std::move(*Rule), Type); in create()
H A DLibrary.cpp14 const Regex Rule("(.+)/(.+)\\.framework/"); variable
18 Rule.match(InstallName, &Match); in getFrameworkNameFromInstallName()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp95 static bool hasNoSimpleLoops(const LegalizeRule &Rule, const LegalityQuery &Q, in hasNoSimpleLoops() argument
97 switch (Rule.getAction()) { in hasNoSimpleLoops()
112 static bool mutationIsSane(const LegalizeRule &Rule, in mutationIsSane() argument
117 if (Rule.getAction() == Custom || Rule.getAction() == Legal) in mutationIsSane()
128 switch (Rule.getAction()) { in mutationIsSane()
138 if (Rule.getAction() == FewerElements) { in mutationIsSane()
147 } else if (Rule.getAction() == MoreElements) in mutationIsSane()
166 if (Rule.getAction() == NarrowScalar) { in mutationIsSane()
194 for (const LegalizeRule &Rule : Rules) { in apply() local
195 if (Rule.match(Query)) { in apply()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp340 static Cursor maybeLexIndex(Cursor C, MIToken &Token, StringRef Rule, in maybeLexIndex() argument
342 if (!C.remaining().starts_with(Rule) || !isdigit(C.peek(Rule.size()))) in maybeLexIndex()
345 C.advance(Rule.size()); in maybeLexIndex()
353 static Cursor maybeLexIndexAndName(Cursor C, MIToken &Token, StringRef Rule, in maybeLexIndexAndName() argument
355 if (!C.remaining().starts_with(Rule) || !isdigit(C.peek(Rule.size()))) in maybeLexIndexAndName()
358 C.advance(Rule.size()); in maybeLexIndexAndName()
363 unsigned StringOffset = Rule.size() + Number.size(); in maybeLexIndexAndName()
394 const StringRef Rule = "%subreg."; in maybeLexSubRegisterIndex() local
395 if (!C.remaining().starts_with(Rule)) in maybeLexSubRegisterIndex()
397 return lexName(C, Token, MIToken::SubRegisterIndex, Rule.size(), in maybeLexSubRegisterIndex()
[all …]
/freebsd/contrib/llvm-project/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...));
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSarif.cpp280 json::Object Rule{ in endRun() local
286 Rule["helpUri"] = R.HelpURI; in endRun()
287 Rules.emplace_back(std::move(Rule)); in endRun()
379 size_t SarifDocumentWriter::createRule(const SarifRule &Rule) { in createRule() argument
381 CurrentRules.emplace_back(Rule); in createRule()
389 const SarifRule &Rule = CurrentRules[RuleIdx]; in appendResult() local
390 assert(Rule.DefaultConfiguration.Enabled && in appendResult()
394 {"ruleId", Rule.Id}}; in appendResult()
406 Result.LevelOverride.value_or(Rule.DefaultConfiguration.Level)); in appendResult()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp867 getParentAttrMatcherRule(attr::SubjectMatchRule Rule) { in getParentAttrMatcherRule() argument
869 switch (Rule) { in getParentAttrMatcherRule()
880 bool isNegatedAttrMatcherSubRule(attr::SubjectMatchRule Rule) { in isNegatedAttrMatcherSubRule() argument
882 switch (Rule) { in isNegatedAttrMatcherSubRule()
939 for (const auto &Rule : Rules) { in ActOnPragmaAttributeAttribute() local
940 attr::SubjectMatchRule MatchRule = attr::SubjectMatchRule(Rule.first); in ActOnPragmaAttributeAttribute()
948 Diag(Rule.second.getBegin(), in ActOnPragmaAttributeAttribute()
953 replacementRangeForListElement(*this, Rule.second)); in ActOnPragmaAttributeAttribute()
960 std::make_pair(*ParentRule, Rule)); in ActOnPragmaAttributeAttribute()
963 for (const auto &Rule : Rules) { in ActOnPragmaAttributeAttribute() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp369 const ManglingRule& Rule; member in __anonbcd55a340111::ParamIterator
374 : Leads(leads), Rule(rule) {} 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()
571 for (auto Rule : manglingRules) in buildManglingRulesMap() local
572 Map.insert({Rule.Name, Id++}); in buildManglingRulesMap()
672 const ManglingRule& Rule = manglingRules[FuncId]; in parseFuncName() local
674 for (int I=0; I < Rule.maxLeadIndex(); ++I) { in parseFuncName()
679 if ((I + 1) == Rule.Lead[0]) Leads[0] = P; in parseFuncName()
[all …]
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp2040 getRule(const AttributeSubjectMatchRule &Rule) { in getRule() argument
2041 return RuleOrAggregateRuleSet(Rule, /*IsRule=*/true); in getRule()
2164 for (const auto &Rule : Rules) { in emitMatchRuleList() local
2165 OS << (Rule.isSubRule() ? "ATTR_MATCH_SUB_RULE" : "ATTR_MATCH_RULE") << '('; in emitMatchRuleList()
2166 OS << Rule.getEnumValueName() << ", \"" << Rule.getSpelling() << "\", " in emitMatchRuleList()
2167 << Rule.isAbstractRule(); in emitMatchRuleList()
2168 if (Rule.isSubRule()) in emitMatchRuleList()
2170 << AttributeSubjectMatchRule(Rule.MetaSubject, nullptr).getEnumValue() in emitMatchRuleList()
2171 << ", " << Rule.isNegatedSubRule(); in emitMatchRuleList()
2271 for (const auto &Rule : It->getSecond().getAggregateRuleSet()) { in generateStrictConformsTo() local
[all …]

123