Home | History | Annotate | Download | only in priv

Lines Matching defs:u64

124           && e->Iex.Const.con->Ico.U64 == 0ULL;
1957 ULong w64 = e->Iex.Const.con->Ico.U64;
2159 ULong w64 = e->Iex.Binop.arg2->Iex.Const.con->Ico.U64;
2909 union { UInt u32x2[2]; ULong u64; Double f64; } u;
2912 vassert(sizeof(u.u64) == 8);
2920 u.u64 = e->Iex.Const.con->Ico.F64i;