| /src/sys/external/mit/xen-include-public/dist/xen/include/public/ |
| xenoprof.h | 94 int32_t is_primary; member in struct:xenoprof_init
|
| /src/sys/external/bsd/drm2/dist/drm/qxl/ |
| qxl_display.c | 424 bool is_primary; local 431 is_primary = qobj->shadow ? qobj->shadow->is_primary : qobj->is_primary; 432 if (!is_primary) { 557 if (!primary->is_primary) { 580 if (bo->is_primary) { 582 bo->is_primary = false;
|
| qxl_drv.h | 91 unsigned int is_primary:1; /* is this now a primary surface */ member in struct:qxl_bo
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| pt.cc | 5544 parameters. IS_PRIMARY is true if DECL is the thing declared by 5557 check_default_tmpl_args (tree decl, tree parms, bool is_primary, 5611 if (is_primary 5674 || !is_primary 5859 bool is_primary = false; local 5870 is_primary = template_parm_scope_p (); 5876 if (is_primary) 5950 is_primary, is_partial, is_friend); 6014 gcc_checking_assert (!is_primary); 6197 if (is_primary) [all...] |
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| pt.cc | 5573 parameters. IS_PRIMARY is true if DECL is the thing declared by 5586 check_default_tmpl_args (tree decl, tree parms, bool is_primary, 5640 if (is_primary 5703 || !is_primary 5888 bool is_primary = false; local 5899 is_primary = template_parm_scope_p (); 5905 if (is_primary) 5979 is_primary, is_partial, is_friend); 6043 gcc_checking_assert (!is_primary); 6250 if (is_primary) [all...] |