Searched defs:cpp_num (Results 1 – 1 of 1) sorted by relevance
730 typedef struct cpp_num cpp_num; typedef731 struct cpp_num struct733 cpp_num_part high; argument734 cpp_num_part low; argument735 bool unsignedp; /* True if value should be treated as unsigned. */736 bool overflow; /* True if the most recent calculation overflowed. */