Searched defs:CodeGenerator (Results 1 - 11 of 11) sorted by relevance

/external/clang/include/clang/CodeGen/
H A DModuleBuilder.h34 class CodeGenerator : public ASTConsumer { class in namespace:clang
42 /// CreateLLVMCodeGen - Create a CodeGenerator instance.
44 /// the allocated CodeGenerator instance.
45 CodeGenerator *CreateLLVMCodeGen(DiagnosticsEngine &Diags,
/external/opencv3/3rdparty/jinja2/
H A Dmeta.py13 from jinja2.compiler import CodeGenerator namespace
17 class TrackingCodeGenerator(CodeGenerator):
21 CodeGenerator.__init__(self, environment, '<introspection>',
H A Dcompiler.py60 generator = CodeGenerator(environment, name, filename, stream, defer_init)
364 class CodeGenerator(NodeVisitor): class in inherits:NodeVisitor
/external/protobuf/src/google/protobuf/compiler/
H A Dcode_generator.h55 class CodeGenerator;
61 class LIBPROTOC_EXPORT CodeGenerator { class in namespace:google::protobuf::compiler
63 inline CodeGenerator() {} function in class:google::protobuf::compiler::CodeGenerator
64 virtual ~CodeGenerator();
83 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CodeGenerator);
87 // abstract interface represents the directory to which the CodeGenerator is
H A Dcode_generator.cc44 CodeGenerator::~CodeGenerator() {}
/external/v8/src/
H A Dcodegen.h11 // 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
74 class CodeGenerator { class in namespace:v8::internal
87 DISALLOW_COPY_AND_ASSIGN(CodeGenerator);
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DCodeGenerator.java73 public class CodeGenerator { class
153 public CodeGenerator(Tool tool, Grammar grammar, String language) { method in class:CodeGenerator
/external/v8/src/compiler/
H A Dcode-generator.cc17 class CodeGenerator::JumpTable final : public ZoneObject {
34 CodeGenerator::CodeGenerator(Frame* frame, Linkage* linkage, function in class:v8::internal::compiler::CodeGenerator
62 void CodeGenerator::CreateFrameAccessState(Frame* frame) {
67 Handle<Code> CodeGenerator::GenerateCode() {
208 v8::internal::CodeGenerator::MakeCodeEpilogue(masm(), info);
246 bool CodeGenerator::IsNextInAssemblyOrder(RpoNumber block) const {
254 void CodeGenerator::RecordSafepoint(ReferenceMap* references,
279 bool CodeGenerator::IsMaterializableFromFrame(Handle<HeapObject> object,
294 bool CodeGenerator
[all...]
/external/guice/extensions/persist/lib/
H A Dantlr-2.7.5h3.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ActionElement.class ActionElement.java package antlr ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 134 milliseconds