Searched refs:objc_is_id (Results 1 – 9 of 9) sorted by relevance
| /trueos/contrib/gcc/ |
| HD | convert.c | 74 if (objc_is_id (type) in convert_to_pointer() 115 if (objc_is_id (TREE_TYPE (expr)) || VOID_TYPE_P (TREE_TYPE (TREE_TYPE (expr)))) in convert_to_block_pointer()
|
| HD | stub-objc.c | 37 objc_is_id (tree ARG_UNUSED (arg)) in objc_is_id() function
|
| HD | c-common.h | 923 extern tree objc_is_id (tree);
|
| HD | c-typeck.c | 4556 (VOID_TYPE_P (TREE_TYPE (rhstype)) || objc_is_id (rhstype))) in convert_for_assignment() 4560 (VOID_TYPE_P (TREE_TYPE (type)) || objc_is_id (type))) in convert_for_assignment()
|
| HD | 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.
|
| HD | 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.
|
| HD | 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,
|
| /trueos/contrib/gcc/cp/ |
| HD | typeck.c | 5361 && (objc_is_id (type) in build_reinterpret_cast_1() 5367 && (objc_is_id (intype) || VOID_TYPE_P (TREE_TYPE (intype)))) in build_reinterpret_cast_1()
|
| HD | parser.c | 2489 && (objc_is_id (type) || objc_is_class_name (type)); in cp_objc_property_reference_prefix() 10440 && (objc_is_id (type) || objc_is_class_name (type))) in cp_parser_simple_type_specifier() 10502 && (objc_is_id (identifier) || objc_is_class_name (identifier))) in cp_parser_type_name()
|