Searched defs:cpp_num (Results 1 – 1 of 1) sorted by relevance
809 typedef struct cpp_num cpp_num; typedef810 struct cpp_num struct812 cpp_num_part high; argument813 cpp_num_part low; argument814 bool unsignedp; /* True if value should be treated as unsigned. */815 bool overflow; /* True if the most recent calculation overflowed. */