Home
last modified time | relevance | path

Searched refs:objc_is_object_ptr (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dstub-objc.c43 objc_is_object_ptr (tree ARG_UNUSED (arg)) in objc_is_object_ptr() function
H A Dc-common.h897 extern tree objc_is_object_ptr (tree);
H A Dc-typeck.c3606 if (objc_is_object_ptr (type) && objc_is_object_ptr (TREE_TYPE (expr))) in build_c_cast()
H A DChangeLog-20037675 (lookup_interface, is_class_name, objc_is_object_ptr, objc_check_decl,
7767 (objc_is_object_ptr): New function.
H A DChangeLog-200428762 (synth_module_prologue, objc_is_object_ptr, objc_build_exc_ptr,
/freebsd-12.1/contrib/gcc/cp/
H A Dtypeck.c5620 if (objc_is_object_ptr (type) in build_c_cast()
5621 && objc_is_object_ptr (TREE_TYPE (expr))) in build_c_cast()