Searched refs:statement_code_p (Results 1 – 13 of 13) sorted by relevance
290 bool statement_code_p[MAX_TREE_CODES]; variable310 memset (&statement_code_p, 0, sizeof (statement_code_p)); in cxx_init()312 statement_code_p[stmt_codes[i]] = true; in cxx_init()
2018 extern bool statement_code_p[MAX_TREE_CODES];2020 #define STATEMENT_CODE_P(CODE) statement_code_p[(int) (CODE)]
291 bool statement_code_p[MAX_TREE_CODES]; variable311 memset (&statement_code_p, 0, sizeof (statement_code_p)); in cxx_init()313 statement_code_p[stmt_codes[i]] = true; in cxx_init()
2189 (statement_code_p): Declare.2191 * lex.c (statement_code_p): Define.2193 cp_stmt_codes macro. Initialize statement_code_p directly, rather
2176 extern bool statement_code_p[MAX_TREE_CODES];2178 #define STATEMENT_CODE_P(CODE) statement_code_p[(int) (CODE)]
556 (statement_code_p): New function.
1260 * tree.c (statement_code_p): Remove.
41 (statement_code_p, c_size_in_bytes, s_size_type_node): Remove.
27301 (statement_code_p): Ditto.27303 (statement_code_p): New extern declaration.27306 * c-common.c (statement_code_p): Kill the function, declare27309 (walk_stmt_tree): Use STATEMENT_CODE_P not statement_code_p.27312 to initialize the statement_code_p array.27314 statement_code_p.27319 INIT_STATEMENT_CODES to initialize the statement_code_p array.27321 instead of statement_code_p.
15372 (find_expr_in_tree_helper): Don't call statement_code_p.15455 (add_phi_node): Don't call statement_code_p.16994 * c-simplify.c (c_simplify_expr): Check statement_code_p.
8246 (statement_code_p): Add SCOPE_STMT.9410 (statement_code_p): Likewise.9416 (statement_code_p): New function.
18953 * c-common.h (statement_code_p): Don't declare.18956 * c-common.c (statement_code_p): Don't define.
28470 * c-common.c (statement_code_p): Handle CLEANUP_STMT.34274 * c-common.c (statement_code_p): It's a statement.