Searched defs:cpp_num (Results 1 – 3 of 3) sorted by relevance
6 typedef struct cpp_num cpp_num; typedef7 struct cpp_num struct16 static cpp_num argument
603 typedef struct cpp_num cpp_num; typedef604 struct cpp_num struct606 cpp_num_part high; argument607 cpp_num_part low; argument608 bool unsignedp; /* True if value should be treated as unsigned. */609 bool overflow; /* True if the most recent calculation overflowed. */
717 typedef struct cpp_num cpp_num; typedef718 struct cpp_num struct720 cpp_num_part high; argument721 cpp_num_part low; argument722 bool unsignedp; /* True if value should be treated as unsigned. */723 bool overflow; /* True if the most recent calculation overflowed. */