HomeSort by relevance Sort by last modified time
    Searched refs:Compiler (Results 101 - 125 of 407) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/llvm/bindings/go/llvm/
transforms_ipo.go 3 // The LLVM Compiler Infrastructure
analysis.go 3 // The LLVM Compiler Infrastructure
  /external/llvm/bindings/ocaml/bitreader/
llvm_bitreader.mli 3 * The LLVM Compiler Infrastructure
  /external/llvm/bindings/ocaml/bitwriter/
llvm_bitwriter.mli 3 * The LLVM Compiler Infrastructure
  /external/llvm/bindings/ocaml/transforms/passmgr_builder/
llvm_passmgr_builder.mli 3 * The LLVM Compiler Infrastructure
  /prebuilts/go/darwin-x86/test/
deferfin.go 27 if runtime.Compiler == "gccgo" {
44 // let the compiler think f escapes
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue5493.go 37 if runtime.GOARCH != "amd64" || runtime.Compiler == "gccgo" {
issue9355.go 19 if runtime.Compiler != "gc" || runtime.GOOS == "nacl" {
  /prebuilts/go/linux-x86/test/
deferfin.go 27 if runtime.Compiler == "gccgo" {
44 // let the compiler think f escapes
  /prebuilts/go/linux-x86/test/fixedbugs/
issue5493.go 37 if runtime.GOARCH != "amd64" || runtime.Compiler == "gccgo" {
issue9355.go 19 if runtime.Compiler != "gc" || runtime.GOOS == "nacl" {
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-api/1.5/
gmaven-runtime-api-1.5.jar 
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
WalkerFactory.java 28 import org.apache.xpath.compiler.Compiler;
29 import org.apache.xpath.compiler.FunctionTable;
30 import org.apache.xpath.compiler.OpCodes;
31 import org.apache.xpath.compiler.OpMap;
51 * @param compiler non-null reference to compiler object that has processed
61 WalkingIterator lpi, Compiler compiler, int stepOpCodePos)
66 int stepType = compiler.getOp(stepOpCodePos)
    [all...]
LocPathIterator.java 32 import org.apache.xpath.compiler.Compiler;
79 * into the Compiler to create predicate expressions.
81 * @param compiler The Compiler which is creating
84 * opcode list from the compiler.
88 protected LocPathIterator(Compiler compiler, int opPos, int analysis)
91 this(compiler, opPos, analysis, true);
97 * into the Compiler to create predicate expressions
    [all...]
AxesWalker.java 33 import org.apache.xpath.compiler.Compiler;
64 * @param compiler The Compiler object that has information about this
71 public void init(Compiler compiler, int opPos, int stepType)
75 initPredicateInfo(compiler, opPos);
77 // int testType = compiler.getOp(nodeTestOpPos);
DescendantIterator.java 30 import org.apache.xpath.compiler.Compiler;
31 import org.apache.xpath.compiler.OpCodes;
32 import org.apache.xpath.compiler.OpMap;
47 * @param compiler A reference to the Compiler that contains the op map.
53 DescendantIterator(Compiler compiler, int opPos, int analysis)
57 super(compiler, opPos, analysis, false);
60 int stepType = compiler.getOp(firstStepPos)
    [all...]
MatchPatternIterator.java 28 import org.apache.xpath.compiler.Compiler;
29 import org.apache.xpath.compiler.OpMap;
63 * into the Compiler to create predicate expressions.
65 * @param compiler The Compiler which is creating
68 * opcode list from the compiler.
74 MatchPatternIterator(Compiler compiler, int opPos, int analysis)
78 super(compiler, opPos, analysis, false)
    [all...]
  /external/v8/test/cctest/compiler/
function-tester.h 10 #include "src/compiler.h"
11 #include "src/compiler/linkage.h"
12 #include "src/compiler/pipeline.h"
23 namespace compiler { namespace in namespace:v8::internal
183 CHECK(Compiler::Analyze(info.parse_info()));
184 CHECK(Compiler::EnsureDeoptimizationSupport(&info));
236 CHECK(Compiler::Analyze(info.parse_info()));
237 CHECK(Compiler::EnsureDeoptimizationSupport(&info));
245 } // namespace compiler
  /frameworks/compile/libbcc/tools/bcc/
Main.cpp 39 #include <bcc/Compiler.h>
123 llvm::cl::desc("Embed a checksum of this compiler invocation for"
128 // Compiler Options
226 Compiler *RSC = pRSCD.getCompiler();
231 llvm::errs() << "Out of memory when create the compiler configuration!\n";
256 Compiler::ErrorCode result = RSC->config(*config);
270 if (result != Compiler::kSuccess) {
271 llvm::errs() << "Failed to configure the compiler! (detail: "
272 << Compiler::GetErrorString(result) << ")\n";
295 ALOGE("Failed to configure compiler");
    [all...]
  /external/clang/lib/Tooling/
Tooling.cpp 3 // The LLVM Compiler Infrastructure
45 // code that sets up a compiler to run tools on it, and we should refactor
285 // Create a compiler instance to handle the actual work.
286 clang::CompilerInstance Compiler(PCHContainerOps);
287 Compiler.setInvocation(Invocation);
288 Compiler.setFileManager(Files);
290 // The FrontendAction can have lifetime requirements for Compiler or its
291 // members, and we need to ensure it's deleted earlier than Compiler. So we
292 // pass it to an std::unique_ptr declared after the Compiler variable.
295 // Create the compiler's actual diagnostics engine
    [all...]
  /art/compiler/
common_compiler_test.cc 124 // Get the set of image classes given to the compiler-driver in SetUp. Note: the compiler
131 // Get the set of compiled classes given to the compiler-driver in SetUp. Note: the compiler
138 // Get the set of compiled methods given to the compiler-driver in SetUp. Note: the compiler
173 void CommonCompilerTest::CreateCompilerDriver(Compiler::Kind kind,
208 Compiler::Kind CommonCompilerTest::GetCompilerKind() const {
212 void CommonCompilerTest::SetCompilerKind(Compiler::Kind compiler_kind) {
  /external/javassist/src/main/javassist/tools/reflect/
Compiler.java 52 * <ul><pre>% java Compiler Dog -m MetaDog -c CMetaDog Cat -m MetaCat Cow
70 public class Compiler {
159 out.println("Usage: java javassist.tools.reflect.Compiler");
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/
OISPrereqs.h 42 //-------------- Determine Compiler ---------------------------------
54 # error No Recognized Compiler!
  /external/clang/lib/Driver/
Tools.h 3 // The LLVM Compiler Infrastructure
20 #include "llvm/Support/Compiler.h"
36 class Compiler;
45 /// \brief Clang compiler tool.
97 visualstudio::Compiler *getCLFallback() const;
99 mutable std::unique_ptr<visualstudio::Compiler> CLFallback;
175 class LLVM_LIBRARY_VISIBILITY Compiler : public Common {
177 Compiler(const ToolChain &TC) : Common("gcc::Compiler", "gcc frontend", TC) {}
695 class LLVM_LIBRARY_VISIBILITY Compiler : public Tool
    [all...]
  /art/test/971-iface-super/util-src/
generate_java.py 57 class Compiler:
80 # no compiler problems (works since classes only implement 1 interface).
135 Compiler(all_files, javac_exec, temp_dir, classes_dir).execute()

Completed in 2139 milliseconds

1 2 3 45 6 7 8 91011>>