Searched refs:BuildBinOp (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 8492 Diff = SemaRef.BuildBinOp( in calculateNumIters() 8522 Diff = SemaRef.BuildBinOp( in calculateNumIters() 8838 Diff = SemaRef.BuildBinOp( in buildMinMaxValues() 8847 Diff = SemaRef.BuildBinOp( in buildMinMaxValues() 9640 LastIteration = SemaRef.BuildBinOp( in checkOpenMPLoop() 9658 NumIterations = SemaRef.BuildBinOp( in checkOpenMPLoop() 9835 .BuildBinOp( in checkOpenMPLoop() 9924 DistCond = SemaRef.BuildBinOp( in checkOpenMPLoop() 9966 .BuildBinOp( in checkOpenMPLoop() 19840 Final = SemaRef.BuildBinOp( in FinishOpenMPLinearClause() [all …]
|
| H A D | SemaPseudoObject.cpp | 461 result = S.BuildBinOp(Sc, opcLoc, nonCompound, opLHS.get(), semanticRHS); in buildAssignmentOperation() 512 result = S.BuildBinOp(Sc, opcLoc, BO_Add, result.get(), one); in buildIncDecOperation() 514 result = S.BuildBinOp(Sc, opcLoc, BO_Sub, result.get(), one); in buildIncDecOperation() 896 return S.BuildBinOp(Sc, opcLoc, opcode, result.get(), RHS); in buildAssignmentOperation()
|
| H A D | SemaObjCProperty.cpp | 1536 ExprResult Res = BuildBinOp(S, PropertyDiagLoc, in ActOnPropertyImplDecl()
|
| H A D | SemaExpr.cpp | 15324 return BuildBinOp(S, TokLoc, Opc, LHSExpr, RHSExpr); in ActOnBinOp() 15368 ExprResult Sema::BuildBinOp(Scope *S, SourceLocation OpLoc, in BuildBinOp() function in Sema 19190 return S.BuildBinOp(nullptr, BO->getOperatorLoc(), BO->getOpcode(), in rebuildPotentialResultsAsNonOdrUsed()
|
| H A D | SemaExprCXX.cpp | 5651 ExprResult Result = Self.BuildBinOp(/*S=*/nullptr, KeyLoc, BO_Assign, &Lhs, in EvaluateBinaryTypeTrait()
|
| H A D | TreeTransform.h | 2731 return getSema().BuildBinOp(/*Scope=*/nullptr, OpLoc, Opc, LHS, RHS); in RebuildBinaryOperator()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 5779 ExprResult BuildBinOp(Scope *S, SourceLocation OpLoc,
|