Searched defs:Matched (Results 1 - 13 of 13) sorted by relevance

/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
H A DCondition.java34 return new Matched<T>(theValue, mismatch);
37 private static final class Matched<T> extends Condition<T> { class in class:Condition
41 private Matched(T theValue, Description mismatch) { method in class:Condition.Matched
/external/clang/unittests/Tooling/
H A DToolingTest.cpp204 VerifyEndCallback() : BeginCalled(0), EndCalled(0), Matched(false) {}
211 return llvm::make_unique<FindTopLevelDeclConsumer>(&Matched);
215 bool Matched; member in struct:clang::tooling::VerifyEndCallback
235 EXPECT_TRUE(EndCallback.Matched);
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp34 bool Matched; ///< Is this relocation part of a match. member in struct:__anon14420::MipsRelocationEntry
36 MipsRelocationEntry(const ELFRelocationEntry &R) : R(R), Matched(false) {}
40 Out << ", Matched=" << Matched; local
109 unsigned Matched = Predicate(*I); local
110 if (Matched != FindBest_NoMatch) {
118 if (Matched == FindBest_PerfectMatch) {
174 if (!X.Matched &&
193 return PreviousBest.Matched && !Candidate.Matched;
[all...]
/external/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp271 bool Matched = false; local
275 Matched = true;
280 return Matched;
/external/llvm/lib/Option/
H A DOptTable.cpp172 /// \returns Matched size. 0 means no match.
179 bool Matched = IgnoreCase local
182 if (Matched)
/external/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp875 RecVec Matched = I->getValueAsListOfDefs("MatchedItinClasses"); local
876 if (std::find(Matched.begin(), Matched.end(), SC.ItinClassDef)
877 != Matched.end()) {
/external/v8/src/compiler/
H A Dnode-matchers.h678 bool Matched() const { return if_true_ && if_false_; } function in struct:v8::internal::compiler::AddressOption::BranchMatcher
693 bool Matched() const { return branch_; } function in struct:v8::internal::compiler::AddressOption::DiamondMatcher
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3214 bool Matched = false; local
3226 Matched = true;
3232 return Matched;
3874 bool Matched = false; local
3880 Matched = true;
3885 return Matched;
5112 bool Matched = false; local
5118 Matched = true;
5123 return Matched;
5139 bool Matched local
[all...]
/external/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2312 SmallVector<MatchResult, 4> Matched; local
2330 Matched.push_back(PartialSpecMatchResult());
2331 Matched.back().Partial = Partial;
2332 Matched.back().Args = Info.take();
2340 if (Matched.size() >= 1) {
2341 SmallVectorImpl<MatchResult>::iterator Best = Matched.begin();
2342 if (Matched.size() == 1) {
2355 PEnd = Matched.end();
2366 for (SmallVectorImpl<MatchResult>::iterator P = Matched.begin(),
2367 PEnd = Matched
[all...]
H A DSemaExprCXX.cpp4702 bool Matched = false; local
4705 Matched = true;
4712 if (Matched && T->isArrayType()) {
H A DSemaTemplate.cpp2789 SmallVector<MatchResult, 4> Matched; local
2823 Matched.push_back(PartialSpecMatchResult());
2824 Matched.back().Partial = Partial;
2825 Matched.back().Args = Info.take();
2829 if (Matched.size() >= 1) {
2830 SmallVector<MatchResult, 4>::iterator Best = Matched.begin();
2831 if (Matched.size() == 1) {
2844 PEnd = Matched.end();
2854 for (SmallVector<MatchResult, 4>::iterator P = Matched.begin(),
2855 PEnd = Matched
[all...]
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1568 bool Matched = false; local
1573 Matched = true;
1577 Matched = true;
1581 Matched = true;
1584 if (Matched) {
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 408 milliseconds