Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dstub-objc.c43 objc_is_object_ptr (tree ARG_UNUSED (arg)) in objc_is_object_ptr() function
H A Dc-common.h883 extern tree objc_is_object_ptr (tree);
H A Dc-typeck.c3477 if (objc_is_object_ptr (type) && objc_is_object_ptr (TREE_TYPE (expr))) in build_c_cast()
/openbsd-src/gnu/gcc/gcc/objc/
H A DChangeLog726 (objc_is_object_ptr): Return the canonical type node.
910 objc_declare_class, objc_is_object_ptr): Call objc_is_class_name()
H A Dobjc-act.c2997 objc_is_object_ptr (tree type) in objc_is_object_ptr() function
/openbsd-src/gnu/gcc/gcc/cp/
H A Dtypeck.c5454 if (objc_is_object_ptr (type) in build_c_cast()
5455 && objc_is_object_ptr (TREE_TYPE (expr))) in build_c_cast()