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

  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
pftn.c 2277 TWORD type, arrt; local
2387 /* type = argumentets typ, arrt = prototypens typ */
2389 arrt = al->type;
2391 if ((hasarray = ISARY(arrt)))
2392 arrt += (PTR-ARY);
2398 if (ISPTR(arrt) && ISARY(DECREF(arrt)))
2403 ISPTR(arrt) && ISARY(DECREF(arrt))) {
2409 if (type <= BTMASK && arrt <= BTMASK)
    [all...]
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
pftn.c 2306 TWORD type, arrt; local
2419 /* type = argumentets typ, arrt = prototypens typ */
2421 arrt = al->type;
2423 if ((hasarray = ISARY(arrt)))
2424 arrt += (PTR-ARY);
2430 if (ISPTR(arrt) && ISARY(DECREF(arrt)))
2435 ISPTR(arrt) && ISARY(DECREF(arrt))) {
2441 if (type <= BTMASK && arrt <= BTMASK)
    [all...]

Completed in 18 milliseconds