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

/freebsd-10.0-release/contrib/gcc/
H A Dc-typeck.c940 comp_target_types (tree ttl, tree ttr)
948 mvr = TREE_TYPE (ttr);
4004 tree ttr = TREE_TYPE (rhstype);
4010 if (VOID_TYPE_P (ttl) || VOID_TYPE_P (ttr)
4014 if (TYPE_QUALS (ttl) == TYPE_QUALS (ttr)
4015 || ((TREE_CODE (ttr) == FUNCTION_TYPE
4017 ? ((TYPE_QUALS (ttl) | TYPE_QUALS (ttr))
4018 == TYPE_QUALS (ttr))
4019 : ((TYPE_QUALS (ttl) | TYPE_QUALS (ttr))
4044 tree ttr
935 comp_target_types(tree ttl, tree ttr) argument
3983 tree ttr = TREE_TYPE (rhstype); local
4023 tree ttr = TREE_TYPE (rhstype); local
4073 tree ttr = TREE_TYPE (rhstype); local
[all...]
H A Dc-common.c6461 tree const ttr = TREE_TYPE (rtype), ttl = TREE_TYPE (ltype);
6464 for (ra = TYPE_ATTRIBUTES (ttr); ra; ra = TREE_CHAIN (ra))
6441 tree const ttr = TREE_TYPE (rtype), ttl = TREE_TYPE (ltype); local
/freebsd-10.0-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 69 milliseconds