Home
last modified time | relevance | path

Searched defs:statement (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dparse.h47 struct statement { struct
48 enum statement_type type; argument
50 struct statement *parent; argument
65 struct statement *if_true; argument
H A Dexpression.h182 struct statement *statement; member
H A Dshow-parse.c656 struct statement *statement = stmt->iterator_statement; in show_statement() local
H A Dsymbol.h124 struct token *(*statement)(struct token *token, struct statement *stmt); member
H A Dcompile-i386.c1915 struct statement *statement = stmt->iterator_statement; in emit_loop() local
H A Dlinearize.c2269 struct statement *statement = stmt->iterator_statement; in linearize_iterator() local
H A Dparse.c2517 static struct token *statement(struct token *token, struct statement **tree) in statement() function
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk3.c1945 register NODE *statement; in s_forin() local
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlparser.c1528 static void statement (LexState *ls) { in statement() function