Searched refs:Wtype (Results 1 – 10 of 10) sorted by relevance
54 #define Wtype DItype macro69 #define Wtype SItype macro84 #define Wtype HItype macro99 #define Wtype QItype macro117 struct DWstruct {Wtype high, low;};119 struct DWstruct {Wtype low, high;};
21 typedef long Wtype; typedef24 struct DWstruct { Wtype low, high;};57 const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b; in __ashldi3()83 const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b; in __ashrdi3()89 w.s.high = uu.s.high >> (sizeof (Wtype) * BITS_PER_UNIT - 1); in __ashrdi3()110 const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b; in __lshrdi3()
16 gl_WARN_ADD([-Wtype-limits])
90 -Wtype-limits \
258 -Wtype-limits \
611 check_add_cflags -Wtype-limits
265 add_compiler_flag_if_supported("-Wtype-limits")
94 …rototypes -Wdeclaration-after-statement -Wstrict-aliasing=3 -Wcast-align -Wtype-limits -Wold-style…
1039 tmp_CFLAGS="$tmp_CFLAGS -Wtype-limits -Wold-style-declaration"
22444 -Wold-style-definition -Wsign-compare -Wtype-limits -Wwrite-strings -O222452 cc1: error: unrecognized command line option "-Wtype-limits"28197 -Wold-style-definition, -Wtype-limits.28212 tests/xgetrlimit.c: fix a warning reported by -Wtype-limits.