Searched defs:cpp_num (Results 1 – 2 of 2) sorted by relevance
1096 typedef struct cpp_num cpp_num; typedef1097 struct cpp_num struct1099 cpp_num_part high; argument1100 cpp_num_part low; argument1101 bool unsignedp; /* True if value should be treated as unsigned. */1102 bool overflow; /* True if the most recent calculation overflowed. */
1205 typedef struct cpp_num cpp_num; typedef1206 struct cpp_num struct1208 cpp_num_part high; argument1209 cpp_num_part low; argument1210 bool unsignedp; /* True if value should be treated as unsigned. */1211 bool overflow; /* True if the most recent calculation overflowed. */