/external/clang/unittests/AST/ |
D | MatchVerifier.h | 66 void run(const MatchFinder::MatchResult &Result) override; 67 virtual void verify(const MatchFinder::MatchResult &Result, in verify() 131 void MatchVerifier<NodeType>::run(const MatchFinder::MatchResult &Result) { in run() 144 const MatchFinder::MatchResult &Result) { in run() 169 void verify(const MatchFinder::MatchResult &Result, in verify() 209 void verify(const MatchFinder::MatchResult &Result, in verify() 248 void verify(const MatchFinder::MatchResult &Result, in verify() 275 void verify(const MatchFinder::MatchResult &Result, in verify()
|
D | NamedDeclPrinterTest.cpp | 40 void run(const MatchFinder::MatchResult &Result) override { in run()
|
D | StmtPrinterTest.cpp | 47 void run(const MatchFinder::MatchResult &Result) override { in run()
|
D | DeclPrinterTest.cpp | 47 void run(const MatchFinder::MatchResult &Result) override { in run()
|
/external/clang/include/clang/Tooling/ |
D | RefactoringCallbacks.h | 55 void run(const ast_matchers::MatchFinder::MatchResult &Result) override; 67 void run(const ast_matchers::MatchFinder::MatchResult &Result) override; 80 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
|
/external/clang/lib/Tooling/ |
D | RefactoringCallbacks.cpp | 41 const ast_matchers::MatchFinder::MatchResult &Result) { in run() 54 const ast_matchers::MatchFinder::MatchResult &Result) { in run() 67 const ast_matchers::MatchFinder::MatchResult &Result) { in run()
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchFinder.h | 75 struct MatchResult { struct 76 MatchResult(const BoundNodes &Nodes, clang::ASTContext *Context); 97 virtual void run(const MatchResult &Result) = 0; argument 267 void run(const MatchFinder::MatchResult &Result) override { in run()
|
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/util/regex/ |
D | Matcher.java | 20 import com.google.gwt.regexp.shared.MatchResult; 27 private final MatchResult matchResult;
|
/external/guava/guava-testlib/src/com/google/common/testing/ |
D | ArbitraryInstances.java | 144 import java.util.regex.MatchResult; 186 private static MatchResult newMatchResult() { in newMatchResult() 203 .put(MatchResult.class, newMatchResult())
|
/external/clang/lib/ASTMatchers/ |
D | ASTMatchFinder.cpp | 694 Callback->run(MatchFinder::MatchResult(BoundNodesView, Context)); in visitMatch() 895 MatchFinder::MatchResult::MatchResult(const BoundNodes &Nodes, in MatchResult() function in clang::ast_matchers::MatchFinder::MatchResult
|
/external/llvm/lib/Target/SystemZ/AsmParser/ |
D | SystemZAsmParser.cpp | 788 unsigned MatchResult; in MatchAndEmitInstruction() local 790 MatchResult = MatchInstructionImpl(Operands, Inst, ErrorInfo, in MatchAndEmitInstruction() 792 switch (MatchResult) { in MatchAndEmitInstruction()
|
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersTest.h | 43 void run(const MatchFinder::MatchResult &Result) override { in run()
|
D | ASTMatchersTest.cpp | 4777 void run(const MatchFinder::MatchResult &Result) override {} in TEST() 4792 void run(const MatchFinder::MatchResult &Result) override { in run() 4818 void run(const MatchFinder::MatchResult &Result) override { in run()
|
/external/guava/guava-testlib/test/com/google/common/testing/ |
D | ArbitraryInstancesTest.java | 129 import java.util.regex.MatchResult; 350 assertEquals(0, ArbitraryInstances.get(MatchResult.class).groupCount()); in testGet_regex()
|
D | FreshValueGeneratorTest.java | 111 import java.util.regex.MatchResult; 125 Pattern.class, MatchResult.class, in testFreshInstance()
|
/external/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 4051 unsigned MatchResult = in MatchAndEmitInstruction() local 4056 if (MatchResult != Match_Success) { in MatchAndEmitInstruction() 4060 auto ShortFormNEONMatchResult = MatchResult; in MatchAndEmitInstruction() 4062 MatchResult = in MatchAndEmitInstruction() 4068 if (MatchResult == Match_InvalidOperand && ErrorInfo == 1 && in MatchAndEmitInstruction() 4071 MatchResult = ShortFormNEONMatchResult; in MatchAndEmitInstruction() 4077 switch (MatchResult) { in MatchAndEmitInstruction() 4107 return showMatchError(IDLoc, MatchResult); in MatchAndEmitInstruction() 4123 MatchResult = Match_InvalidSuffix; in MatchAndEmitInstruction() 4125 return showMatchError(ErrorLoc, MatchResult); in MatchAndEmitInstruction() [all …]
|
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiate.cpp | 2293 typedef PartialSpecMatchResult MatchResult; in InstantiateClassTemplateSpecialization() typedef 2294 SmallVector<MatchResult, 4> Matched; in InstantiateClassTemplateSpecialization() 2322 SmallVectorImpl<MatchResult>::iterator Best = Matched.begin(); in InstantiateClassTemplateSpecialization() 2335 for (SmallVectorImpl<MatchResult>::iterator P = Best + 1, in InstantiateClassTemplateSpecialization() 2347 for (SmallVectorImpl<MatchResult>::iterator P = Matched.begin(), in InstantiateClassTemplateSpecialization() 2366 for (SmallVectorImpl<MatchResult>::iterator P = Matched.begin(), in InstantiateClassTemplateSpecialization()
|
D | SemaTemplate.cpp | 2748 typedef PartialSpecMatchResult MatchResult; in CheckVarTemplateId() typedef 2749 SmallVector<MatchResult, 4> Matched; in CheckVarTemplateId() 2789 SmallVector<MatchResult, 4>::iterator Best = Matched.begin(); in CheckVarTemplateId() 2802 for (SmallVector<MatchResult, 4>::iterator P = Best + 1, in CheckVarTemplateId() 2813 for (SmallVector<MatchResult, 4>::iterator P = Matched.begin(), in CheckVarTemplateId() 2852 for (SmallVector<MatchResult, 4>::iterator P = Matched.begin(), in CheckVarTemplateId()
|
/external/clang/docs/ |
D | LibASTMatchersTutorial.rst | 282 virtual void run(const MatchFinder::MatchResult &Result) { 458 ``MatchFinder::MatchResult&`` as its parameter. We're most interested in 497 void LoopPrinter::run(const MatchFinder::MatchResult &Result) {
|
/external/llvm/lib/Target/Sparc/AsmParser/ |
D | SparcAsmParser.cpp | 515 unsigned MatchResult = MatchInstructionImpl(Operands, Inst, ErrorInfo, in MatchAndEmitInstruction() local 517 switch (MatchResult) { in MatchAndEmitInstruction()
|
/external/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 8576 unsigned MatchResult; in MatchAndEmitInstruction() local 8578 MatchResult = MatchInstructionImpl(Operands, Inst, ErrorInfo, in MatchAndEmitInstruction() 8580 switch (MatchResult) { in MatchAndEmitInstruction() 8685 switch (MatchResult) { in MatchAndEmitInstruction()
|
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 3588 unsigned MatchResult = in MatchAndEmitInstruction() local 3591 switch (MatchResult) { in MatchAndEmitInstruction()
|