HomeSort by: relevance | last modified time | path
    Searched refs:RECURSE (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/objcp/
objcp-lang.cc 55 #define RECURSE(NODE) \
64 (RECURSE (TREE_OPERAND (t, 0)),
66 RECURSE (TREE_OPERAND (t, 2)), NULL);
74 ident = RECURSE (ident);
85 #undef RECURSE
  /src/external/gpl3/gcc.old/dist/gcc/objcp/
objcp-lang.cc 56 #define RECURSE(NODE) \
67 (RECURSE (TREE_OPERAND (t, 0)),
69 RECURSE (TREE_OPERAND (t, 2)), NULL);
73 (RECURSE (TREE_OPERAND (t, 0)));
82 #undef RECURSE
  /src/external/gpl2/xcvs/dist/diff/
libdiff.mak 36 !IF "$(RECURSE)" == "0"
46 !IF "$(RECURSE)" == "1"
139 !IF "$(RECURSE)" == "0"
149 !IF "$(RECURSE)" == "1"
321 $(MAKE) /$(MAKEFLAGS) /F ".\libcvs.mak" CFG="libcvs - Win32 Release" RECURSE=1 CLEAN
333 $(MAKE) /$(MAKEFLAGS) /F ".\libcvs.mak" CFG="libcvs - Win32 Debug" RECURSE=1 CLEAN
  /src/external/ibm-public/postfix/dist/src/postsuper/
postsuper.c 431 #define RECURSE (1<<0) /* step into subdirectories */
436 MAIL_QUEUE_INCOMING, MAIL_QUEUE_STAT_READY, RECURSE,
437 MAIL_QUEUE_ACTIVE, MAIL_QUEUE_STAT_READY, RECURSE,
438 MAIL_QUEUE_DEFERRED, MAIL_QUEUE_STAT_READY, RECURSE,
439 MAIL_QUEUE_HOLD, MAIL_QUEUE_STAT_READY, RECURSE,
440 MAIL_QUEUE_TRACE, 0600, RECURSE,
441 MAIL_QUEUE_DEFER, 0600, RECURSE,
442 MAIL_QUEUE_BOUNCE, 0600, RECURSE,
443 MAIL_QUEUE_FLUSH, 0600, RECURSE,
958 if (wanted_depth > 0 && (qp->flags & RECURSE) == 0
    [all...]
  /src/external/gpl3/gcc/dist/gcc/jit/docs/examples/tut04-toyvm/
toyvm.c 49 RECURSE,
66 "RECURSE",
204 else if (LINE_MATCHES ("RECURSE\n"))
205 add_op (fn, RECURSE, 0, linenum);
352 case RECURSE:
691 case RECURSE:
toyvm.cc 65 RECURSE,
82 "RECURSE",
262 else if (LINE_MATCHES ("RECURSE\n"))
263 fn->add_op (RECURSE, 0, linenum);
410 case RECURSE:
750 case RECURSE:
  /src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/tut04-toyvm/
toyvm.c 49 RECURSE,
66 "RECURSE",
204 else if (LINE_MATCHES ("RECURSE\n"))
205 add_op (fn, RECURSE, 0, linenum);
352 case RECURSE:
691 case RECURSE:
toyvm.cc 65 RECURSE,
82 "RECURSE",
262 else if (LINE_MATCHES ("RECURSE\n"))
263 fn->add_op (RECURSE, 0, linenum);
410 case RECURSE:
750 case RECURSE:
  /src/crypto/external/bsd/heimdal/dist/windows/
NTMakefile.w32 108 RMAKE=nmake /nologo /f NTMakefile RECURSE=1
245 !ifndef RECURSE
303 !endif # RECURSE
411 # If SUBDIRS is defined, we should recurse into the subdirectories
  /src/external/gpl3/gcc/dist/gcc/
fold-const.cc 11051 /* If the bases are array references as well, recurse. If the bases
13396 a COND, which will recurse. In that case, the COND_EXPR
14567 /* If the multiplication can wrap we cannot recurse further unless
14619 /* If the addition or subtraction can wrap we cannot recurse further
15006 _Pragma ("GCC error \"Use RECURSE for recursive calls\"") 0
15008 #define RECURSE(X) \
15054 return RECURSE (op0);
15064 return RECURSE (op0);
15069 return RECURSE (op0);
15075 return RECURSE (op0)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
fold-const.cc 10620 /* If the bases are array references as well, recurse. If the bases
13018 a COND, which will recurse. In that case, the COND_EXPR
14189 /* If the multiplication can wrap we cannot recurse further unless
14241 /* If the addition or subtraction can wrap we cannot recurse further
14618 _Pragma ("GCC error \"Use RECURSE for recursive calls\"") 0
14620 #define RECURSE(X) \
14665 return RECURSE (op0);
14675 return RECURSE (op0);
14680 return RECURSE (op0);
14686 return RECURSE (op0)
    [all...]

Completed in 53 milliseconds