|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/include/clang/Sema/Sema.h10458 QualType CheckVectorOperands(ExprResult &LHS, ExprResult &RHS,
References
tools/clang/lib/Sema/SemaExpr.cpp 7296 QualType VecResTy = S.CheckVectorOperands(LHS, RHS, QuestionLoc,
7362 return CheckVectorOperands(LHS, RHS, QuestionLoc, /*isCompAssign*/false,
9275 return CheckVectorOperands(LHS, RHS, Loc, IsCompAssign,
9301 return CheckVectorOperands(LHS, RHS, Loc, IsCompAssign,
9588 QualType compType = CheckVectorOperands(
9682 QualType compType = CheckVectorOperands(
11134 QualType vType = CheckVectorOperands(LHS, RHS, Loc, /*isCompAssign*/false,
11282 QualType vType = CheckVectorOperands(LHS, RHS, Loc, false,
11312 return CheckVectorOperands(LHS, RHS, Loc, IsCompAssign,
tools/clang/lib/Sema/SemaExprCXX.cpp 5971 return CheckVectorOperands(LHS, RHS, QuestionLoc, /*isCompAssign*/false,