aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-common.h')
-rw-r--r--gcc/c-common.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h
index 1ce21a1..4ab415c1 100644
--- a/gcc/c-common.h
+++ b/gcc/c-common.h
@@ -630,6 +630,10 @@ extern tree strip_array_types PARAMS ((tree));
the given label statement. */
#define LABEL_STMT_LABEL(NODE) TREE_OPERAND (LABEL_STMT_CHECK (NODE), 0)
+/* COMPOUND_LITERAL_EXPR accessor. */
+#define COMPOUND_LITERAL_EXPR_DECL(NODE) \
+ TREE_OPERAND (COMPOUND_LITERAL_EXPR_CHECK (NODE), 0)
+
/* Nonzero if this SCOPE_STMT is for the beginning of a scope. */
#define SCOPE_BEGIN_P(NODE) \
(TREE_LANG_FLAG_0 (SCOPE_STMT_CHECK (NODE)))
@@ -813,6 +817,8 @@ extern rtx c_expand_expr PARAMS ((tree, rtx, enum machine_mode,
extern int c_safe_from_p PARAMS ((rtx, tree));
+extern int c_staticp PARAMS ((tree));
+
extern int c_unsafe_for_reeval PARAMS ((tree));
/* Information recorded about each file examined during compilation. */