HomeSort by relevance Sort by last modified time
    Searched defs:compiler (Results 1 - 25 of 536) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/unittests/CodeGen/
BufferSourceTest.cpp 3 // The LLVM Compiler Infrastructure
42 CompilerInstance compiler; local
44 compiler.createDiagnostics();
45 compiler.getLangOpts().CPlusPlus = 1;
46 compiler.getLangOpts().CPlusPlus11 = 1;
48 compiler.getTargetOpts().Triple = llvm::Triple::normalize(
50 compiler.setTarget(clang::TargetInfo::CreateTargetInfo(
51 compiler.getDiagnostics(),
53 compiler.getTargetOpts())));
55 compiler.createFileManager()
    [all...]
  /external/javassist/src/main/javassist/compiler/
SyntaxError.java 16 package javassist.compiler;
ProceedHandler.java 16 package javassist.compiler;
19 import javassist.compiler.ast.ASTList;
24 * @see javassist.compiler.JvstCodeGen#setProceedHandler(ProceedHandler, String)
25 * @see javassist.compiler.JvstCodeGen#atMethodCall(Expr)
NoFieldException.java 16 package javassist.compiler;
18 import javassist.compiler.ast.ASTree;
  /external/protobuf/src/google/protobuf/compiler/
package_info.h 35 // This file exists solely to document the google::protobuf::compiler namespace.
43 // Implementation of the Protocol Buffer compiler.
52 // - You want to write a custom protocol compiler which generates different
54 // by the official compiler. For this purpose, command_line_interface.h
55 // provides you with a complete compiler front-end, so all you need to do
57 // function. You can even make your compiler support the official languages
61 namespace compiler {} namespace in namespace:google::protobuf
plugin.h 39 // return google::protobuf::compiler::PluginMain(argc, argv, &generator);
61 namespace compiler { namespace in namespace:google::protobuf
68 } // namespace compiler
mock_code_generator.h 37 #include <google/protobuf/compiler/code_generator.h>
41 namespace compiler { namespace in namespace:google::protobuf
113 } // namespace compiler
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
XPathDumper.java 21 package org.apache.xpath.compiler;
  /external/protobuf/src/google/protobuf/compiler/java/
java_doc_comment_unittest.cc 33 #include <google/protobuf/compiler/java/java_doc_comment.h>
39 namespace compiler { namespace in namespace:google::protobuf
65 } // namespace compiler
java_doc_comment.h 48 namespace compiler { namespace in namespace:google::protobuf
65 } // namespace compiler
java_generator.h 41 #include <google/protobuf/compiler/code_generator.h>
45 namespace compiler { namespace in namespace:google::protobuf
49 // own protocol compiler binary and you want it to support Java output, you
68 } // namespace compiler
  /external/v8/src/compiler/
access-builder.h 8 #include "src/compiler/simplified-operator.h"
12 namespace compiler { namespace in namespace:v8::internal
51 } // namespace compiler
node-properties.h 8 #include "src/compiler/node.h"
13 namespace compiler { namespace in namespace:v8::internal
60 } // namespace compiler
operator-properties.h 10 namespace compiler { namespace in namespace:v8::internal
40 } // namespace compiler
graph-replay.h 8 #include "src/compiler/node.h"
12 namespace compiler { namespace in namespace:v8::internal
39 } // namespace compiler
graph-visualizer.h 15 namespace compiler { namespace in namespace:v8::internal
27 } // namespace v8::internal::compiler
graph.cc 5 #include "src/compiler/graph.h"
7 #include "src/compiler/common-operator.h"
8 #include "src/compiler/generic-node-inl.h"
9 #include "src/compiler/graph-inl.h"
10 #include "src/compiler/node.h"
11 #include "src/compiler/node-aux-data-inl.h"
12 #include "src/compiler/node-properties.h"
13 #include "src/compiler/node-properties-inl.h"
14 #include "src/compiler/operator-properties.h"
15 #include "src/compiler/operator-properties-inl.h
19 namespace compiler { namespace in namespace:v8::internal
    [all...]
  /art/compiler/
Android.mk 156 compiler.cc \
184 define build-libart-compiler
205 LOCAL_MODULE := libart-compiler
211 LOCAL_MODULE := libartd-compiler
249 # For compiler driver TLS.
290 $(eval $(call build-libart-compiler,host,ndebug))
293 $(eval $(call build-libart-compiler,host,debug))
296 $(eval $(call build-libart-compiler,target,ndebug))
299 $(eval $(call build-libart-compiler,target,debug))
  /external/emma/core/java12/com/vladium/jcd/compiler/
IClassFormatOutput.java 9 package com.vladium.jcd.compiler;
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
JSilverCompilationException.java 17 package com.google.clearsilver.jsilver.compiler;
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_generator.h 41 #include <google/protobuf/compiler/code_generator.h>
45 namespace compiler { namespace in namespace:google::protobuf
49 // header. If you create your own protocol compiler binary and you want
68 } // namespace compiler
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_generator.h 41 #include <google/protobuf/compiler/code_generator.h>
45 namespace compiler { namespace in namespace:google::protobuf
49 // own protocol compiler binary and you want it to support Java output for the
68 } // namespace compiler
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_generator.h 41 #include <google/protobuf/compiler/code_generator.h>
45 namespace compiler { namespace in namespace:google::protobuf
49 // own protocol compiler binary and you want it to support Java output for the
68 } // namespace compiler
  /external/v8/src/compiler/arm/
instruction-codes-arm.h 10 namespace compiler { namespace in namespace:v8::internal
83 } // namespace compiler
  /external/v8/src/compiler/arm64/
instruction-codes-arm64.h 10 namespace compiler { namespace in namespace:v8::internal
105 } // namespace compiler

Completed in 517 milliseconds

1 2 3 4 5 6 7 8 91011>>