Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
Dcpplib.h809 typedef struct cpp_num cpp_num; typedef
810 struct cpp_num struct
812 cpp_num_part high; argument
813 cpp_num_part low; argument
814 bool unsignedp; /* True if value should be treated as unsigned. */
815 bool overflow; /* True if the most recent calculation overflowed. */