aboutsummaryrefslogtreecommitdiff
path: root/gcc/hooks.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/hooks.h')
-rw-r--r--gcc/hooks.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/hooks.h b/gcc/hooks.h
index a72f6c88013..26373a36cfa 100644
--- a/gcc/hooks.h
+++ b/gcc/hooks.h
@@ -60,5 +60,12 @@ extern rtx hook_rtx_tree_int_null (tree, int);
extern void * hook_voidp_size_t_null (size_t);
extern bool hook_bool_voidp_size_t_false (void *, size_t);
extern tree hook_tree_tree_identity (tree a);
+extern const char *hook_constcharptr_tree_null (tree);
+/* APPLE LOCAL AltiVec */
+extern bool hook_bool_constcpp_tokenp_false (const struct cpp_token *);
+/* APPLE LOCAL begin constant cfstrings */
+extern tree hook_tree_tree_null (tree);
+extern tree hook_tree_tree_tree_tree_null (tree, tree, tree);
+/* APPLE LOCAL end constant cfstrings */
#endif