Searched refs:BuildBinOp (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 7959 Diff = SemaRef.BuildBinOp( in calculateNumIters() 7989 Diff = SemaRef.BuildBinOp( in calculateNumIters() 8305 Diff = SemaRef.BuildBinOp( in buildMinMaxValues() 8314 Diff = SemaRef.BuildBinOp( in buildMinMaxValues() 8371 SemaRef.BuildBinOp(S, DefaultLoc, in buildPreCond() 9110 LastIteration = SemaRef.BuildBinOp( in checkOpenMPLoop() 9128 NumIterations = SemaRef.BuildBinOp( in checkOpenMPLoop() 9301 .BuildBinOp( in checkOpenMPLoop() 9389 DistCond = SemaRef.BuildBinOp( in checkOpenMPLoop() 9431 .BuildBinOp( in checkOpenMPLoop() [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 | 14564 return BuildBinOp(S, TokLoc, Opc, LHSExpr, RHSExpr); in ActOnBinOp() 14608 ExprResult Sema::BuildBinOp(Scope *S, SourceLocation OpLoc, in BuildBinOp() function in Sema 18295 return S.BuildBinOp(nullptr, BO->getOperatorLoc(), BO->getOpcode(), in rebuildPotentialResultsAsNonOdrUsed()
|
| H A D | SemaExprCXX.cpp | 5548 ExprResult Result = Self.BuildBinOp(/*S=*/nullptr, KeyLoc, BO_Assign, &Lhs, in EvaluateBinaryTypeTrait()
|
| H A D | TreeTransform.h | 2669 return getSema().BuildBinOp(/*Scope=*/nullptr, OpLoc, Opc, LHS, RHS); in RebuildBinaryOperator()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 5498 ExprResult BuildBinOp(Scope *S, SourceLocation OpLoc,
|