Home
last modified time | relevance | path

Searched refs:objc_is_class_name (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-objc.h104 extern tree objc_is_class_name (tree);
H A Dstub-objc.cc32 objc_is_class_name (tree ARG_UNUSED (arg)) in objc_is_class_name() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-objc.h96 extern tree objc_is_class_name (tree);
H A Dstub-objc.c32 objc_is_class_name (tree ARG_UNUSED (arg)) in objc_is_class_name() function
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.cc2885 if (OBJC_TYPE_NAME (type) && (type = objc_is_class_name (OBJC_TYPE_NAME (type)))) in objc_check_decl()
2894 if (objc_is_class_name (id) && global_bindings_p()) in objc_check_global_decl()
2914 type = objc_is_class_name (interface); in objc_get_protocol_qualified_type()
3496 if (local_scope || !(ident = objc_is_class_name (ident))) in objc_get_class_reference()
3517 if (!(underlying_class = objc_is_class_name (class_ident))) in objc_declare_alias()
3519 else if (objc_is_class_name (alias_ident)) in objc_declare_alias()
3548 if (! objc_is_class_name (identifier)) in objc_declare_class()
3580 objc_is_class_name (tree ident) in objc_is_class_name() function
3662 ret = objc_is_class_name (TREE_TYPE (type)); in objc_is_object_ptr()
3684 return (objc_is_class_name (name) != NULL_TREE); in objc_is_gcable_type()
[all …]
H A DChangeLog1048 (objc_is_class_name): Use class_name_map and alias_name_map
1318 * objc-act.c (objc_is_class_name, objc_is_id): For efficiency,
2270 (objc_is_class_name): Do a hash look up of class name.
2305 * objc-act.c (objc_is_class_name): template parameter is not
4056 (objc_is_class_name): Use OBJC_TYPE_NAME instead of TYPE_NAME;
4243 objc_declare_class, objc_is_object_ptr): Call objc_is_class_name()
4247 (is_class_name): Rename to objc_is_class_name.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.c2809 if (OBJC_TYPE_NAME (type) && (type = objc_is_class_name (OBJC_TYPE_NAME (type)))) in objc_check_decl()
2818 if (objc_is_class_name (id) && global_bindings_p()) in objc_check_global_decl()
2838 type = objc_is_class_name (interface); in objc_get_protocol_qualified_type()
3420 if (local_scope || !(ident = objc_is_class_name (ident))) in objc_get_class_reference()
3441 if (!(underlying_class = objc_is_class_name (class_ident))) in objc_declare_alias()
3443 else if (objc_is_class_name (alias_ident)) in objc_declare_alias()
3472 if (! objc_is_class_name (identifier)) in objc_declare_class()
3504 objc_is_class_name (tree ident) in objc_is_class_name() function
3586 ret = objc_is_class_name (TREE_TYPE (type)); in objc_is_object_ptr()
3608 return (objc_is_class_name (name) != NULL_TREE); in objc_is_gcable_type()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c5683 && objc_is_class_name (decl)) in cp_parser_primary_expression()
18329 && (objc_is_id (type) || objc_is_class_name (type))) in cp_parser_simple_type_specifier()
18603 && (objc_is_id (identifier) || objc_is_class_name (identifier))) in cp_parser_nonclass_name()
18620 || (objc_is_class_name (TREE_TYPE (type_decl)) in cp_parser_nonclass_name()
23791 && objc_is_class_name (decl))) in cp_parser_class_name()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc5967 && objc_is_class_name (decl)) in cp_parser_primary_expression()
19935 && (objc_is_id (type) || objc_is_class_name (type))) in cp_parser_simple_type_specifier()
20221 && (objc_is_id (identifier) || objc_is_class_name (identifier))) in cp_parser_nonclass_name()
20238 || (objc_is_class_name (TREE_TYPE (type_decl)) in cp_parser_nonclass_name()
25761 && objc_is_class_name (decl))) in cp_parser_class_name()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c406 tree objc_interface_decl = objc_is_class_name (token->value);
6492 tree objc_interface_decl = objc_is_class_name (token->value); in c_parser_maybe_reclassify_token()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc415 tree objc_interface_decl = objc_is_class_name (token->value); in c_lex_one_token()
6463 tree objc_interface_decl = objc_is_class_name (token->value); in c_parser_maybe_reclassify_token()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200415908 (is_class_name): Rename to objc_is_class_name.
15913 (yylexname): Call objc_is_class_name() instead of is_class_name().
15917 (is_class_name): Rename to objc_is_class_name.