Searched refs:DWunion (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dlibgcc2.c76 const DWunion uu = {.ll = u};
77 const DWunion w = { {.low = -uu.s.low,
299 const DWunion uu = {.ll = u};
300 const DWunion vv = {.ll = v};
314 DWunion w0 = {.ll = (UDWtype) (UWtype) uu.s.low
316 DWunion w1 = {.ll = (UDWtype) (UWtype) uu.s.low
337 DWunion w0 = {.ll = (UDWtype) (UWtype) uu.s.low
339 DWunion w1 = {.ll = (UDWtype) (UWtype) uu.s.high
372 DWunion ww = {.ll = (UDWtype) (UWtype) uu.s.low
387 DWunion w
[all...]
H A Dlibgcc2.h423 } DWunion; typedef in typeref:union:__anon1076
H A Dlonglong.h180 DWunion __w; \
1292 ({DWunion __w; \

Completed in 86 milliseconds