Searched refs:ttl (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/s390/
H A Dpr24624.c39 cleanup_once (unsigned long ttl) argument
47 ) && ((long) (jiffies) - (long) (p->dtime + ttl) < 0)))
58 int ttl; local
60 ttl = inet_peer_minttl;
62 ttl =
66 for (i = 0; i < 30 && !cleanup_once (ttl); i++);
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arc/
H A Dcond-set-use.c21 int ttl; member in struct:resolv_answer
/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, tt
6821 register tree ttl = TREE_TYPE (type); local
7069 tree ttl = TYPE_PTRMEMFUNC_FN_TYPE (type); local
[all...]
H A Dcvt.c451 tree ttl = TREE_TYPE (reftype);
458 && !CP_TYPE_CONST_NON_VOLATILE_P (ttl))
462 if (CP_TYPE_VOLATILE_P (ttl) && decl)
464 else if (CP_TYPE_VOLATILE_P (ttl))
475 && !at_least_as_qualified_p (ttl, ttr))
450 tree ttl = TREE_TYPE (reftype); local
/haiku-buildtools/legacy/binutils/gas/
H A Dlisting.c1210 char *ttl; local
1233 ttl = xmalloc (length + 1);
1234 memcpy (ttl, start, length);
1235 ttl[length] = 0;
1237 listing_tail->edict_arg = ttl;
/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)
544 val = comptypes (TYPE_MAIN_VARIANT (TREE_TYPE (ttl)),
4102 register tree ttl = TREE_TYPE (memb_type);
4109 if (TYPE_MAIN_VARIANT (ttl) == void_type_node
4114 if (TYPE_QUALS (ttl) == TYPE_QUALS (ttr)
4116 && TREE_CODE (ttl) == FUNCTION_TYPE)
4117 ? ((TYPE_QUALS (ttl) | TYPE_QUALS (ttr))
4119 : ((TYPE_QUALS (ttl) | TYPE_QUAL
4083 register tree ttl = TREE_TYPE (memb_type); local
4126 register tree ttl = TREE_TYPE (marginal_memb_type); local
4159 register tree ttl = TREE_TYPE (type); local
[all...]
/haiku-buildtools/gcc/gcc/cp/
H A Dcvt.c388 tree ttl = TREE_TYPE (reftype);
390 if (!CP_TYPE_CONST_NON_VOLATILE_P (ttl))
394 if (CP_TYPE_VOLATILE_P (ttl) && decl)
397 else if (CP_TYPE_VOLATILE_P (ttl))
469 tree ttl = TREE_TYPE (reftype);
477 && !at_least_as_qualified_p (ttl, ttr))
387 tree ttl = TREE_TYPE (reftype); local
468 tree ttl = TREE_TYPE (reftype); local
/haiku-buildtools/gcc/gcc/c/
H A Dc-typeck.c1242 comp_target_types (location_t location, tree ttl, tree ttr)
1246 tree mvl = TREE_TYPE (ttl);
5992 tree ttl = TREE_TYPE (memb_type);
5999 if ((VOID_TYPE_P (ttl) && !TYPE_ATOMIC (ttl))
6003 int lquals = TYPE_QUALS (ttl) & ~TYPE_QUAL_ATOMIC;
6008 && TREE_CODE (ttl) == FUNCTION_TYPE)
6033 tree ttl = TREE_TYPE (TREE_TYPE (marginal_memb));
6039 && TREE_CODE (ttl) == FUNCTION_TYPE)
6046 if (TYPE_QUALS_NO_ADDR_SPACE (ttl)
1237 comp_target_types(location_t location, tree ttl, tree ttr) argument
5970 tree ttl = TREE_TYPE (memb_type); local
6011 tree ttl = TREE_TYPE (TREE_TYPE (marginal_memb)); local
6071 tree ttl = TREE_TYPE (type); local
[all...]
/haiku-buildtools/binutils/gas/
H A Dlisting.c1529 char *ttl; local
1552 ttl = xmemdup0 (start, length);
1554 listing_tail->edict_arg = ttl;
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-common.c11318 tree const ttr = TREE_TYPE (rtype), ttl = TREE_TYPE (ltype);
11327 for (la = TYPE_ATTRIBUTES (ttl); la; la = TREE_CHAIN (la))
11299 tree const ttr = TREE_TYPE (rtype), ttl = TREE_TYPE (ltype); local

Completed in 112 milliseconds