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