Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dlex.c290 bool statement_code_p[MAX_TREE_CODES]; variable
310 memset (&statement_code_p, 0, sizeof (statement_code_p)); in cxx_init()
312 statement_code_p[stmt_codes[i]] = true; in cxx_init()
H A Dcp-tree.h2018 extern bool statement_code_p[MAX_TREE_CODES];
2020 #define STATEMENT_CODE_P(CODE) statement_code_p[(int) (CODE)]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dlex.cc291 bool statement_code_p[MAX_TREE_CODES]; variable
311 memset (&statement_code_p, 0, sizeof (statement_code_p)); in cxx_init()
313 statement_code_p[stmt_codes[i]] = true; in cxx_init()
H A DChangeLog-20052189 (statement_code_p): Declare.
2191 * lex.c (statement_code_p): Define.
2193 cp_stmt_codes macro. Initialize statement_code_p directly, rather
H A Dcp-tree.h2176 extern bool statement_code_p[MAX_TREE_CODES];
2178 #define STATEMENT_CODE_P(CODE) statement_code_p[(int) (CODE)]
H A DChangeLog-1999556 (statement_code_p): New function.
H A DChangeLog-20001260 * tree.c (statement_code_p): Remove.
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A DChangeLog-200241 (statement_code_p, c_size_in_bytes, s_size_type_node): Remove.
/netbsd-src/external/gpl3/gcc/dist/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-200518953 * c-common.h (statement_code_p): Don't declare.
18956 * 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.