| /src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| builtins.c | 69 int isconst; local 74 isconst = nncon(f); 76 return bcon(isconst);
|
| /src/usr.bin/usbhidctl/ |
| usbhid.c | 559 int isconst = item->flags & HIO_CONST, local 563 isconst ? " Const" : "", 564 !isvar && !isconst ? " Array" : "",
|
| /src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| builtins.c | 71 int isconst; local 76 isconst = nncon(f); 78 return bcon(isconst);
|
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| rs6000-gen-builtins.cc | 351 char isconst; member in struct:typeinfo 1080 typedata->isconst = 1; 1249 else if (!typedata->isvoid && !typedata->isconst) 1274 if (typedata->isconst) 1351 "argument type: isvoid = %d, isconst = %d, isvector = %d, " 1355 argtype->isvoid, argtype->isconst, argtype->isvector, 1670 if (argptr->info.isconst 1682 if (argptr->info.isconst) 1737 "return type: isvoid = %d, isconst = %d, isvector = %d, " 1741 ret_type->isvoid, ret_type->isconst, ret_type->isvector [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| rs6000-gen-builtins.cc | 351 char isconst; member in struct:typeinfo 1080 typedata->isconst = 1; 1249 else if (!typedata->isvoid && !typedata->isconst) 1274 if (typedata->isconst) 1351 "argument type: isvoid = %d, isconst = %d, isvector = %d, " 1355 argtype->isvoid, argtype->isconst, argtype->isvector, 1670 if (argptr->info.isconst 1682 if (argptr->info.isconst) 1737 "return type: isvoid = %d, isconst = %d, isvector = %d, " 1741 ret_type->isvoid, ret_type->isconst, ret_type->isvector [all...] |