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

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dtypeck.c988 comp_cv_target_types (ttl, ttr, nptrs)
989 tree ttl, ttr;
994 if (!at_least_as_qualified_p (ttl, ttr)
995 && !at_least_as_qualified_p (ttr, ttl))
999 if (TYPE_MAIN_VARIANT (ttl) == TYPE_MAIN_VARIANT (ttr))
1000 return more_qualified_p (ttr, ttl) ? -1 : 1;
1002 t = comp_target_types (ttl, ttr, nptrs);
1003 if ((t == 1 && at_least_as_qualified_p (ttl, ttr))
1004 || (t == -1 && at_least_as_qualified_p (ttr, ttl)))
1023 comp_target_types (ttl, ttr, nptr
6822 register tree ttr; local
7070 tree ttr = (TYPE_PTRMEMFUNC_P (rhstype) local
[all...]
H A Dcvt.c452 tree ttr = lvalue_type (expr);
475 && !at_least_as_qualified_p (ttl, ttr))
477 ttr, reftype);
451 tree ttr = lvalue_type (expr); local
/haiku-buildtools/legacy/gcc/gcc/
H A Dc-typeck.c535 comp_target_types (ttl, ttr)
536 tree ttl, ttr;
541 if ((val = maybe_objc_comptypes (ttl, ttr, 1)) >= 0)
545 TYPE_MAIN_VARIANT (TREE_TYPE (ttr)));
4103 register tree ttr = TREE_TYPE (rhstype);
4110 || TYPE_MAIN_VARIANT (ttr) == void_type_node
4114 if (TYPE_QUALS (ttl) == TYPE_QUALS (ttr)
4115 || ((TREE_CODE (ttr) == FUNCTION_TYPE
4117 ? ((TYPE_QUALS (ttl) | TYPE_QUALS (ttr))
4118 == TYPE_QUALS (ttr))
4084 register tree ttr = TREE_TYPE (rhstype); local
4127 register tree ttr = TREE_TYPE (rhstype); local
4160 register tree ttr = TREE_TYPE (rhstype); local
[all...]
/haiku-buildtools/gcc/gcc/c/
H A Dc-typeck.c1242 comp_target_types (location_t location, tree ttl, tree ttr)
1247 tree mvr = TREE_TYPE (ttr);
5993 tree ttr = TREE_TYPE (rhstype);
6000 || (VOID_TYPE_P (ttr) && !TYPE_ATOMIC (ttr))
6004 int rquals = TYPE_QUALS (ttr) & ~TYPE_QUAL_ATOMIC;
6007 || ((TREE_CODE (ttr) == FUNCTION_TYPE
6034 tree ttr = TREE_TYPE (rhstype);
6038 if (TREE_CODE (ttr) == FUNCTION_TYPE
6047 & ~TYPE_QUALS_NO_ADDR_SPACE (ttr))
1237 comp_target_types(location_t location, tree ttl, tree ttr) argument
5971 tree ttr = TREE_TYPE (rhstype); local
6012 tree ttr = TREE_TYPE (rhstype); local
6072 tree ttr = TREE_TYPE (rhstype); local
[all...]
/haiku-buildtools/gcc/gcc/cp/
H A Dcvt.c470 tree ttr = lvalue_type (expr);
477 && !at_least_as_qualified_p (ttl, ttr))
481 ttr, reftype);
469 tree ttr = lvalue_type (expr); local
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-common.c11318 tree const ttr = TREE_TYPE (rtype), ttl = TREE_TYPE (ltype);
11321 for (ra = TYPE_ATTRIBUTES (ttr); ra; ra = TREE_CHAIN (ra))
11299 tree const ttr = TREE_TYPE (rtype), ttl = TREE_TYPE (ltype); local

Completed in 332 milliseconds