Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.h270 #define selector_type objc_global_trees[OCTI_SEL_TYPE] macro
H A Dobjc-act.c1129 selector_type in synth_module_prologue()
1145 tree_cons (NULL_TREE, selector_type, in synth_module_prologue()
1169 tree_cons (NULL_TREE, selector_type, in synth_module_prologue()
1214 temp_type = build_array_type (selector_type, NULL_TREE); in synth_module_prologue()
1462 build_pointer_type (selector_type), in build_objc_symtab_template()
1991 decl = build_decl (VAR_DECL, ident, selector_type); in build_selector_reference_decl()
2015 return build_c_cast (selector_type, expr); /* cast! */
2065 decl_specs = tree_cons (NULL_TREE, selector_type, sc_spec); in build_selector_translation_table()
2162 return build_c_cast (selector_type, expr);
4738 chainon (arglist, build_tree_list (NULL_TREE, selector_type));
/openbsd/gnu/usr.bin/binutils/gdb/
H A Deval.c714 struct type *selector_type = NULL; in evaluate_subexp_standard() local
726 selector_type = lookup_pointer_type (builtin_type_void); in evaluate_subexp_standard()
732 target = evaluate_subexp (selector_type, exp, pos, sub_no_side); in evaluate_subexp_standard()