Searched refs:stmt (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/SDL2/src/video/psp/ |
A D | SDL_pspgl.c | 35 #define EGLCHK(stmt) \ argument 39 stmt; \
|
A D | SDL_pspvideo.c | 206 #define EGLCHK(stmt) \ argument 210 stmt; \
|
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/ |
A D | duk_config.h | 2681 #define DUK_WO_NORETURN(stmt) do { } while (0) argument 2684 #define DUK_WO_NORETURN(stmt) do { stmt } while (0) argument 2688 #define DUK_WO_UNREACHABLE(stmt) do { } while (0) argument 2695 #define DUK_WO_UNREACHABLE(stmt) do { stmt } while (0) argument
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | grammar.h | 50 DEF_RULE_NC(file_input_3, or(2), tok(NEWLINE), rule(stmt)) 93 DEF_RULE_NC(stmt, or(2), rule(compound_stmt), rule(simple_stmt)) 210 DEF_RULE(suite_block_stmts, c(generic_all_nodes), one_or_more, rule(stmt))
|
/AliOS-Things-master/components/py_engine/engine/tools/ |
A D | uncrustify.cfg | 1950 # into one-liners, as in 'for (...)\n stmt;' => 'for (...) stmt;'. 1954 # them into one-liners, as in 'while (expr)\n stmt;' => 'while (expr) stmt;'. 1972 # adding a newline, as in 'for (...) <here> stmt;'. 1976 # adding a newline, as in 'while (expr) <here> stmt;'. 2220 # 'expr ? stmt : stmt', in wrapped expressions.
|
Completed in 15 milliseconds