Searched defs:Lhs (Results 1 – 5 of 5) sorted by relevance
47 typedef Matrix<Scalar,M,K> Lhs; Lhs a; a.setRandom(); in bench_prod() typedef
56 static int compareMemory(const char *Lhs, const char *Rhs, size_t Length) { in compareMemory()
892 const RecordIndexElement &Rhs) { return Lhs.Name < Rhs.Name; }); in EmitClangDiagsIndexName()
4032 OpaqueValueExpr Lhs(KeyLoc, LhsT.getNonLValueExprType(Self.Context), in EvaluateBinaryTypeTrait() local
6156 enum ConstantSide { Lhs, Rhs, SizeOfConstSides }; in DiagnoseOutOfRangeComparison() enumerator