Home
last modified time | relevance | path

Searched refs:CompLHSTy (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp9239 if (CompLHSTy) *CompLHSTy = compType; in CheckAdditionOperands()
9255 if (CompLHSTy) *CompLHSTy = compType; in CheckAdditionOperands()
9308 if (CompLHSTy) { in CheckAdditionOperands()
9315 *CompLHSTy = LHSTy; in CheckAdditionOperands()
9333 if (CompLHSTy) *CompLHSTy = compType; in CheckSubtractionOperands()
9345 if (CompLHSTy) *CompLHSTy = compType; in CheckSubtractionOperands()
9382 if (CompLHSTy) *CompLHSTy = LHS.get()->getType(); in CheckSubtractionOperands()
9424 if (CompLHSTy) *CompLHSTy = LHS.get()->getType(); in CheckSubtractionOperands()
12392 CompLHSTy = CompResultTy; in CreateBuiltinBinOp()
12398 CompLHSTy = CompResultTy; in CreateBuiltinBinOp()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h9690 BinaryOperatorKind Opc, QualType* CompLHSTy = nullptr);
9693 QualType* CompLHSTy = nullptr);