Searched refs:first_field (Results 1 - 9 of 9) sorted by relevance

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.cc227 Expression* first_field; local
229 first_field = Expression::make_type_descriptor(rhs_type, location);
245 first_field =
249 first_field =
253 first_field = Expression::make_nil(location);
270 return Expression::make_interface_value(lhs_type, first_field, obj, location);
330 Expression* first_field; local
334 first_field =
342 first_field = rhs_type_expr;
348 first_field
14503 Interface_value_expression(Type* type, Expression* first_field, Expression* obj, Location location) argument
[all...]
/haiku-buildtools/gcc/gcc/
H A Dfunction.c2089 return aggregate_value_p (first_field (type), fntype);
2217 type = TREE_TYPE (first_field (type));
2474 passed_type = TREE_TYPE (first_field (passed_type));
H A Dcalls.c1297 type = TREE_TYPE (first_field (type));
H A Dtree.h4088 extern tree first_field (const_tree);
H A Dtree.c2725 first_field (const_tree type)
2720 first_field (const_tree type) function
/haiku-buildtools/gcc/gcc/cp/
H A Dmangle.c1953 type = TREE_TYPE (first_field (type));
H A Dclass.c6750 tree field = first_field (t);
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-common.c7214 tree first = first_field (type);
/haiku-buildtools/gcc/gcc/config/rs6000/
H A Drs6000.c9433 return_type = TREE_TYPE (first_field (return_type));
10946 type = TREE_TYPE (first_field (type));
[all...]

Completed in 591 milliseconds