Searched refs:objc_is_id (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-objc.h | 118 extern tree objc_is_id (tree);
|
H A D | stub-objc.cc | 38 objc_is_id (tree ARG_UNUSED (arg)) in objc_is_id() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-objc.h | 110 extern tree objc_is_id (tree);
|
H A D | stub-objc.c | 38 objc_is_id (tree ARG_UNUSED (arg)) in objc_is_id() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
H A D | objc-act.cc | 1525 if (objc_is_id (rtype)) in objc_maybe_build_component_ref() 2909 tree type = (interface ? objc_is_id (interface) : objc_object_type); in objc_get_protocol_qualified_type() 3627 objc_is_id (tree type) in objc_is_id() function 3660 ret = objc_is_id (type); in objc_is_object_ptr() 3674 if (objc_is_id (TYPE_MAIN_VARIANT (type))) in objc_is_gcable_type() 5600 if (objc_is_id (rtype)) in objc_finish_message_expr() 9201 if (objc_is_id (orig)) in gen_type_name_0()
|
H A D | objc-next-runtime-abi-02.cc | 1843 objc_is_id (rtype)); in next_runtime_abi_02_build_objc_method_call() 1862 message_func_decl = objc_is_id (rtype) in next_runtime_abi_02_build_objc_method_call() 1871 message_func_decl = objc_is_id (rtype) in next_runtime_abi_02_build_objc_method_call()
|
H A D | ChangeLog | 1318 * objc-act.c (objc_is_class_name, objc_is_id): For efficiency, 3907 (objc_is_id): Add test for 'super'. 4058 (objc_is_id): New function. 4114 call gen_type_name() instead of gen_declaration(); call objc_is_id()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
H A D | objc-act.c | 1461 if (objc_is_id (rtype)) in objc_maybe_build_component_ref() 2833 tree type = (interface ? objc_is_id (interface) : objc_object_type); in objc_get_protocol_qualified_type() 3551 objc_is_id (tree type) in objc_is_id() function 3584 ret = objc_is_id (type); in objc_is_object_ptr() 3598 if (objc_is_id (TYPE_MAIN_VARIANT (type))) in objc_is_gcable_type() 5521 if (objc_is_id (rtype)) in objc_finish_message_expr() 9074 if (objc_is_id (orig)) in gen_type_name_0()
|
H A D | objc-next-runtime-abi-02.c | 1838 objc_is_id (rtype)); in next_runtime_abi_02_build_objc_method_call() 1857 message_func_decl = objc_is_id (rtype) in next_runtime_abi_02_build_objc_method_call() 1866 message_func_decl = objc_is_id (rtype) in next_runtime_abi_02_build_objc_method_call()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | parser.c | 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()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | parser.cc | 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()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2003 | 7681 * c-lang.c (lookup_interface, is_class_name, objc_is_id, objc_check_decl, 7703 * c-tree.h (lookup_interface, is_class_name, objc_is_id, objc_check_decl, 7766 (objc_is_id): Removed.
|
H A D | ChangeLog-2002 | 8459 * c-lang.c (objc_is_id): New stub. 8460 * c-tree.h (objc_is_id): New forward declaration. 8465 (objc_is_id): New.
|
H A D | ChangeLog-2004 | 15408 * stub-objc.c (objc_is_id, objc_declare_alias, objc_declare_class, 15449 * c-common.h (objc_is_id, objc_declare_alias, objc_declare_class,
|