Searched refs:statement_code_p (Results 1 – 10 of 10) sorted by relevance
344 bool statement_code_p[MAX_TREE_CODES]; variable362 memset (&statement_code_p, 0, sizeof (statement_code_p)); in cxx_init()364 statement_code_p[stmt_codes[i]] = true; in cxx_init()
854 extern bool statement_code_p[MAX_TREE_CODES];856 #define STATEMENT_CODE_P(CODE) statement_code_p[(int) (CODE)]
5773 (statement_code_p): Declare.5775 * lex.c (statement_code_p): Define.5777 cp_stmt_codes macro. Initialize statement_code_p directly, rather
1260 * tree.c (statement_code_p): Remove.
556 (statement_code_p): New function.
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.
18954 * c-common.h (statement_code_p): Don't declare.18957 * 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.