HomeSort by: relevance | last modified time | path
    Searched refs:ISPTR (Results 1 - 25 of 56) sorted by relevancy

1 2 3

  /src/external/bsd/pcc/dist/pcc/arch/m16c/
macdefs.h 121 (ISPTR(t) && ISFTN(DECREF(t)))) ? 2 : 1)
181 #define PCLASS(p) (p->n_type <= UCHAR ? SCREG : ISPTR(p->n_type) ? SBREG:SAREG)
local2.c 97 if (ISPTR(DECREF(ipp->ipp_type)) &&
176 if (!ISPTR(p->n_type))
521 if (ISPTR(p->n_type) && ISFTN(DECREF(p->n_type))) {
611 if(ISPTR(t))
code.c 142 if (ISPTR(s->stype) && ISFTN(DECREF(s->stype)))
local.c 167 ISPTR(t))
order.c 501 if (ISPTR(narry[stk]->n_type) &&
  /src/external/bsd/pcc/dist/pcc/arch/sparc64/
local2.c 131 if (!ISPTR(p->n_type))
149 if (ISPTR(l->n_type) && l->n_rval == FP)
159 if (ISPTR(l->n_type) && l->n_rval == FP)
169 if (ISPTR(p->n_type))
local.c 60 if (l->n_op == ICON || (ISPTR(p->n_type) && ISPTR(l->n_type))) {
99 if (ISPTR(p->n_type)) {
macdefs.h 110 #define szty(t) ((ISPTR(t) || (t) == DOUBLE || \
  /src/external/cddl/osnet/dist/head/
syms.h 141 #define ISPTR(x) (((x) & N_TMASK) == (DT_PTR << N_BTSHFT))
  /src/external/bsd/pcc/dist/pcc/arch/pdp10/
local.c 166 if (ISPTR(DECREF(p->n_type))) {
167 if (ISPTR(DECREF(l->n_type))) {
177 if (ISPTR(p->n_type) && ISPTR(DECREF(p->n_type)) &&
456 if (!ISPTR(t))
508 if (ISPTR(t) && ((t & TMASK1) == 0))
540 if (ISPTR(DECREF(t)))
local2.c 233 if (!ISPTR(p->n_type))
908 if (ISPTR(p->n_type) &&
909 ISPTR(DECREF(p->n_type))) {
1112 ml == ULONGLONG) && ISPTR(l->n_type)) {
1117 if (ISPTR(DECREF(p->n_type)) &&
1123 if (ISPTR(DECREF(l->n_type)) &&
  /src/external/bsd/pcc/dist/pcc/arch/nova/
macdefs.h 144 ISPTR(p->n_type) ? SBREG : SAREG)
local2.c 134 if (!ISPTR(p->n_type))
551 return ISPTR(t) ? CLASSB : CLASSA;
local.c 261 if (!ISPTR(m)) /* Pointers don't need to be conv'd */
635 if (ISPTR(sp->stype) || sp->stype < LONG)
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
trees.c 268 if (!ISPTR(l->n_type) && !ISPTR(r->n_type)) {
507 if( !ISPTR(l->n_type))uerror("illegal indirection");
614 if (!ISPTR(l->n_type))
1130 if (ISPTR(t1) || ISARY(t1))
1135 if (!ISPTR(q->n_type) && !ISARY(q->n_type)) {
1148 if (ISARY(t1) || ISPTR(t1)) {
1149 if (!ISARY(t2) && !ISPTR(t2))
1217 if (!ISPTR(p->n_type))
1329 if (ISPTR(t)
    [all...]
optim.c 75 while( ISPTR(p->n_type) ){
405 !ISPTR(p->n_left->n_type) && !ISPTR(p->n_right->n_type)) {
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
trees.c 265 if (!ISPTR(l->n_type) && !ISPTR(r->n_type)) {
445 if( !ISPTR(l->n_type))uerror("illegal indirection");
556 if (!ISPTR(l->n_type))
1052 if (ISPTR(t1) || ISARY(t1))
1057 if (!ISPTR(q->n_type) && !ISARY(q->n_type)) {
1070 if (ISARY(t1) || ISPTR(t1)) {
1071 if (!ISARY(t2) && !ISPTR(t2))
1135 if (!ISPTR(p->n_type))
1241 if (ISPTR(t)
    [all...]
  /src/external/bsd/pcc/dist/pcc/arch/arm/
local.c 186 if (!ISPTR(p->n_type)) /* Pointers don't need to be conv'd */
518 !ISPTR(a->n_left->n_type))
553 !ISPTR(a->n_left->n_type) || a->n_right->n_op != TYPE)
  /src/external/bsd/pcc/dist/pcc/arch/vax/
local2.c 160 if (ISPTR(t))
236 if (ISPTR(ts))
478 if (p->n_type < LONG || ISPTR(p->n_type))
697 if( o==OREG && !R2TEST(p->rval) && (p->type==INT || p->type==UNSIGNED || ISPTR(p->type)) )
702 && (p->type==INT || p->type==UNSIGNED || ISPTR(p->type)) )
857 if ( ISPTR(p->n_left->n_type) ) {
  /src/external/bsd/pcc/dist/pcc/mip/
manifest.h 121 #define ISPTR(x) (((x)&TMASK)==PTR)
match.c 202 if (ISPTR(t) && ISFTN(DECREF(t)) && (tword & TFTN)) {
206 if (ISPTR(t) && (tword&TPTRTO)) {
766 if (p->n_op == STASG && ISPTR(l->n_type)) {
  /src/external/gpl3/binutils/dist/include/coff/
internal.h 524 #define ISPTR(x) \
  /src/external/gpl3/binutils.old/dist/include/coff/
internal.h 528 #define ISPTR(x) \
  /src/external/bsd/pcc/dist/pcc/arch/mips/
local.c 268 if (!ISPTR(m)) /* Pointers don't need to be conv'd */
648 !ISPTR(a->n_left->n_type))
683 !ISPTR(a->n_left->n_type) || a->n_right->n_op != TYPE)
  /src/external/bsd/pcc/dist/pcc/arch/powerpc/
local.c 485 if (!ISPTR(m)) /* Pointers don't need to be conv'd */
1179 !ISPTR(a->n_left->n_type))
1215 !ISPTR(a->n_left->n_type) || a->n_right->n_op != TYPE)

Completed in 51 milliseconds

1 2 3