Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/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 DChangeLog5704 (statement_code_p): Declare.
5706 * lex.c (statement_code_p): Define.
5708 cp_stmt_codes macro. Initialize statement_code_p directly, rather
H A DChangeLog-1999556 (statement_code_p): New function.
H A DChangeLog-20001260 * tree.c (statement_code_p): Remove.
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dtree-inline.c1597 if (statement_code_p (code) || code == TREE_LIST
1622 if (statement_code_p (code) && !STMT_LINENO_FOR_FN_P (*tp))
1641 if (statement_code_p (code))
1832 || statement_code_p (code))
H A Dc-common.h329 extern int statement_code_p PARAMS ((enum tree_code));
H A Dc-common.c3935 statement_code_p (code) in statement_code_p() function
4002 if (!statement_code_p (TREE_CODE (*tp)))
4016 if (!statement_code_p (code))
4388 if (statement_code_p (TREE_CODE (exp)) && TREE_CHAIN (exp))
H A DChangeLog.48240 (statement_code_p): Add SCOPE_STMT.
9404 (statement_code_p): Likewise.
9410 (statement_code_p): New function.
H A DChangeLog.714023 * c-common.c (statement_code_p): Handle CLEANUP_STMT.
19827 * c-common.c (statement_code_p): It's a statement.
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dtree.c1184 if (!statement_code_p (TREE_CODE (t)))
H A Dpt.c7637 if (!statement_code_p (TREE_CODE (t)))
H A DChangeLog11132 * tree.c (statement_code_p): Remove.
H A DChangeLog.2556 (statement_code_p): New function.