/external/llvm-project/clang/unittests/Frontend/ |
D | OutputStreamTest.cpp | 25 auto Invocation = std::make_shared<CompilerInvocation>(); in TEST() local 49 auto Invocation = std::make_shared<CompilerInvocation>(); in TEST() local 78 auto Invocation = std::make_shared<CompilerInvocation>(); in TEST() local
|
D | CodeGenActionTest.cpp | 44 auto Invocation = std::make_shared<CompilerInvocation>(); in TEST() local
|
D | FrontendActionTest.cpp | 176 auto Invocation = std::make_shared<CompilerInvocation>(); in TEST() local 235 auto Invocation = std::make_shared<CompilerInvocation>(); in TEST() local 268 auto Invocation = std::make_shared<CompilerInvocation>(); in TEST() local
|
/external/clang/lib/Tooling/ |
D | Tooling.cpp | 94 clang::CompilerInvocation *Invocation = new clang::CompilerInvocation; in newInvocation() local 140 ToolInvocation Invocation(getSyntaxOnlyToolArgs(ToolName, Args, FileNameRef), in runToolOnCodeWithArgs() local 260 std::unique_ptr<clang::CompilerInvocation> Invocation( in run() local 276 clang::CompilerInvocation *Invocation, in runInvocation() 290 CompilerInvocation *Invocation, FileManager *Files, in runInvocation() 442 ToolInvocation Invocation(std::move(CommandLine), Action, Files.get(), in run() local 469 bool runInvocation(CompilerInvocation *Invocation, FileManager *Files, in runInvocation() 515 ToolInvocation Invocation(getSyntaxOnlyToolArgs(ToolName, Args, FileNameRef), in buildASTFromCodeWithArgs() local
|
/external/llvm-project/clang/lib/Tooling/ |
D | Tooling.cpp | 148 CompilerInvocation *Invocation = new CompilerInvocation; in newInvocation() local 194 ToolInvocation Invocation( in runToolOnCodeWithArgs() local 354 std::unique_ptr<CompilerInvocation> Invocation( in run() local 362 std::shared_ptr<CompilerInvocation> Invocation, in runInvocation() 376 std::shared_ptr<CompilerInvocation> Invocation, FileManager *Files, in runInvocation() 545 ToolInvocation Invocation(std::move(CommandLine), Action, Files.get(), in run() local 575 bool runInvocation(std::shared_ptr<CompilerInvocation> Invocation, in runInvocation() 633 ToolInvocation Invocation( in buildASTFromCodeWithArgs() local
|
/external/libese/apps/boot/tests/ |
D | ese_app_boot_tests.cpp | 69 struct Invocation { struct in FakeTransceive 70 std::vector<uint8_t> rx; 71 std::vector<uint8_t> expected_tx;
|
/external/libabigail/doc/manuals/ |
D | abilint.rst | 20 Invocation chapter
|
D | kmidiff.rst | 58 Invocation chapter
|
D | abicompat.rst | 15 Invocation chapter
|
D | abidw.rst | 24 Invocation chapter
|
D | abidiff.rst | 23 Invocation chapter
|
D | abipkgdiff.rst | 21 Invocation chapter
|
D | fedabipkgdiff.rst | 24 Invocation chapter
|
/external/llvm-project/clang/unittests/Tooling/Syntax/ |
D | TreeTestBase.h | 51 std::shared_ptr<CompilerInvocation> Invocation; variable
|
/external/easymock/src/org/easymock/internal/ |
D | Invocation.java | 29 public class Invocation implements Serializable { class 42 public Invocation(Object mock, Method method, Object[] args) { in Invocation() method in Invocation
|
/external/mockito/src/main/java/org/mockito/invocation/ |
D | Invocation.java | 23 public interface Invocation extends InvocationOnMock, DescribedInvocation { interface
|
/external/clang/unittests/Frontend/ |
D | CodeGenActionTest.cpp | 43 CompilerInvocation *Invocation = new CompilerInvocation; in TEST() local
|
/external/llvm-project/llvm/tools/llvm-cov/ |
D | llvm-cov.cpp | 80 std::string Invocation = std::string(argv[0]) + " " + argv[1]; in main() local
|
/external/clang/tools/clang-fuzzer/ |
D | ClangFuzzer.cpp | 35 std::unique_ptr<clang::CompilerInvocation> Invocation( in LLVMFuzzerTestOneInput() local
|
/external/llvm/tools/llvm-cov/ |
D | llvm-cov.cpp | 79 std::string Invocation = std::string(argv[0]) + " " + argv[1]; in main() local
|
/external/llvm-project/clang/tools/clang-fuzzer/handle-cxx/ |
D | handle_cxx.cpp | 39 std::unique_ptr<clang::CompilerInvocation> Invocation( in HandleCXX() local
|
/external/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
D | ModelInjector.cpp | 67 auto Invocation = std::make_shared<CompilerInvocation>(CI.getInvocation()); in onBodySynthesis() local
|
/external/llvm-project/clang-tools-extra/clang-tidy/android/ |
D | ComparisonInTempFailureRetryCheck.cpp | 70 SourceLocation Invocation = SM.getImmediateMacroCallerLoc(LocStart); in check() local
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
D | ModelInjector.cpp | 66 IntrusiveRefCntPtr<CompilerInvocation> Invocation( in onBodySynthesis() local
|
/external/libese/libese-teq1/tests/ |
D | teq1_unittests.cpp | 476 struct Invocation { struct in EseWireFake 477 std::vector<uint8_t> rx; 478 std::vector<uint8_t> expected_tx; 479 int expect_reset;
|