OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Matched
(Results
1 - 16
of
16
) sorted by null
/external/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp
270
bool
Matched
= false;
274
Matched
= true;
279
return
Matched
;
/external/clang/unittests/Tooling/
ToolingTest.cpp
204
VerifyEndCallback() : BeginCalled(0), EndCalled(0),
Matched
(false) {}
211
return llvm::make_unique<FindTopLevelDeclConsumer>(&
Matched
);
215
bool
Matched
;
235
EXPECT_TRUE(EndCallback.
Matched
);
/external/llvm/lib/Option/
OptTable.cpp
172
/// \returns
Matched
size. 0 means no match.
179
bool
Matched
= IgnoreCase
182
if (
Matched
)
/external/v8/src/compiler/
node-matchers.h
568
bool
Matched
() const { return if_true_ && if_false_; }
583
bool
Matched
() const { return branch_; }
/external/llvm/utils/TableGen/
SubtargetEmitter.cpp
890
RecVec
Matched
= (*II)->getValueAsListOfDefs("MatchedItinClasses");
891
if (std::find(
Matched
.begin(),
Matched
.end(), SCI->ItinClassDef)
892
!=
Matched
.end()) {
[
all
...]
/external/clang/include/clang/ASTMatchers/
ASTMatchers.h
22
// multiple parts of the
matched
AST nodes once a match is found. In that case,
32
//
matched
.
61
/// \brief Maps string IDs to AST nodes
matched
by parts of a matcher.
[
all
...]
/external/clang/lib/Sema/
SemaTemplateInstantiate.cpp
[
all
...]
SemaExprCXX.cpp
[
all
...]
SemaTemplate.cpp
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp
[
all
...]
/prebuilts/devtools/tools/lib/
hamcrest-core-1.3.jar
/prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-core/1.3/
hamcrest-core-1.3.jar
/external/opencv3/modules/java/pure_test/lib/
junit-4.11.jar
/prebuilts/misc/common/android-support-test/rules/
rules-0.5-release.jar
/prebuilts/misc/common/android-support-test/runner/
runner-0.5-release.jar
/prebuilts/misc/common/ub-janktesthelper/
ub-janktesthelper.jar
Completed in 1486 milliseconds