Searched refs:ttr (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dc-typeck.c940 comp_target_types (tree ttl, tree ttr)
948 mvr = TREE_TYPE (ttr);
3965 tree ttr = TREE_TYPE (rhstype);
3971 if (VOID_TYPE_P (ttl) || VOID_TYPE_P (ttr)
3975 if (TYPE_QUALS (ttl) == TYPE_QUALS (ttr)
3976 || ((TREE_CODE (ttr) == FUNCTION_TYPE
3978 ? ((TYPE_QUALS (ttl) | TYPE_QUALS (ttr))
3979 == TYPE_QUALS (ttr))
3980 : ((TYPE_QUALS (ttl) | TYPE_QUALS (ttr))
4005 tree ttr
935 comp_target_types(tree ttl, tree ttr) argument
3944 tree ttr = TREE_TYPE (rhstype); local
3984 tree ttr = TREE_TYPE (rhstype); local
4034 tree ttr = TREE_TYPE (rhstype); local
[all...]
H A Dc-common.c6633 tree const ttr = TREE_TYPE (rtype), ttl = TREE_TYPE (ltype);
6636 for (ra = TYPE_ATTRIBUTES (ttr); ra; ra = TREE_CHAIN (ra))
6613 tree const ttr = TREE_TYPE (rtype), ttl = TREE_TYPE (ltype); local
/freebsd-9.3-release/contrib/gcc/cp/
H A Dcvt.c494 tree ttr = lvalue_type (expr);
500 && !at_least_as_qualified_p (ttl, ttr))
502 ttr, reftype);
493 tree ttr = lvalue_type (expr); local

Completed in 92 milliseconds