Searched refs:_hpp (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A DarchDesc.hpp368 FILE *_hpp; member in class:OutputMap
375 : _hpp(decl_file), _cpp(def_file), _globals(globals), _AD(AD), _name(name) {};
377 FILE *decl_file() { return _hpp; }
H A Doutput_c.cpp3239 void declaration() { fprintf(_hpp, "extern const int reduceOp[];\n"); }
3274 void declaration() { fprintf(_hpp, "extern const int leftOp[];\n"); }
3304 void declaration() { fprintf(_hpp, "extern const int rightOp[];\n"); }
3334 void declaration() { fprintf(_hpp, "extern const char *ruleName[];\n"); }
3352 void declaration() { fprintf(_hpp, "extern const bool swallowed[];\n"); }
3373 void declaration() { fprintf(_hpp, "extern const bool instruction_chain_rule[];\n"); }

Completed in 44 milliseconds