Home
last modified time | relevance | path

Searched defs:cpp_num (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A D20020607-1.c6 typedef struct cpp_num cpp_num; typedef
7 struct cpp_num struct
16 static cpp_num argument
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcpplib.h603 typedef struct cpp_num cpp_num; typedef
604 struct cpp_num struct
606 cpp_num_part high; argument
607 cpp_num_part low; argument
608 bool unsignedp; /* True if value should be treated as unsigned. */
609 bool overflow; /* True if the most recent calculation overflowed. */
/openbsd-src/gnu/gcc/libcpp/include/
H A Dcpplib.h717 typedef struct cpp_num cpp_num; typedef
718 struct cpp_num struct
720 cpp_num_part high; argument
721 cpp_num_part low; argument
722 bool unsignedp; /* True if value should be treated as unsigned. */
723 bool overflow; /* True if the most recent calculation overflowed. */