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
62 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()
3886 OpaqueValueExpr Lhs(KeyLoc, LhsT.getNonLValueExprType(Self.Context), in EvaluateBinaryTypeTrait() local
5452 enum ConstantSide { Lhs, Rhs, SizeOfConstSides }; in DiagnoseOutOfRangeComparison() enumerator