Home
last modified time | relevance | path

Searched defs:Lhs (Results 1 – 8 of 8) sorted by relevance

/external/gemmlowp/internal/
Dkernel.h154 typedef tLhs Lhs; typedef
Dblock_params.h159 enum class Side { Lhs, Rhs }; enumerator
/external/eigen/bench/
Dproduct_threshold.cpp47 typedef Matrix<Scalar,M,K> Lhs; Lhs a; a.setRandom(); in bench_prod() typedef
/external/llvm/include/llvm/ADT/
DStringRef.h58 static int compareMemory(const char *Lhs, const char *Rhs, size_t Length) { in compareMemory()
/external/clang/lib/StaticAnalyzer/Checkers/
DNullabilityChecker.cpp61 Nullability getMostNullable(Nullability Lhs, Nullability Rhs) { in getMostNullable()
230 bool operator==(NullabilityState Lhs, NullabilityState Rhs) { in operator ==()
/external/clang/utils/TableGen/
DClangDiagnosticsEmitter.cpp892 const RecordIndexElement &Rhs) { return Lhs.Name < Rhs.Name; }); in EmitClangDiagsIndexName()
/external/clang/lib/Sema/
DSemaExprCXX.cpp4356 OpaqueValueExpr Lhs(KeyLoc, LhsT.getNonLValueExprType(Self.Context), in EvaluateBinaryTypeTrait() local
DSemaChecking.cpp6648 enum ConstantSide { Lhs, Rhs, SizeOfConstSides }; in DiagnoseOutOfRangeComparison() enumerator