summaryrefslogtreecommitdiff
path: root/gcc/ubsan.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ubsan.h')
-rw-r--r--gcc/ubsan.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ubsan.h b/gcc/ubsan.h
index 666e5fe15ab..fa7698509c4 100644
--- a/gcc/ubsan.h
+++ b/gcc/ubsan.h
@@ -41,8 +41,9 @@ extern tree ubsan_instrument_unreachable (location_t);
extern tree ubsan_create_data (const char *, location_t,
const struct ubsan_mismatch_data *, ...);
extern tree ubsan_type_descriptor (tree, bool);
-extern tree ubsan_encode_value (tree);
+extern tree ubsan_encode_value (tree, bool = false);
extern bool is_ubsan_builtin_p (tree);
+extern tree ubsan_build_overflow_builtin (tree_code, location_t, tree, tree, tree);
#endif /* GCC_UBSAN_H */