OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:while
(Results
1 - 5
of
5
) sorted by null
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mri/
while.s
1
; Test MRI structured
while
pseudo-op.
5
while
<cs> do
9
while
d1 <le> #10 do
define
/external/clang/test/Preprocessor/
macro-reserved.c
18
#define
while
while
macro
24
#undef
while
macro
macro-reserved.cpp
19
#define
while
while
macro
25
#undef
while
macro
cxx_oper_keyword_ms_compat.cpp
102
#define
while
macro
187
while
/ndk/sources/host-tools/nawk-20071023/
awkgram.y
36
int inloop = 0; /* = 1 if in
while
, for, do */
70
%type <p> for if else
while
85
%left REGEXPR VAR VARNF IVAR
WHILE
'('
321
| do {inloop++;} stmt {--inloop;}
WHILE
'(' pattern ')' st
338
|
while
{inloop++;} stmt { --inloop; $$ = stat2(
WHILE
, $1, $3); }
441
while
:
label
442
WHILE
'(' pattern rparen { $$ = notnull($3); }
Completed in 250 milliseconds