Searched defs:cpp (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_h.cpp25 // output_h.cpp - Class HPP file output routines for architecture definition
492 // labelOper::int_format is defined in ad_<...>.cpp
564 // labelOper::ext_format is defined in ad_<...>.cpp
1958 fprintf(fp,"// when given a constant 'index' in dfa_<arch>.cpp\n");
2035 OutputMachOperands(FILE *hpp, FILE *cpp, FormDict &globals, ArchDesc &AD) argument
2036 : OutputMap(hpp, cpp, globals, AD, "MachOperands") {};
2082 OutputMachOpcodes(FILE *hpp, FILE *cpp, FormDict &globals, ArchDesc &AD) argument
2083 : OutputMap(hpp, cpp, globals, AD, "MachOpcodes"),
H A Doutput_c.cpp25 // output_c.cpp - Class CPP file output routines for architecture definition
3236 OutputReduceOp(FILE *hpp, FILE *cpp, FormDict &globals, ArchDesc &AD) argument
3237 : OutputMap(hpp, cpp, globals, AD, "reduceOp") {};
3271 OutputLeftOp(FILE *hpp, FILE *cpp, FormDict &globals, ArchDesc &AD) argument
3272 : OutputMap(hpp, cpp, globals, AD, "leftOp") {};
3301 OutputRightOp(FILE *hpp, FILE *cpp, FormDict &globals, ArchDesc &AD) argument
3302 : OutputMap(hpp, cpp, globals, AD, "rightOp") {};
3331 OutputRuleName(FILE *hpp, FILE *cpp, FormDict &globals, ArchDesc &AD) argument
3332 : OutputMap(hpp, cpp, globals, AD, "ruleName") {};
3349 OutputSwallowed(FILE *hpp, FILE *cpp, FormDic argument
3370 OutputInstChainRule(FILE *hpp, FILE *cpp, FormDict &globals, ArchDesc &AD) argument
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_DnDDT.cpp520 FORMATETC *cpp = (FORMATETC *)bsearch( local
527 if (NULL == cpp) {
531 format = *cpp;

Completed in 659 milliseconds