Home
last modified time | relevance | path

Searched refs:craft_constructor (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.c485 static tree craft_constructor PARAMS ((tree, tree));
9010 craft_constructor (class_decl, args) in craft_constructor() function
9094 craft_constructor (current, NULL_TREE); in java_fix_constructors()
14545 tree mdecl = craft_constructor (TYPE_NAME (class), atl);
H A Dparse.y245 static tree craft_constructor PARAMS ((tree, tree));
5445 craft_constructor (class_decl, args) in craft_constructor() function
5529 craft_constructor (current, NULL_TREE); in java_fix_constructors()
10980 tree mdecl = craft_constructor (TYPE_NAME (class), atl);
H A DChangeLog1326 * parse.y (craft_constructor): Return the constructor decl.
4664 (craft_constructor): Set DECL_FUNCTION_SYNTHETIC_CTOR.
4757 (craft_constructor): Don't mess with obstacks.
6442 (craft_constructor): Use PURE_INNER_CLASS_DECP_P.
6966 (craft_constructor): New local `artificial'. Call
7083 (craft_constructor): Fixed constructor name when handling
7137 (craft_constructor): New function.
7158 constructor. Call craft_constructor instead.