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

1 2

  /external/clang/include/clang/CodeGen/
ModuleBuilder.h 34 class CodeGenerator : public ASTConsumer {
42 /// CreateLLVMCodeGen - Create a CodeGenerator instance.
44 /// the allocated CodeGenerator instance.
45 CodeGenerator *CreateLLVMCodeGen(DiagnosticsEngine &Diags,
  /external/opencv3/3rdparty/jinja2/
meta.py 13 from jinja2.compiler import CodeGenerator
17 class TrackingCodeGenerator(CodeGenerator):
21 CodeGenerator.__init__(self, environment, '<introspection>',
compiler.py 60 generator = CodeGenerator(environment, name, filename, stream, defer_init)
364 class CodeGenerator(NodeVisitor):
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
code_generator.h 55 class CodeGenerator;
61 class LIBPROTOC_EXPORT CodeGenerator {
63 inline CodeGenerator() {}
64 virtual ~CodeGenerator();
83 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CodeGenerator);
87 // abstract interface represents the directory to which the CodeGenerator is
code_generator.cc 44 CodeGenerator::~CodeGenerator() {}
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/
code_generator.h 55 class CodeGenerator;
61 class LIBPROTOC_EXPORT CodeGenerator {
63 inline CodeGenerator() {}
64 virtual ~CodeGenerator();
83 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CodeGenerator);
87 // abstract interface represents the directory to which the CodeGenerator is
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/
code_generator.h 55 class CodeGenerator;
61 class LIBPROTOC_EXPORT CodeGenerator {
63 inline CodeGenerator() {}
64 virtual ~CodeGenerator();
83 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CodeGenerator);
87 // abstract interface represents the directory to which the CodeGenerator is
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/
code_generator.h 55 class CodeGenerator;
61 class LIBPROTOC_EXPORT CodeGenerator {
63 inline CodeGenerator() {}
64 virtual ~CodeGenerator();
83 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CodeGenerator);
87 // abstract interface represents the directory to which the CodeGenerator is
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/
code_generator.h 55 class CodeGenerator;
61 class LIBPROTOC_EXPORT CodeGenerator {
63 inline CodeGenerator() {}
64 virtual ~CodeGenerator();
114 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CodeGenerator);
118 // abstract interface represents the directory to which the CodeGenerator is
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/
code_generator.h 55 class CodeGenerator;
61 class LIBPROTOC_EXPORT CodeGenerator {
63 inline CodeGenerator() {}
64 virtual ~CodeGenerator();
83 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CodeGenerator);
87 // abstract interface represents the directory to which the CodeGenerator is
  /external/v8/src/
codegen.h 11 // Include the declaration of the architecture defined class CodeGenerator.
12 // The contract to the shared code is that the the CodeGenerator is a subclass
31 // CodeGenerator
32 // ~CodeGenerator
72 class CodeGenerator {
85 DISALLOW_COPY_AND_ASSIGN(CodeGenerator);
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/generator/
CodeGenerator.java 46 public class CodeGenerator implements EditableItemConstants {
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
AttributeScope.java 31 import org.antlr.codegen.CodeGenerator;
123 CodeGenerator.getListOfArgumentsFromAction(definitions,0,-1,separator,attrs);
  /art/compiler/optimizing/
code_generator.h 54 class CodeGenerator;
81 virtual void EmitNativeCode(CodeGenerator* codegen) = 0;
83 virtual void SaveLiveRegisters(CodeGenerator* codegen, LocationSummary* locations);
84 virtual void RestoreLiveRegisters(CodeGenerator* codegen, LocationSummary* locations);
169 class CodeGenerator : public DeletableArenaObject<kArenaAllocCodeGenerator> {
173 static std::unique_ptr<CodeGenerator> Create(HGraph* graph,
178 virtual ~CodeGenerator() {}
491 CodeGenerator(HGraph* graph,
638 DISALLOW_COPY_AND_ASSIGN(CodeGenerator);
698 SlowPathGenerator(HGraph* graph, CodeGenerator* codegen
    [all...]
  /external/v8/src/compiler/
code-generator.cc 17 class CodeGenerator::JumpTable final : public ZoneObject {
35 CodeGenerator::CodeGenerator(Frame* frame, Linkage* linkage,
65 Handle<Code> CodeGenerator::GenerateCode() {
181 v8::internal::CodeGenerator::MakeCodeEpilogue(masm(), info);
218 bool CodeGenerator::IsNextInAssemblyOrder(RpoNumber block) const {
226 void CodeGenerator::RecordSafepoint(ReferenceMap* references,
249 bool CodeGenerator::IsMaterializableFromFrame(Handle<HeapObject> object,
265 bool CodeGenerator::IsMaterializableFromRoot(
281 void CodeGenerator::AssembleInstruction(Instruction* instr)
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
CodeGenerator.java 73 public class CodeGenerator {
153 public CodeGenerator(Tool tool, Grammar grammar, String language) {
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
pycodegen.py 183 class CodeGenerator:
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
pycodegen.py 183 class CodeGenerator:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py 183 class CodeGenerator:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py 183 class CodeGenerator:
    [all...]
  /prebuilts/tools/common/m2/repository/org/antlr/ST4/4.0.8/
ST4-4.0.8.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/ST4/4.0.8/
ST4-4.0.8.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 
  /external/guice/extensions/persist/lib/
antlr-2.7.5h3.jar 

Completed in 555 milliseconds

1 2