Home
last modified time | relevance | path

Searched refs:stmt (Results 1 – 3 of 3) sorted by relevance

/ndk/tests/device/test-stlport_static-exception/jni/
Dcond1.cpp6 #define CI(stmt) try { stmt; abort(); } catch (int) { } argument
/ndk/tests/device/test-stlport_shared-exception/jni/
Dcond1.cpp6 #define CI(stmt) try { stmt; abort(); } catch (int) { } argument
/ndk/sources/host-tools/nawk-20071023/
Dawkgram.y68 %type <p> simple_stmt opt_simple_stmt stmt stmtlist
124 FOR '(' opt_simple_stmt ';' opt_nl pattern ';' opt_nl opt_simple_stmt rparen {inloop++;} stmt
126 | FOR '(' opt_simple_stmt ';' ';' opt_nl opt_simple_stmt rparen {inloop++;} stmt
128 | FOR '(' varname IN varname rparen {inloop++;} stmt
316 stmt:
321 | do {inloop++;} stmt {--inloop;} WHILE '(' pattern ')' st
326 | if stmt else stmt { $$ = stat3(IF, $1, $2, $4); }
327 | if stmt { $$ = stat3(IF, $1, $2, NIL); }
338 | while {inloop++;} stmt { --inloop; $$ = stat2(WHILE, $1, $3); }
343 stmt
[all …]