OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Matched
(Results
1 - 22
of
22
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/tools/acpihelp/
ahdecode.c
330
* RETURN: TRUE if any names
matched
, FALSE otherwise
344
BOOLEAN
Matched
;
363
Matched
= TRUE;
368
Matched
= FALSE;
373
if (
Matched
)
482
BOOLEAN
Matched
;
512
Matched
= TRUE;
517
Matched
= FALSE;
522
if (
Matched
)
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
OverflowInstAnalysis.cpp
55
bool
Matched
=
61
if (!
Matched
)
ScalarEvolution.cpp
3977
const SCEV *
Matched
= MatchNotExpr(Operand);
3978
if (!
Matched
)
3980
MatchedOperands.push_back(
Matched
);
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFObjectWriter.cpp
40
bool
Matched
= false; ///< Is this relocation part of a match.
46
Out << ",
Matched
=" <<
Matched
;
116
unsigned
Matched
= Predicate(*I);
117
if (
Matched
!= FindBest_NoMatch) {
125
if (
Matched
== FindBest_PerfectMatch) {
182
if (!X.
Matched
&&
201
return PreviousBest.
Matched
&& !Candidate.
Matched
;
476
// If we
matched
then insert the high part in front of the match and mar
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Tooling/Inclusions/
HeaderIncludes.cpp
36
// Returns the offset after skipping a sequence of tokens,
matched
by \p
61
bool
Matched
= Tok.is(tok::hash) && !Lex.LexFromRawLexer(Tok) &&
66
if (
Matched
)
68
return
Matched
;
125
auto
Matched
= [&]() {
134
return
Matched
();
139
return
Matched
();
/src/sys/external/bsd/acpica/dist/compiler/
dtcompilerparser.l
94
DbgPrint(ASL_PARSE_OUTPUT,"Continuation
matched
\n");
99
DbgPrint(ASL_PARSE_OUTPUT, ":
Matched
\n");
104
<INITIAL,DATA_STATE>{WhiteSpace} { DbgPrint(ASL_PARSE_OUTPUT,"Whitespace
matched
\n"); }
106
<INITIAL,DATA_STATE>{Comment} { DbgPrint(ASL_PARSE_OUTPUT,"Comment
matched
\n"); }
156
"Newline
matched
(data state). Current line number: %u\n",DtCompilerParserlineno);
/src/sys/external/bsd/acpica/dist/debugger/
dbinput.c
371
* RETURN: TRUE if command
matched
, FALSE otherwise
446
BOOLEAN
Matched
;
452
Matched
= AcpiDbMatchCommandHelp (Command, Next);
453
if (!DisplayAll &&
Matched
)
1325
*
matched
and dispatched here.
/src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchers.h
21
// multiple parts of the
matched
AST nodes once a match is found. In that case,
31
//
matched
.
100
/// Maps string IDs to AST nodes
matched
by parts of a matcher.
794
/// Causes all nested matchers to be
matched
with the specified traversal kind.
2525
/// Either the source expression or the destination type can be
matched
2995
/// a substring
matched
by the given RegExp.
3064
/// not be
matched
to particular named declarations.
3089
/// not be
matched
to particular named declarations.
3692
/// is
matched
by
3731
/// a substring
matched
by the given RegExp
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Option/
OptTable.cpp
180
/// \returns
Matched
size. 0 means no match.
187
bool
Matched
= IgnoreCase
190
if (
Matched
)
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiate.cpp
3014
/// A partial specialization whose template arguments have
matched
3071
SmallVector<MatchResult, 4>
Matched
;
3087
Matched
.push_back(PartialSpecMatchResult());
3088
Matched
.back().Partial = Partial;
3089
Matched
.back().Args = Info.take();
3097
if (
Matched
.size() >= 1) {
3098
SmallVectorImpl<MatchResult>::iterator Best =
Matched
.begin();
3099
if (
Matched
.size() == 1) {
3112
PEnd =
Matched
.end();
3123
for (SmallVectorImpl<MatchResult>::iterator P =
Matched
.begin()
[
all
...]
SemaTemplate.cpp
3031
/// \param SS the scope specifier that will be
matched
to the given template
4486
/// A partial specialization whose template arguments have
matched
4534
SmallVector<MatchResult, 4>
Matched
;
4560
Matched
.push_back(PartialSpecMatchResult());
4561
Matched
.back().Partial = Partial;
4562
Matched
.back().Args = Info.take();
4566
if (
Matched
.size() >= 1) {
4567
SmallVector<MatchResult, 4>::iterator Best =
Matched
.begin();
4568
if (
Matched
.size() == 1) {
4581
PEnd =
Matched
.end()
[
all
...]
SemaExprCXX.cpp
5580
bool
Matched
= false;
5583
Matched
= true;
5590
if (
Matched
&& T->isArrayType()) {
SemaOverload.cpp
12198
// have
matched
, or is it more appropriate to do that in callers?
12436
FunctionDecl *
Matched
= nullptr;
12471
if (
Matched
) {
12480
Matched
= Specialization;
12484
if (
Matched
&&
12485
completeFunctionType(*this,
Matched
, ovl->getExprLoc(), Complain))
12488
return
Matched
;
13287
// We
matched
an overloaded operator. Build a call to that
13338
// We
matched
a built-in operator. Convert the arguments, then
13383
// Either we found no viable overloaded operator or we
matched
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
ASTMatchFinder.cpp
199
// The QualType is
matched
inside traverse.
214
// The TypeLoc is
matched
inside traverse.
349
// Sets '
Matched
' to true if 'Matcher' matches 'Node' and:
939
auto Finish = [&](bool
Matched
) {
942
CachedResult.ResultOfMatch =
Matched
;
945
return
Matched
;
ASTMatchersInternal.cpp
403
bool
Matched
= false;
407
Matched
= true;
412
return
Matched
;
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenSchedule.cpp
1248
RecVec
Matched
= Rec->getValueAsListOfDefs("MatchedItinClasses");
1249
if (!llvm::is_contained(
Matched
, ItinClassDef))
1291
unsigned RWIdx; // Index of this variant or sequence's
matched
type.
2039
RecVec
Matched
= (*II)->getValueAsListOfDefs("MatchedItinClasses");
2040
if (!llvm::is_contained(
Matched
, ItinClassDef))
GlobalISelEmitter.cpp
1315
/// an argument to predicate's c++ code once all operands have been
matched
.
1919
/// that will be
matched
and the predicate (which is attached to the imm
2345
// All of the tablegen defined predicates should now be
matched
. Now emit
3015
/// Generates a comment describing the
matched
rule being acted upon.
3034
InstructionMatcher *
Matched
;
3060
: InsnID(InsnID), I(I),
Matched
(nullptr) {}
3070
Matched
= MutateCandidate;
3084
if (
Matched
) {
3085
assert(canMutate(Rule,
Matched
) &&
3088
unsigned RecycleInsnID = Rule.getInsnVarID(*
Matched
);
[
all
...]
SubtargetEmitter.cpp
1046
RecVec
Matched
= I->getValueAsListOfDefs("MatchedItinClasses");
1047
if (is_contained(
Matched
, SC.ItinClassDef)) {
/src/external/apache2/llvm/dist/clang/lib/Tooling/ASTDiff/
ASTDiff.cpp
86
// Returns true if the nodes' parents are
matched
.
621
"These nodes must not be
matched
.");
844
bool
Matched
= M.hasSrc(Id1);
848
if (
Matched
|| !MatchedChildren)
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp
2160
bool
Matched
= false;
2165
Matched
= true;
2169
Matched
= true;
2173
Matched
= true;
2181
if (
Matched
&&
3334
// If typeinfos
matched
if and only if equal, then the elements of a filter L
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CodeGenPrepare.cpp
1309
//
matched
, the step is negated (as if the step had been canonicalized to
3645
/// Matcher tracks the
matched
Phi nodes.
3681
// If we already
matched
them then continue.
3701
//
Matched
and PhiNodesToMatch iterate their elements in a deterministic
3704
SmallSetVector<PHIPair, 8>
Matched
;
3719
if ((IsMatched = MatchPhiNode(PHI, &P,
Matched
, PhiNodesToMatch)))
3724
for (auto M :
Matched
)
3726
Matched
.clear();
3729
// Replace all
matched
values and erase them.
3730
for (auto MV :
Matched
)
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Format/
Format.cpp
2729
bool
Matched
= IncludeRegex.match(IncludeDirective, &Matches);
2730
assert(
Matched
&& "Header insertion replacement must have replacement text "
2732
(void)
Matched
;
Completed in 127 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026