/frameworks/ml/nn/runtime/test/ |
TestTrivialModel.cpp | 119 Compilation compilation(&modelAdd2); 120 compilation.finish(); 121 Execution execution(&compilation); 136 Compilation compilation2(&modelAdd3); 147 Compilation compilation3(&modelAdd3); 179 Compilation compilation(&modelBroadcastAdd2); 180 compilation.finish(); 181 Execution execution(&compilation); [all...] |
TestGenerated.cpp | 49 Compilation compilation(&model); 50 compilation.finish(); 51 Execution execution(&compilation); 116 Compilation compilation(&model); 117 compilation.finish(); 118 Execution execution(&compilation);
|
/bionic/tools/versioner/src/ |
Driver.cpp | 33 #include <clang/Driver/Compilation.h> 148 std::unique_ptr<driver::Compilation> Compilation(driver.BuildCompilation(driver_args)); 149 const driver::JobList& jobs = Compilation->getJobs(); 254 errx(1, "compilation generated warnings or errors"); 258 errx(1, "compilation generated warnings or errors");
|
/external/clang/lib/Frontend/ |
CreateInvocationFromCommandLine.cpp | 16 #include "clang/Driver/Compilation.h" 54 std::unique_ptr<driver::Compilation> C(TheDriver.BuildCompilation(Args)); 63 // failed. CUDA compilation is an exception as it creates multiple jobs. If
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/ |
testranges.s | 23 .4byte debugE - debugS ;# Length of Compilation Unit Info
|
/external/clang/include/clang/Tooling/ |
Tooling.h | 53 class Compilation; 263 clang::driver::Compilation *Compilation,
|
/external/clang/lib/Tooling/ |
CompilationDatabase.cpp | 19 #include "clang/Driver/Compilation.h" 69 ErrorStream << "No compilation database found in " << Directory.str() 90 ErrorMessage = ("Could not auto-detect compilation database for file \"" + 104 ErrorMessage = ("Could not auto-detect compilation database from directory \"" + 204 /// \li false if \c Args cannot be used for compilation jobs (e.g. 225 // By adding -c, we force the driver to treat compilation as the last phase. 235 // prevents compilation, e.g. -E or something like -version, we may still end 245 const std::unique_ptr<driver::Compilation> Compilation( 248 const driver::JobList &Jobs = Compilation->getJobs() [all...] |
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Driver/ |
Compilation.h | 1 //===--- Compilation.h - Compilation Task Data Structure --------*- C++ -*-===// 32 /// Compilation - A set of tasks to perform for a single driver 34 class Compilation { 42 /// current compilation. 109 Compilation(const Driver &D, const ToolChain &DefaultToolChain, 112 ~Compilation(); 174 /// Creates a new Action owned by this Compilation. 271 /// so compilation can be reexecuted to generate additional diagnostic 278 /// Redirect - Redirect output of this compilation. Can only be done once [all...] |
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Tooling/ |
Tooling.h | 53 class Compilation; 265 clang::driver::Compilation *Compilation,
|
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Driver/ |
Compilation.h | 1 //===--- Compilation.h - Compilation Task Data Structure --------*- C++ -*-===// 32 /// Compilation - A set of tasks to perform for a single driver 34 class Compilation { 42 /// current compilation. 109 Compilation(const Driver &D, const ToolChain &DefaultToolChain, 112 ~Compilation(); 174 /// Creates a new Action owned by this Compilation. 271 /// so compilation can be reexecuted to generate additional diagnostic 278 /// Redirect - Redirect output of this compilation. Can only be done once [all...] |
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Tooling/ |
Tooling.h | 53 class Compilation; 265 clang::driver::Compilation *Compilation,
|
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Driver/ |
Compilation.h | 1 //===--- Compilation.h - Compilation Task Data Structure --------*- C++ -*-===// 32 /// Compilation - A set of tasks to perform for a single driver 34 class Compilation { 42 /// current compilation. 109 Compilation(const Driver &D, const ToolChain &DefaultToolChain, 112 ~Compilation(); 174 /// Creates a new Action owned by this Compilation. 271 /// so compilation can be reexecuted to generate additional diagnostic 278 /// Redirect - Redirect output of this compilation. Can only be done once [all...] |
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Tooling/ |
Tooling.h | 53 class Compilation; 265 clang::driver::Compilation *Compilation,
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/ |
Compilation.h | 1 //===--- Compilation.h - Compilation Task Data Structure --------*- C++ -*-===// 32 /// Compilation - A set of tasks to perform for a single driver 34 class Compilation { 42 /// current compilation. 109 Compilation(const Driver &D, const ToolChain &DefaultToolChain, 112 ~Compilation(); 174 /// Creates a new Action owned by this Compilation. 271 /// so compilation can be reexecuted to generate additional diagnostic 278 /// Redirect - Redirect output of this compilation. Can only be done once [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/ |
Tooling.h | 53 class Compilation; 265 clang::driver::Compilation *Compilation,
|
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Driver/ |
Compilation.h | 1 //===--- Compilation.h - Compilation Task Data Structure --------*- C++ -*-===// 32 /// Compilation - A set of tasks to perform for a single driver 34 class Compilation { 42 /// current compilation. 109 Compilation(const Driver &D, const ToolChain &DefaultToolChain, 112 ~Compilation(); 174 /// Creates a new Action owned by this Compilation. 271 /// so compilation can be reexecuted to generate additional diagnostic 278 /// Redirect - Redirect output of this compilation. Can only be done once [all...] |
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Tooling/ |
Tooling.h | 53 class Compilation; 265 clang::driver::Compilation *Compilation,
|
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Driver/ |
Compilation.h | 1 //===--- Compilation.h - Compilation Task Data Structure --------*- C++ -*-===// 32 /// Compilation - A set of tasks to perform for a single driver 34 class Compilation { 42 /// current compilation. 109 Compilation(const Driver &D, const ToolChain &DefaultToolChain, 112 ~Compilation(); 174 /// Creates a new Action owned by this Compilation. 271 /// so compilation can be reexecuted to generate additional diagnostic 278 /// Redirect - Redirect output of this compilation. Can only be done once [all...] |
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Tooling/ |
Tooling.h | 53 class Compilation; 265 clang::driver::Compilation *Compilation,
|
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Driver/ |
Compilation.h | 1 //===--- Compilation.h - Compilation Task Data Structure --------*- C++ -*-===// 32 /// Compilation - A set of tasks to perform for a single driver 34 class Compilation { 42 /// current compilation. 109 Compilation(const Driver &D, const ToolChain &DefaultToolChain, 112 ~Compilation(); 174 /// Creates a new Action owned by this Compilation. 271 /// so compilation can be reexecuted to generate additional diagnostic 278 /// Redirect - Redirect output of this compilation. Can only be done once [all...] |
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Tooling/ |
Tooling.h | 53 class Compilation; 265 clang::driver::Compilation *Compilation,
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/ |
Compilation.h | 1 //===--- Compilation.h - Compilation Task Data Structure --------*- C++ -*-===// 32 /// Compilation - A set of tasks to perform for a single driver 34 class Compilation { 42 /// current compilation. 109 Compilation(const Driver &D, const ToolChain &DefaultToolChain, 112 ~Compilation(); 174 /// Creates a new Action owned by this Compilation. 271 /// so compilation can be reexecuted to generate additional diagnostic 278 /// Redirect - Redirect output of this compilation. Can only be done once [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/ |
Tooling.h | 53 class Compilation; 265 clang::driver::Compilation *Compilation,
|
/external/clang/examples/clang-interpreter/ |
main.cpp | 12 #include "clang/Driver/Compilation.h" 105 std::unique_ptr<Compilation> C(TheDriver.BuildCompilation(Args)); 112 // failed. Extract that job from the compilation.
|
/frameworks/ml/nn/common/operations/ |
EmbeddingLookupTest.cpp | 94 Compilation compilation(&model_); 95 compilation.finish(); 96 Execution execution(&compilation);
|