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

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dcvt.c222 && (IS_SIGNATURE_POINTER (intype) || IS_SIGNATURE_REFERENCE (intype)))
276 && (IS_SIGNATURE_POINTER (intype) || IS_SIGNATURE_REFERENCE (intype)))
794 && (IS_SIGNATURE_POINTER (type) || IS_SIGNATURE_REFERENCE (type)))
H A Dsig.c224 IS_SIGNATURE_REFERENCE (t) = refp;
805 || IS_SIGNATURE_REFERENCE (rhstype)))))
828 && (IS_SIGNATURE_POINTER (rhstype) || IS_SIGNATURE_REFERENCE (rhstype)))
H A Dtypeck2.c676 || IS_SIGNATURE_REFERENCE (type))))
807 && (IS_SIGNATURE_POINTER (type) || IS_SIGNATURE_REFERENCE (type))))
H A Dtypeck.c104 && (IS_SIGNATURE_POINTER (type) || IS_SIGNATURE_REFERENCE (type))
2401 && (IS_SIGNATURE_POINTER (type) || IS_SIGNATURE_REFERENCE (type)))
5913 && (IS_SIGNATURE_POINTER (lhstype) || IS_SIGNATURE_REFERENCE (lhstype)))
6111 || IS_SIGNATURE_REFERENCE (TREE_TYPE (TREE_OPERAND (lhs, 0)))))
6836 || IS_SIGNATURE_REFERENCE (rhstype)))))
7061 || IS_SIGNATURE_REFERENCE (rhstype)))))
7076 || IS_SIGNATURE_REFERENCE (rhstype)))))
7229 && (IS_SIGNATURE_POINTER (type) || IS_SIGNATURE_REFERENCE (type)))
H A Derror.c231 && (IS_SIGNATURE_POINTER (t) || IS_SIGNATURE_REFERENCE (t)))
H A Dcall.c1897 || IS_SIGNATURE_REFERENCE (TREE_TYPE (obj)))
3481 || IS_SIGNATURE_REFERENCE (basetype))))
3494 || IS_SIGNATURE_REFERENCE (basetype))
H A Dsearch.c1441 && !IS_SIGNATURE_REFERENCE (DECL_REAL_CONTEXT (rval))
H A Dcp-tree.h847 # define IS_SIGNATURE_REFERENCE(NODE) (TYPE_LANG_SPECIFIC(NODE)->type_flags.is_signature_reference)
844 # define IS_SIGNATURE_REFERENCE macro
H A Ddecl.c7957 || (TYPE_LANG_SPECIFIC (type) && IS_SIGNATURE_REFERENCE (type)))

Completed in 219 milliseconds