Home
last modified time | relevance | path

Searched refs:BITSIZETYPE (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dtree.h2551 BITSIZETYPE, /* Normal representation of sizes in bits. */ enumerator
2559 #define bitsizetype sizetype_tab[(int) BITSIZETYPE]
2574 #define bitsize_int(L) size_int_wide ((HOST_WIDE_INT) (L), BITSIZETYPE)
/openbsd/gnu/gcc/gcc/
H A Dtree.h3894 BITSIZETYPE, /* Normal representation of sizes in bits. */ enumerator
3901 #define bitsizetype sizetype_tab[(int) BITSIZETYPE]
3911 #define bitsize_int(L) size_int_kind (L, BITSIZETYPE)