HomeSort by: relevance | last modified time | path
    Searched defs:unlimited (Results 1 - 11 of 11) sorted by relevancy

  /src/external/mpl/bind/dist/lib/isccfg/include/isccfg/
duration.h 47 bool unlimited; member in struct:isccfg_duration
  /src/usr.bin/quota/
quota.c 100 static int unlimited(struct quotaval *qvs, unsigned numqvs);
353 if (!vflag && unlimited(qvs, numqvs)) {
375 if (unlimited(qvs, numqvs) && !anyusage(qvs, numqvs)) {
541 unlimited(struct quotaval *qvs, unsigned numqvs) function
  /src/sbin/dump/
main.c 100 int unlimited; variable
182 unlimited = 1;
396 else if (!unlimited) {
584 if (pipeout || unlimited) {
730 * range (except that a vmax of 0 means unlimited).
  /src/external/mpl/dhcp/bind/dist/lib/isccfg/include/isccfg/
grammar.h 181 bool unlimited; member in struct:cfg_duration
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-openmp.cc 428 /* Return true if TYPE is unlimited polymorphic but not with pointer attribute;
429 unlimited means also intrinsic types are handled and _len is used. */
887 bool unlimited = gfc_is_unlimited_polymorphic_nonptr (type); local
894 if (unlimited)
902 if (unlimited)
922 unlimited));
trans-stmt.cc 1735 bool unlimited; local
1754 unlimited = UNLIMITED_POLY (e);
1768 and the associated expression is unlimited polymorphic, which is
1769 not (yet) correctly in 'unlimited', because for an already associated
1774 need_len_assign = ((unlimited || (e->ts.type == BT_DERIVED
1998 && (sym->ts.type == BT_DERIVED || unlimited))
2028 if (unlimited)
2031 assignment from an unlimited polymorphic object. */
6557 unlimited polymorphic objects, which are a subcategory of class
6780 expr is a unlimited polymorphic object. But the _data componen
    [all...]
resolve.cc 2607 /* As assumed-type is unlimited polymorphic (cf. above).
7917 bool unlimited; local
7926 unlimited = UNLIMITED_POLY(sym);
7972 if (allocatable == 0 && attr.pointer == 0 && !unlimited)
8148 bool unlimited; local
8180 /* Is the allocate-object unlimited polymorphic? */
8181 unlimited = UNLIMITED_POLY(e);
8294 if (code->expr3->ts.kind != e->ts.kind && !unlimited)
8408 if (e->ts.type == BT_CLASS && !unlimited && !UNLIMITED_POLY (code->expr3))
8422 else if (unlimited && !UNLIMITED_POLY (code->expr3)
    [all...]
trans-intrinsic.cc 8240 bool unlimited = false; local
8251 unlimited = UNLIMITED_POLY (arg);
8271 unlimited = UNLIMITED_POLY (arg);
8295 if (unlimited && class_decl)
12725 /* Unlimited polymorphic. */
12789 /* Unlimited polymorphic. */
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-openmp.cc 376 /* Return true if TYPE is unlimited polymorphic but not with pointer attribute;
377 unlimited means also intrinsic types are handled and _len is used. */
835 bool unlimited = gfc_is_unlimited_polymorphic_nonptr (type); local
842 if (unlimited)
850 if (unlimited)
870 unlimited));
trans-stmt.cc 1731 bool unlimited; local
1749 unlimited = UNLIMITED_POLY (e);
1763 and the associated expression is unlimited polymorphic, which is
1764 not (yet) correctly in 'unlimited', because for an already associated
1769 need_len_assign = ((unlimited || (e->ts.type == BT_DERIVED
1985 && (sym->ts.type == BT_DERIVED || unlimited))
2015 if (unlimited)
2018 assignment from an unlimited polymorphic object. */
6441 unlimited polymorphic objects, which are a subcategory of class
6664 expr is a unlimited polymorphic object. But the _data componen
    [all...]
resolve.cc 2559 /* As assumed-type is unlimited polymorphic (cf. above).
7588 bool unlimited; local
7597 unlimited = UNLIMITED_POLY(sym);
7643 if (allocatable == 0 && attr.pointer == 0 && !unlimited)
7819 bool unlimited; local
7851 /* Is the allocate-object unlimited polymorphic? */
7852 unlimited = UNLIMITED_POLY(e);
7965 if (code->expr3->ts.kind != e->ts.kind && !unlimited)
8066 if (e->ts.type == BT_CLASS && !unlimited && !UNLIMITED_POLY (code->expr3))
8080 else if (unlimited && !UNLIMITED_POLY (code->expr3)
    [all...]

Completed in 92 milliseconds