Searched refs:add_objc_string (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c212 static tree add_objc_string (tree, enum string_section);
1995 add_objc_string (OBJC_TYPE_NAME (class_decl), class_names);
2265 expr = add_objc_string (get_identifier (""), class_names);
2504 /* Just a handy wrapper for add_objc_string. */
2510 add_objc_string (ident, meth_var_names));
2609 return add_objc_string (encoding, meth_var_types);
2790 add_objc_string (tree ident, enum string_section section)
3440 return add_objc_string (OBJC_TYPE_NAME (TREE_TYPE (type)), class_names);
4187 add_objc_string (METHOD_ENCODING (entries),
4667 protocol_name_expr = add_objc_string (PROTOCOL_NAM
2785 add_objc_string (tree ident, enum string_section section) function
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c190 static tree add_objc_string PARAMS ((tree,
1378 add_objc_string (TYPE_NAME (class_decl), class_names);
1668 expr = add_objc_string (get_identifier (input_filename), class_names);
2011 /* Just a handy wrapper for add_objc_string. */
2017 tree expr = add_objc_string (ident, meth_var_names);
2135 return add_objc_string (encoding, meth_var_types);
2299 add_objc_string (ident, section)
2635 add_objc_string (METHOD_ENCODING (entries),
3153 protocol_name_expr = add_objc_string (PROTOCOL_NAME (p), class_names);
3804 add_objc_string (DECL_NAM
2293 add_objc_string (ident, section) function
[all...]

Completed in 148 milliseconds