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

1 2 3 4 5 6 7 8 9

  /art/compiler/optimizing/
x86_memory_gen.h 24 class CodeGenerator;
31 CodeGenerator* codegen,
pc_relative_fixups_mips.h 25 class CodeGenerator;
31 PcRelativeFixups(HGraph* graph, CodeGenerator* codegen, OptimizingCompilerStats* stats)
40 CodeGenerator* codegen_;
pc_relative_fixups_x86.h 25 class CodeGenerator;
31 PcRelativeFixups(HGraph* graph, CodeGenerator* codegen, OptimizingCompilerStats* stats)
40 CodeGenerator* codegen_;
instruction_simplifier.h 26 class CodeGenerator;
42 CodeGenerator* codegen,
55 CodeGenerator* codegen_;
sharpening.h 25 class CodeGenerator;
36 CodeGenerator* codegen,
52 CodeGenerator* codegen,
59 CodeGenerator* codegen,
65 CodeGenerator* codegen_;
register_allocator.h 28 class CodeGenerator;
50 CodeGenerator* codegen,
71 const CodeGenerator& codegen,
80 CodeGenerator* codegen,
93 CodeGenerator* const codegen_;
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/
plugin.h 36 // CodeGenerator, then create a main() function like:
63 class CodeGenerator; // code_generator.h
66 LIBPROTOC_EXPORT int PluginMain(int argc, char* argv[], const CodeGenerator* generator);
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/
plugin.h 36 // CodeGenerator, then create a main() function like:
63 class CodeGenerator; // code_generator.h
66 LIBPROTOC_EXPORT int PluginMain(int argc, char* argv[], const CodeGenerator* generator);
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/
plugin.h 36 // CodeGenerator, then create a main() function like:
63 class CodeGenerator; // code_generator.h
66 LIBPROTOC_EXPORT int PluginMain(int argc, char* argv[], const CodeGenerator* generator);
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/linux-x86_64/protoc/include/google/protobuf/compiler/
plugin.h 36 // CodeGenerator, then create a main() function like:
63 class CodeGenerator; // code_generator.h
66 LIBPROTOC_EXPORT int PluginMain(int argc, char* argv[], const CodeGenerator* generator);
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/protobuf/src/google/protobuf/compiler/
plugin.h 36 // CodeGenerator, then create a main() function like:
43 // The core part of PluginMain is to invoke the given CodeGenerator on a
72 class CodeGenerator; // code_generator.h
77 LIBPROTOC_EXPORT int PluginMain(int argc, char* argv[], const CodeGenerator* generator);
83 const CodeGenerator& generator, CodeGeneratorResponse* response,
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
  /external/skia/src/sksl/
SkSLCodeGenerator.h 20 class CodeGenerator {
22 CodeGenerator(const Program* program, ErrorReporter* errors, OutputStream* out)
27 virtual ~CodeGenerator() {}
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/
plugin.h 36 // CodeGenerator, then create a main() function like:
43 // The core part of PluginMain is to invoke the given CodeGenerator on a
72 class CodeGenerator; // code_generator.h
77 LIBPROTOC_EXPORT int PluginMain(int argc, char* argv[], const CodeGenerator* generator);
83 const CodeGenerator& generator, CodeGeneratorResponse* response,
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
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
CTarget.java 43 CodeGenerator generator,
58 CodeGenerator generator,
74 CodeGenerator generator,
167 CodeGenerator generator,
193 CodeGenerator generator,
291 protected void performGrammarAnalysis(CodeGenerator generator, Grammar grammar) {
297 if (CodeGenerator.MAX_ACYCLIC_DFA_STATES_INLINE == CodeGenerator.MAX_ACYCLIC_DFA_STATES_INLINE ) {
299 CodeGenerator.MAX_ACYCLIC_DFA_STATES_INLINE = 65535;
308 if (CodeGenerator.MAX_SWITCH_CASE_LABELS == CodeGenerator.MSCL_DEFAULT)
    [all...]
ObjCTarget.java 40 CodeGenerator generator,
49 public String getTargetCharLiteralFromANTLRCharLiteral(CodeGenerator generator,
70 public String getTargetStringLiteralFromANTLRStringLiteral(CodeGenerator generator,
82 public String getTokenTypeAsTargetLabel(CodeGenerator generator, int ttype) {
95 public String getTokenTextAndTypeAsTargetLabel(CodeGenerator generator, String text, int tokenType) {
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/action/
ShareCodeAction.java 22 import com.android.notificationstudio.generator.CodeGenerator;
27 String shareBody = CodeGenerator.generate(context);
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_generator.h 48 // CodeGenerator implementation which generates a C++ source file and
51 // CodeGenerator with the CommandLineInterface in your main() function.
52 class LIBPROTOC_EXPORT CppGenerator : public CodeGenerator {
57 // implements CodeGenerator ----------------------------------------
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_generator.h 44 : public google::protobuf::compiler::CodeGenerator {
  /external/protobuf/src/google/protobuf/compiler/java/
java_generator.h 48 // CodeGenerator implementation which generates Java code. If you create your
50 // can do so by registering an instance of this CodeGenerator with the
52 class LIBPROTOC_EXPORT JavaGenerator : public CodeGenerator {
57 // implements CodeGenerator ----------------------------------------

Completed in 661 milliseconds

1 2 3 4 5 6 7 8 9