Searched refs:root_expr (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/objc/
H A Dobjc-gnu-runtime-abi-01.c1632 tree name_expr, super_expr, root_expr, class_decl, meta_decl; local
1686 root_expr = add_objc_string (my_root_id, class_names);
1687 root_expr = build_c_cast (loc, cast_type, root_expr);
1719 root_expr, super_expr, name_expr,
H A Dobjc-next-runtime-abi-02.c3100 tree my_super_id = NULL_TREE, root_expr = NULL_TREE; local
3144 root_expr = create_extern_decl (objc_v2_class_template, buf);
3145 root_expr = build_fold_addr_expr (root_expr);
3164 root_expr = build_unary_op (loc, ADDR_EXPR, metaclass_decl, 0);
3224 root_expr,
H A Dobjc-next-runtime-abi-01.c2013 tree name_expr, super_expr, root_expr, class_decl, meta_decl; local
2070 root_expr = add_objc_string (my_root_id, class_names);
2071 root_expr = build_c_cast (loc, cast_type, root_expr);
2106 root_expr, super_expr, name_expr,
/haiku-buildtools/legacy/gcc/gcc/objc/
H A Dobjc-act.c4477 tree name_expr, super_expr, root_expr;
4523 root_expr = add_objc_string (my_root_id, class_names);
4524 root_expr = build_c_cast (cast_type, root_expr); /* cast! */
4546 root_expr, super_expr, name_expr,
4469 tree name_expr, super_expr, root_expr; local

Completed in 129 milliseconds