Searched refs:c_begin_compound_stmt (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dc-tree.h578 extern tree c_begin_compound_stmt (bool);
H A Dc-parser.c3370 stmt = c_begin_compound_stmt (true);
3852 tree block = c_begin_compound_stmt (flag_isoc99);
3866 tree block = c_begin_compound_stmt (flag_isoc99);
3896 block = c_begin_compound_stmt (flag_isoc99);
3923 block = c_begin_compound_stmt (flag_isoc99);
3964 block = c_begin_compound_stmt (flag_isoc99);
4003 block = c_begin_compound_stmt (flag_isoc99);
4059 block = c_begin_compound_stmt (flag_isoc99);
7530 block = c_begin_compound_stmt (true);
7669 block = c_begin_compound_stmt (tru
[all...]
H A Dc-typeck.c7500 ret = c_begin_compound_stmt (true);
7716 c_begin_compound_stmt (bool do_scope)
8579 /* Like c_begin_compound_stmt, except force the retention of the BLOCK. */
8587 block = c_begin_compound_stmt (true);
7679 c_begin_compound_stmt (bool do_scope) function

Completed in 91 milliseconds