Home
last modified time | relevance | path

Searched refs:statement_code_p (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/gcc/cp/
H A Dlex.c344 bool statement_code_p[MAX_TREE_CODES]; variable
362 memset (&statement_code_p, 0, sizeof (statement_code_p)); in cxx_init()
364 statement_code_p[stmt_codes[i]] = true; in cxx_init()
H A Dcp-tree.h854 extern bool statement_code_p[MAX_TREE_CODES];
856 #define STATEMENT_CODE_P(CODE) statement_code_p[(int) (CODE)]
H A DChangeLog5773 (statement_code_p): Declare.
5775 * lex.c (statement_code_p): Define.
5777 cp_stmt_codes macro. Initialize statement_code_p directly, rather
H A DChangeLog-20001260 * tree.c (statement_code_p): Remove.
H A DChangeLog-1999556 (statement_code_p): New function.
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200327301 (statement_code_p): Ditto.
27303 (statement_code_p): New extern declaration.
27306 * c-common.c (statement_code_p): Kill the function, declare
27309 (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.
H A DChangeLog.tree-ssa15372 (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.
H A DChangeLog-20008246 (statement_code_p): Add SCOPE_STMT.
9410 (statement_code_p): Likewise.
9416 (statement_code_p): New function.
H A DChangeLog-200518954 * c-common.h (statement_code_p): Don't declare.
18957 * c-common.c (statement_code_p): Don't define.
H A DChangeLog-200228470 * c-common.c (statement_code_p): Handle CLEANUP_STMT.
34274 * c-common.c (statement_code_p): It's a statement.