Searched refs:objc_is_id (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dc-lang.c178 objc_is_id (arg) function
H A Dc-tree.h170 extern tree objc_is_id PARAMS ((tree));
H A Dc-typeck.c3639 if (!flag_objc || !objc_is_id (type))
/openbsd-current/gnu/gcc/gcc/
H A Dstub-objc.c37 objc_is_id (tree ARG_UNUSED (arg))
H A Dc-common.h895 extern tree objc_is_id (tree);
/openbsd-current/gnu/usr.bin/gcc/gcc/treelang/
H A Dtreetree.c854 objc_is_id (tree arg ATTRIBUTE_UNUSED) function
/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c1359 tree type = (interface ? objc_is_id (interface) : objc_object_type);
2980 objc_is_id (tree type)
3010 ret = objc_is_id (type);
3024 if (objc_is_id (TYPE_MAIN_VARIANT (type)))
6316 if (objc_is_id (rtype))
8924 if (objc_is_id (orig))
2975 objc_is_id (tree type) function
/openbsd-current/gnu/gcc/gcc/cp/
H A Dparser.c10024 && (objc_is_id (type) || objc_is_class_name (type)))
10086 && (objc_is_id (identifier) || objc_is_class_name (identifier)))
/openbsd-current/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c2429 objc_is_id (ident)
2423 objc_is_id (ident) function

Completed in 306 milliseconds