Searched refs:cast_type (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/gcc/objc/
H A Dobjc-gnu-runtime-abi-01.c1634 tree cast_type, initlist, protocol_decl; local
1674 cast_type = build_pointer_type (objc_class_template);
1684 super_expr = build_c_cast (loc, cast_type, super_expr);
1687 root_expr = build_c_cast (loc, cast_type, root_expr);
H A Dobjc-next-runtime-abi-01.c2015 tree cast_type, initlist, protocol_decl; local
2067 cast_type = build_pointer_type (objc_class_template);
2068 super_expr = build_c_cast (loc, cast_type, super_expr);
2071 root_expr = build_c_cast (loc, cast_type, root_expr);
/haiku-buildtools/legacy/gcc/gcc/objc/
H A Dobjc-act.c3239 static tree cast_type = 0;
3241 if (!cast_type)
3242 cast_type
3254 TREE_TYPE (expr) = cast_type;
4167 static tree cast_type = 0;
4180 if (!cast_type)
4181 cast_type
4199 TREE_TYPE (e) = cast_type;
4479 tree cast_type, initlist, protocol_decl;
4505 cast_type
3232 static tree cast_type = 0; local
4159 static tree cast_type = 0; local
4471 tree cast_type, initlist, protocol_decl; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dparse.c12834 tree cast_type = TREE_TYPE (node);
12838 if (!(cast_type = resolve_type_during_patch (cast_type)))
12842 if (JNUMERIC_TYPE_P (cast_type) && JNUMERIC_TYPE_P (op_type))
12846 if (cast_type == op_type)
12851 if (JFLOAT_TYPE_P (op_type) && TREE_CODE (cast_type) == CHAR_TYPE)
12857 return convert (cast_type, op);
12861 if (op_type == boolean_type_node && cast_type == boolean_type_node)
12865 if (op == null_pointer_node && JREFERENCE_TYPE_P (cast_type))
12866 return build_null_of_type (cast_type);
12829 tree cast_type = TREE_TYPE (node); local
[all...]
H A Dparse.y10177 tree cast_type = TREE_TYPE (node);
10181 if (!(cast_type = resolve_type_during_patch (cast_type)))
10185 if (JNUMERIC_TYPE_P (cast_type) && JNUMERIC_TYPE_P (op_type))
10189 if (cast_type == op_type)
10194 if (JFLOAT_TYPE_P (op_type) && TREE_CODE (cast_type) == CHAR_TYPE)
10200 return convert (cast_type, op);
10204 if (op_type == boolean_type_node && cast_type == boolean_type_node)
10208 if (op == null_pointer_node && JREFERENCE_TYPE_P (cast_type))
10209 return build_null_of_type (cast_type);
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Dexpr.c8842 tree cast_type = TREE_TYPE (exp);
8843 if (TREE_CODE (cast_type) == POINTER_TYPE
8844 && AGGREGATE_TYPE_P (TREE_TYPE (cast_type)))
8824 tree cast_type = TREE_TYPE (exp); local

Completed in 289 milliseconds