From 101d5ad1f3e864f3b6442b6063151ffb47178099 Mon Sep 17 00:00:00 2001 From: katherine Date: Thu, 23 May 2019 03:23:59 -0700 Subject: add basetype-use-checks to analyse --- src/analyse.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/analyse.h') diff --git a/src/analyse.h b/src/analyse.h index 8e21db7..19f1b96 100644 --- a/src/analyse.h +++ b/src/analyse.h @@ -18,6 +18,18 @@ struct analyse_tree_s { }; struct analyse_result_s { + bool uses_bool; + bool uses_string; + bool uses_id; + bool uses_int; + bool uses_intl; + bool uses_intll; + bool uses_uint; + bool uses_uintl; + bool uses_uintll; + bool uses_float; + bool uses_double; + bool uses_doublel; struct analyse_tree_s deftype_tree; struct analyse_tree_s var_tree; }; -- cgit v1.2.3