Home
last modified time | relevance | path

Searched defs:Invocation (Results 1 – 25 of 69) sorted by relevance

123

/external/clang/lib/Tooling/
DTooling.cpp94 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/libese/apps/boot/tests/
Dese_app_boot_tests.cpp69 struct Invocation { struct in FakeTransceive
70 std::vector<uint8_t> rx;
71 std::vector<uint8_t> expected_tx;
/external/flatbuffers/docs/source/
DIntermediateRepresentation.md21 ## Invocation section in Flatbuffers Intermediate Representation {#intermediate_representation}
/external/easymock/src/org/easymock/internal/
DInvocation.java29 public class Invocation implements Serializable { class
42 public Invocation(Object mock, Method method, Object[] args) { in Invocation() method in Invocation
/external/clang/tools/clang-fuzzer/
DClangFuzzer.cpp35 std::unique_ptr<clang::CompilerInvocation> Invocation( in LLVMFuzzerTestOneInput() local
/external/mockito/src/main/java/org/mockito/invocation/
DInvocation.java23 public interface Invocation extends InvocationOnMock, DescribedInvocation { interface
/external/clang/unittests/Frontend/
DCodeGenActionTest.cpp43 CompilerInvocation *Invocation = new CompilerInvocation; in TEST() local
DFrontendActionTest.cpp173 CompilerInvocation *Invocation = new CompilerInvocation; in TEST() local
/external/llvm/tools/llvm-cov/
Dllvm-cov.cpp79 std::string Invocation = std::string(argv[0]) + " " + argv[1]; in main() local
/external/clang/lib/StaticAnalyzer/Frontend/
DModelInjector.cpp66 IntrusiveRefCntPtr<CompilerInvocation> Invocation( in onBodySynthesis() local
/external/libese/libese-teq1/tests/
Dteq1_unittests.cpp476 struct Invocation { struct in EseWireFake
477 std::vector<uint8_t> rx;
478 std::vector<uint8_t> expected_tx;
479 int expect_reset;
/external/clang/unittests/AST/
DExternalASTSourceTest.cpp51 CompilerInvocation *Invocation = new CompilerInvocation; in testExternalASTSource() local
/external/googleapis/google/devtools/resultstore/v2/
Dinvocation.proto35 message Invocation { message
/external/clang/tools/diagtool/
DShowEnabledWarnings.cpp70 std::unique_ptr<CompilerInvocation> Invocation( in createDiagnostics() local
/external/libxkbcommon/test/
Dxkeyboard-config-test.py.in40 class Invocation: class
/external/clang/unittests/Tooling/
DToolingTest.cpp164 clang::tooling::ToolInvocation Invocation(Args, new SyntaxOnlyAction, in TEST() local
190 clang::tooling::ToolInvocation Invocation(Args, new SyntaxOnlyAction, in TEST() local
/external/sdk-platform-java/gapic-generator-java/src/test/proto/
Dtesting.proto198 message Invocation { message
/external/clang/include/clang/Frontend/
DCompilerInstance.h73 IntrusiveRefCntPtr<CompilerInvocation> Invocation; variable
DASTUnit.h116 IntrusiveRefCntPtr<CompilerInvocation> Invocation; variable
/external/sdk-platform-java/showcase/proto-gapic-showcase-v1beta1/src/main/java/com/google/showcase/v1beta1/
DTest.java428 public static final class Invocation extends class in Test.Blueprint
434 private Invocation(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Invocation() method in Test.Blueprint.Invocation
437 private Invocation() { in Invocation() method in Test.Blueprint.Invocation
/external/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp537 std::string Invocation(ProgName.str() + " " + argv[1]); in main() local
/external/truth/core/src/main/java/com/google/common/truth/
DActualValueInference.java1250 abstract static class Invocation { class in ActualValueInference
/external/clang/lib/Frontend/
DCompilerInstance.cpp931 IntrusiveRefCntPtr<CompilerInvocation> Invocation in compileModuleImpl() local
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
Dspv.d944 Invocation = 4, enumerator
/external/angle/third_party/spirv-headers/src/include/spirv/unified1/
Dspv.d944 Invocation = 4, enumerator

123