Home
last modified time | relevance | path

Searched refs:START_RECORD_CONSTRUCTOR (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dclass.c827 START_RECORD_CONSTRUCTOR (rinit, rtype);
918 START_RECORD_CONSTRUCTOR (cinit, ctype);
1201 START_RECORD_CONSTRUCTOR (finit, field_type_node);
1256 START_RECORD_CONSTRUCTOR (minit, method_type_node);
1600 START_RECORD_CONSTRUCTOR (temp, object_type_node);
1608 START_RECORD_CONSTRUCTOR (cons, class_type_node);
2200 START_RECORD_CONSTRUCTOR (method_symbol, method_symbol_type); in build_method_symbols_entry()
2237 START_RECORD_CONSTRUCTOR (null_symbol, method_symbol_type); in emit_offset_symbol_table()
H A Dconstants.c476 START_RECORD_CONSTRUCTOR (cons, constants_type_node); in build_constants_constructor()
H A Dexpr.c2525 START_RECORD_CONSTRUCTOR (temp, object_type_node);
2531 START_RECORD_CONSTRUCTOR (value, array_type);
H A Djava-tree.h1650 #define START_RECORD_CONSTRUCTOR(CONS, CTYPE) { \ macro