Home
last modified time | relevance | path

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

1234567

/netbsd-src/external/public-domain/tz/dist/
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 Algeri
[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 Dnorthamerica173 # Rule NAME FROM TO - IN ON AT SAVE LETTER/S
174 Rule US 1918 1919 - Mar lastSun 2:00 1:00 D
175 Rule US 1918 1919 - Oct lastSun 2:00 0 S
176 Rule US 1942 only - Feb 9 2:00 1:00 W # War
177 Rule US 1945 only - Aug 14 23:00u 1:00 P # Peace
178 Rule US 1945 only - Sep 30 2:00 0 S
179 Rule US 1967 2006 - Oct lastSun 2:00 0 S
180 Rule US 1967 1973 - Apr lastSun 2:00 1:00 D
181 Rule US 1974 only - Jan 6 2:00 1:00 D
182 Rule U
[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 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 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/) {
H A Dantarctica240 # Rule NAME FROM TO - IN ON AT SAVE LETTER/S
241 #Rule Troll 2005 max - Mar 1 1:00u 1:00 +01
242 Rule Troll 2005 max - Mar lastSun 1:00u 2:00 +02
243 #Rule Troll 2005 max - Oct lastSun 1:00u 1:00 +01
244 #Rule Troll 2004 max - Nov 7 1:00u 0:00 +00
245 # Remove the following line when uncommenting the above '#Rule' lines.
246 Rule Troll 2004 max - Oct lastSun 1:00u 0:00 +00
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp238 ApplyRuleCallback(RewriteRule Rule) : Rule(std::move(Rule)) {} in ApplyRuleCallback() argument
243 for (auto &Matcher : transformer::detail::buildMatchers(Rule)) in registerMatchers()
251 transformer::detail::findSelectedCase(Result, Rule); in run()
260 RewriteRule Rule; member in __anone2291d6c0611::ApplyRuleCallback
269 rewriteDescendantsImpl(const T &Node, RewriteRule Rule, in rewriteDescendantsImpl() argument
271 ApplyRuleCallback Callback(std::move(Rule)); in rewriteDescendantsImpl()
279 transformer::detail::rewriteDescendants(const Decl &Node, RewriteRule Rule, in rewriteDescendants() argument
281 return rewriteDescendantsImpl(Node, std::move(Rule), Result); in rewriteDescendants()
285 transformer::detail::rewriteDescendants(const Stmt &Node, RewriteRule Rule, in rewriteDescendants() argument
287 return rewriteDescendantsImpl(Node, std::move(Rule), Result); in rewriteDescendants()
[all …]
H A DTransformer.cpp25 for (auto &Matcher : transformer::detail::buildMatchers(Rule)) in registerMatchers()
34 transformer::detail::findSelectedCase(Result, Rule); in run()
/netbsd-src/external/apache2/llvm/dist/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.cpp674 for (Matcher *Rule : Rules) in buildTable()
675 Rule->emit(Table); in buildTable()
1142 RuleMatcher &Rule) const = 0;
1213 RuleMatcher &Rule) const override;
1264 RuleMatcher &Rule) const override { in emitPredicateOpcodes()
1304 RuleMatcher &Rule) const override { in emitPredicateOpcodes()
1338 RuleMatcher &Rule) const override { in emitPredicateOpcodes()
1369 RuleMatcher &Rule) const override { in emitPredicateOpcodes()
1404 RuleMatcher &Rule) const override { in emitPredicateOpcodes()
1425 RuleMatcher &Rule) const override { in emitPredicateOpcodes()
[all …]
H A DAttributes.cpp75 for (auto *Rule : CompatRules) { in emitFnAttrCompatCheck() local
76 StringRef FuncName = Rule->getValueAsString("CompatFunc"); in emitFnAttrCompatCheck()
89 for (auto *Rule : MergeRules) { in emitFnAttrCompatCheck() local
90 StringRef FuncName = Rule->getValueAsString("MergeFunc"); in emitFnAttrCompatCheck()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp325 static Cursor maybeLexIndex(Cursor C, MIToken &Token, StringRef Rule, in maybeLexIndex() argument
327 if (!C.remaining().startswith(Rule) || !isdigit(C.peek(Rule.size()))) in maybeLexIndex()
330 C.advance(Rule.size()); in maybeLexIndex()
338 static Cursor maybeLexIndexAndName(Cursor C, MIToken &Token, StringRef Rule, in maybeLexIndexAndName() argument
340 if (!C.remaining().startswith(Rule) || !isdigit(C.peek(Rule.size()))) in maybeLexIndexAndName()
343 C.advance(Rule.size()); in maybeLexIndexAndName()
348 unsigned StringOffset = Rule.size() + Number.size(); in maybeLexIndexAndName()
379 const StringRef Rule = "%subreg."; in maybeLexSubRegisterIndex() local
380 if (!C.remaining().startswith(Rule)) in maybeLexSubRegisterIndex()
382 return lexName(C, Token, MIToken::SubRegisterIndex, Rule.size(), in maybeLexSubRegisterIndex()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Transformer/
H A DRewriteRule.h320 void addInclude(RewriteRule &Rule, llvm::StringRef Header,
379 EditGenerator rewriteDescendants(std::string NodeId, RewriteRule Rule);
406 rewriteDescendants(const Decl &Node, RewriteRule Rule,
410 rewriteDescendants(const Stmt &Node, RewriteRule Rule,
414 rewriteDescendants(const TypeLoc &Node, RewriteRule Rule,
418 rewriteDescendants(const DynTypedNode &Node, RewriteRule Rule,
426 ast_matchers::internal::DynTypedMatcher buildMatcher(const RewriteRule &Rule);
436 buildMatchers(const RewriteRule &Rule);
448 const RewriteRule &Rule);
H A DTransformer.h33 Transformer(transformer::RewriteRule Rule, ChangeConsumer Consumer) in Transformer() argument
34 : Rule(std::move(Rule)), Consumer(std::move(Consumer)) {} in Transformer()
45 transformer::RewriteRule Rule;
/netbsd-src/external/apache2/llvm/dist/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...));
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAttr.cpp747 getParentAttrMatcherRule(attr::SubjectMatchRule Rule) { in getParentAttrMatcherRule() argument
749 switch (Rule) { in getParentAttrMatcherRule()
760 bool isNegatedAttrMatcherSubRule(attr::SubjectMatchRule Rule) { in isNegatedAttrMatcherSubRule() argument
762 switch (Rule) { in isNegatedAttrMatcherSubRule()
819 for (const auto &Rule : Rules) { in ActOnPragmaAttributeAttribute() local
820 attr::SubjectMatchRule MatchRule = attr::SubjectMatchRule(Rule.first); in ActOnPragmaAttributeAttribute()
828 Diag(Rule.second.getBegin(), in ActOnPragmaAttributeAttribute()
833 replacementRangeForListElement(*this, Rule.second)); in ActOnPragmaAttributeAttribute()
840 std::make_pair(*ParentRule, Rule)); in ActOnPragmaAttributeAttribute()
843 for (const auto &Rule : Rules) { in ActOnPragmaAttributeAttribute() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp105 static bool hasNoSimpleLoops(const LegalizeRule &Rule, const LegalityQuery &Q, in hasNoSimpleLoops() argument
107 switch (Rule.getAction()) { in hasNoSimpleLoops()
121 static bool mutationIsSane(const LegalizeRule &Rule, in mutationIsSane() argument
126 if (Rule.getAction() == Custom || Rule.getAction() == Legal) in mutationIsSane()
133 switch (Rule.getAction()) { in mutationIsSane()
142 if (Rule.getAction() == FewerElements) { in mutationIsSane()
151 } else if (Rule.getAction() == MoreElements) in mutationIsSane()
169 if (Rule.getAction() == NarrowScalar) { in mutationIsSane()
197 for (const LegalizeRule &Rule : Rules) { in apply() local
198 if (Rule.match(Query)) { in apply()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-refactor/
H A DClangRefactor.cpp261 for (const auto &Rule : this->ActionRules) { in RefactoringActionSubcommand()
262 if (Rule->hasSelectionRequirement()) { in RefactoringActionSubcommand()
274 for (const auto &Rule : this->ActionRules) { in RefactoringActionSubcommand()
277 Rule->visitRefactoringOptions(OptionCreator); in RefactoringActionSubcommand()
376 auto Rule = getMatchingRule(**Subcommand); in Init() local
377 if (!Rule) in Init()
378 return Rule.takeError(); in Init()
381 MatchingRule = *Rule; in Init()
536 for (const auto &Rule : Subcommand.getActionRules()) { in getMatchingRule() local
538 Rule->visitRefactoringOptions(Visitor); in getMatchingRule()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1808 getRule(const AttributeSubjectMatchRule &Rule) { in getRule() argument
1809 return RuleOrAggregateRuleSet(Rule, /*IsRule=*/true); in getRule()
1932 for (const auto &Rule : Rules) { in emitMatchRuleList() local
1933 OS << (Rule.isSubRule() ? "ATTR_MATCH_SUB_RULE" : "ATTR_MATCH_RULE") << '('; in emitMatchRuleList()
1934 OS << Rule.getEnumValueName() << ", \"" << Rule.getSpelling() << "\", " in emitMatchRuleList()
1935 << Rule.isAbstractRule(); in emitMatchRuleList()
1936 if (Rule.isSubRule()) in emitMatchRuleList()
1938 << AttributeSubjectMatchRule(Rule.MetaSubject, nullptr).getEnumValue() in emitMatchRuleList()
1939 << ", " << Rule.isNegatedSubRule(); in emitMatchRuleList()
2027 for (const auto &Rule : It->getSecond().getAggregateRuleSet()) { in generateStrictConformsTo() local
[all …]
/netbsd-src/external/bsd/openldap/dist/doc/drafts/
H A Ddraft-sermersheim-ldap-csn-xx.txt76 4.1. changeSequenceNumberMatch Matching Rule . . . . . . . 7
77 4.2. utf8CodePointMatch Matching Rule . . . . . . . . . . . 7
78 4.3. changeSequenceNumberOrderingMatch Matching Rule . . . 7
79 4.4. utf8CodePointOrderingMatch Matching Rule . . . . . . . 8
343 4.1. changeSequenceNumberMatch Matching Rule
365 4.2. utf8CodePointMatch Matching Rule
379 4.3. changeSequenceNumberOrderingMatch Matching Rule
422 4.4. utf8CodePointOrderingMatch Matching Rule
596 IANA-ASSIGNED-OID.3 changeSequenceNumberMatch: LDAP Matching Rule
598 IANA-ASSIGNED-OID.4 utf8CodePointMatch: LDAP Matching Rule
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp362 const ManglingRule& Rule; member in __anon07e1ed9f0111::ParamIterator
367 : Leads(leads), Rule(rule), Index(0) {} in ParamIterator()
374 if (Index >= int(sizeof Rule.Param/sizeof Rule.Param[0])) return P; in getNextParam()
376 const char R = Rule.Param[Index]; in getNextParam()
395 if (Index == (Rule.Lead[1] - 1)) P = Leads[1]; in getNextParam()
553 for (auto Rule : manglingRules) in buildManglingRulesMap() local
554 Map.insert({Rule.Name, Id++}); in buildManglingRulesMap()
654 const ManglingRule& Rule = manglingRules[FuncId]; in parseFuncName() local
656 for (int I=0; I < Rule.maxLeadIndex(); ++I) { in parseFuncName()
661 if ((I + 1) == Rule.Lead[0]) Leads[0] = P; in parseFuncName()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DAttributes.cpp28 const char *attr::getSubjectMatchRuleSpelling(attr::SubjectMatchRule Rule) { in getSubjectMatchRuleSpelling() argument
29 switch (Rule) { in getSubjectMatchRuleSpelling()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp428 TaintPropagationRule Rule = in getTaintPropagationRule() local
469 if (!Rule.isNull()) in getTaintPropagationRule()
470 return Rule; in getTaintPropagationRule()
496 if (Rule.isNull()) { in getTaintPropagationRule()
562 TaintPropagationRule Rule = TaintPropagationRule::getTaintPropagationRule( in addSourcesPre() local
564 if (!Rule.isNull()) { in addSourcesPre()
565 ProgramStateRef State = Rule.process(Call, C); in addSourcesPre()

1234567