Lines Matching refs:new
22 /* Create a new "decl" in GCC. A decl is a declaration, basically a
25 NAME is the name of the new symbol. SYM_KIND is the kind of
26 symbol being requested. SYM_TYPE is the new symbol's C type;
34 This function returns the new decl. */
71 /* Create a new 'struct' type. Initially it has no fields. */
75 /* Create a new 'union' type. Initially it has no fields. */
98 /* Create a new 'enum' type. The new type initially has no
104 /* Add a new constant to an enum type. NAME is the constant's
118 /* Create a new function type. RETURN_TYPE is the type returned by
147 /* Create a new array type. If NUM_ELEMENTS is -1, then the array
154 /* Create a new variably-sized array type. UPPER_BOUND_NAME is the