| /src/external/gpl3/gcc/dist/libcpp/ |
| directives.cc | 48 bool is_deferred; member in struct:pragma_entry 1400 entry->is_deferred = true; 1538 if (p->is_deferred)
|
| /src/external/gpl3/gcc.old/dist/libcpp/ |
| directives.cc | 48 bool is_deferred; member in struct:pragma_entry 1382 entry->is_deferred = true; 1520 if (p->is_deferred)
|
| /src/external/mpl/bind/dist/bin/named/ |
| statschannel.c | 1469 bool is_firstrefresh, is_running, is_deferred, is_presoa, is_pending; local 1483 &is_deferred, &is_presoa, &is_pending, 1494 if (!is_running && !is_deferred && !is_presoa && !is_pending && 1563 } else if (is_deferred) { 1677 if (is_running || is_deferred || is_presoa || is_pending) { 2551 bool is_firstrefresh, is_running, is_deferred, is_presoa, is_pending; local 2585 &is_deferred, &is_presoa, &is_pending, 2592 if (!is_running && !is_deferred && !is_presoa && !is_pending && 2623 } else if (is_deferred) { 2743 if (is_running || is_deferred || is_presoa || is_pending) [all...] |
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| trans-array.cc | 10419 bool is_deferred = false; local 10424 is_deferred = true; 10426 tail = is_deferred ? pdt_param_list : c->param_list;
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| trans-array.cc | 10040 bool is_deferred = false; local 10045 is_deferred = true; 10047 tail = is_deferred ? pdt_param_list : c->param_list;
|