Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-decl.c108 static GTY(()) struct stmt_tree_s c_stmt_tree; variable
6875 p->base.x_stmt_tree = c_stmt_tree;
6912 c_stmt_tree = p->base.x_stmt_tree;
6965 return &c_stmt_tree; in current_stmt_tree()
H A DChangeLog.48248 * c-decl.c (c_stmt_tree): New variable
/openbsd-src/gnu/gcc/gcc/
H A Dc-decl.c122 static GTY(()) struct stmt_tree_s c_stmt_tree; variable
6958 p->base.x_stmt_tree = c_stmt_tree; in c_push_function_context()
6987 c_stmt_tree = p->base.x_stmt_tree; in c_pop_function_context()
7028 return &c_stmt_tree; in current_stmt_tree()