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