Searched refs:lit (Results 1 – 2 of 2) sorted by relevance
408 auto lit = lhs.begin();410 for (; lit != lhs.end() && rit != rhs.end(); ++lit, ++rit) {411 if (*lit != *rit) {415 return lit == lhs.end() && rit == rhs.end();
129 VIXLInt32Literal *lit = new VIXLInt32Literal(0, vixl32::RawLiteral::kManuallyPlaced); in JumpTableARMVIXL() local130 bb_addresses_.emplace_back(lit); in JumpTableARMVIXL()