OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Rules
(Results
1 - 25
of
88
) sorted by relevancy
1
2
3
4
/src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
RefactoringActions.cpp
28
//
rules
.
37
/// Returns a set of refactoring actions
rules
that are defined by this
40
RefactoringActionRules
Rules
;
41
Rules
.push_back(createRefactoringActionRule<ExtractFunction>(
44
return
Rules
;
73
//
rules
.
82
/// Returns a set of refactoring actions
rules
that are defined by this
85
RefactoringActionRules
Rules
;
86
Rules
.push_back(createRefactoringActionRule<RenameOccurrences>(
89
Rules
.push_back(createRefactoringActionRule<QualifiedRenameRule>
[
all
...]
/src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-gnome/
autogen.sh
10
rm po/
Rules
-quot
/src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c-gnome/
autogen.sh
10
rm po/
Rules
-quot
/src/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc-gnome/
autogen.sh
10
rm po/
Rules
-quot
/src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c/
autogen.sh
31
rm po/
Rules
-quot
/src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++/
autogen.sh
31
rm po/
Rules
-quot
/src/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc/
autogen.sh
31
rm po/
Rules
-quot
/src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/
autogen.sh
33
rm po/
Rules
-quot
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaAttr.cpp
786
attrMatcherRuleListToString(ArrayRef<attr::SubjectMatchRule>
Rules
) {
789
for (const auto &I : llvm::enumerate(
Rules
)) {
791
OS << (I.index() ==
Rules
.size() - 1 ? ", and " : ", ");
801
attr::ParsedSubjectMatchRuleSet
Rules
) {
804
// Gather the subject match
rules
that are supported by the attribute.
809
// Figure out which subject matching
rules
are valid.
811
// Check for contradicting match
rules
. Contradicting match
rules
are
813
// - a top-level rule and one of its sub-
rules
. E.g. variable and
819
for (const auto &Rule :
Rules
) {
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
SarifDiagnostics.cpp
341
json::Array
Rules
;
348
RuleMapping[RuleID] =
Rules
.size(); // Maps RuleID to an Array Index.
349
Rules
.push_back(createRule(*D));
353
return
Rules
;
363
{"
rules
", createRules(Diags, RuleMapping)}}}};
/src/external/bsd/openldap/dist/contrib/slapd-modules/alias/
Makefile
56
include $(dir)/
Rules
.mk
/src/external/bsd/openldap/dist/contrib/slapd-modules/ciboolean/
Makefile
61
include $(dir)/
Rules
.mk
/src/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/
Makefile
56
include $(dir)/
Rules
.mk
/src/external/bsd/openldap/dist/contrib/slapd-modules/emptyds/
Makefile
55
include $(dir)/
Rules
.mk
/src/external/bsd/openldap/dist/contrib/slapd-modules/variant/
Makefile
56
include $(dir)/
Rules
.mk
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
GICombinerEmitter.cpp
50
cl::desc("Stop processing after parsing
rules
and dump state"),
132
/// ID's are used for debugging and run-time disabling of
rules
among other
389
PrintError(TheDef.getLoc(), "Combine
rules
must have at least one root");
576
// (because the factoring the common portions of
rules
might change the
596
std::vector<std::unique_ptr<CombineRule>>
Rules
;
614
/// Emit the name matcher (guarded by #ifndef NDEBUG) used to disable
rules
in
629
Cases.reserve(
Rules
.size());
631
for (const CombineRule &EnumeratedRule : make_pointee_range(
Rules
)) {
693
// For now, don't support multi-root
rules
. We'll come back to this later
707
if (R->isValueUnset("
Rules
")) {
[
all
...]
GlobalISelEmitter.cpp
552
static MatchTable buildTable(ArrayRef<Matcher *>
Rules
, bool WithCoverage);
671
MatchTable MatchTable::buildTable(ArrayRef<Matcher *>
Rules
,
674
for (Matcher *Rule :
Rules
)
1280
/// imported
rules
must test the components of a pointer separately.
3326
// The representation supports
rules
that require multiple roots such as:
3428
//
Rules
involving more match roots have higher priority.
3469
// ordering. This is particularly important on Windows where the
rules
will
3546
/// This adds compatibility for RuleMatchers to use this for ordering
rules
.
3631
MatchTable buildMatchTable(MutableArrayRef<RuleMatcher>
Rules
, bool Optimize,
3671
/// Takes a sequence of \p
Rules
and group them based on the predicate
[
all
...]
/src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangAttrEmitter.cpp
1729
// overrides the
rules
options.
1737
// Abstract
rules
are used only for sub-
rules
1786
std::vector<AttributeSubjectMatchRule>
Rules
;
1789
std::vector<AttributeSubjectMatchRule>
Rules
;
1791
RuleOrAggregateRuleSet(ArrayRef<AttributeSubjectMatchRule>
Rules
,
1793
:
Rules
(
Rules
), IsRule(IsRule) {}
1800
return
Rules
[0];
1804
return
Rules
;
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/Tooling/Transformer/
RewriteRule.h
59
/// failure). This type is a building block of rewrite
rules
, but users will
268
// However,
rules
can also consist of (sub)
rules
, where the first that matches
323
/// Applies the first rule whose pattern matches; other
rules
are ignored. If
325
/// `applyFirst` is simply joining the set of
rules
into one.
362
RewriteRule applyFirst(ArrayRef<RewriteRule>
Rules
);
423
/// Only supports
Rules
whose cases' matchers share the same base "kind"
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
LegalizerInfo.cpp
193
if (
Rules
.empty()) {
194
LLVM_DEBUG(dbgs() << ".. fallback to legacy
rules
(no
rules
defined)\n");
197
for (const LegalizeRule &Rule :
Rules
) {
216
if (
Rules
.empty()) {
218
dbgs() << ".. type index coverage check SKIPPED: no
rules
defined\n");
239
if (
Rules
.empty()) {
241
dbgs() << ".. imm index coverage check SKIPPED: no
rules
defined\n");
722
errs() << "The following opcodes have ill-defined legalization
rules
:";
/src/external/gpl2/gettext/dist/
Makefile.am
37
cmp -s gettext-runtime/po/
Rules
-quot gettext-tools/po/
Rules
-quot
/src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
RewriteRule.cpp
366
// Simply gathers the contents of the various
rules
into a single rule. The
369
RewriteRule transformer::applyFirst(ArrayRef<RewriteRule>
Rules
) {
371
for (auto &Rule :
Rules
)
/src/external/bsd/file/dist/
README.md
79
* `src/der.[ch]` - parser for Distinguished Encoding
Rules
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h
94
/// Fall back onto the old
rules
.
368
SmallVector<LegalizeRule, 2>
Rules
;
373
/// comes from free-form
rules
executing user-provided lambda functions. We
374
/// conservatively assume such
rules
do the right thing and cover all type
414
Rules
.push_back(Rule);
518
LegalizeRuleSet() : AliasOf(0), IsAliasedByAnother(false),
Rules
() {}
525
assert(
Rules
.empty() && "Aliasing will discard
rules
");
/src/external/bsd/ipf/dist/perl/
ipfmeta.pl
109
Rules
to be processed are read from stdin, output goes to stdout.
122
feature for object names. You can use B<ipfmeta> for NAT
rules
also,
123
for instance to keep them in sync with filter
rules
. Combine
170
ipfmeta ipf.objs <ipf.metarules >ipf.
rules
Completed in 37 milliseconds
1
2
3
4
Indexes created Fri Apr 17 00:22:50 UTC 2026