Searched refs:BuildBinOp (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 8727 Diff = SemaRef.BuildBinOp( in calculateNumIters() 8757 Diff = SemaRef.BuildBinOp( in calculateNumIters() 9085 Diff = SemaRef.BuildBinOp( in buildMinMaxValues() 9094 Diff = SemaRef.BuildBinOp( in buildMinMaxValues() 9153 SemaRef.BuildBinOp(S, DefaultLoc, in buildPreCond() 9938 LastIteration = SemaRef.BuildBinOp( in checkOpenMPLoop() 9956 NumIterations = SemaRef.BuildBinOp( in checkOpenMPLoop() 10133 .BuildBinOp( in checkOpenMPLoop() 10222 DistCond = SemaRef.BuildBinOp( in checkOpenMPLoop() 10264 .BuildBinOp( in checkOpenMPLoop() [all …]
|
| H A D | SemaPseudoObject.cpp | 466 result = S.BuildBinOp(Sc, opcLoc, nonCompound, opLHS.get(), semanticRHS); in buildAssignmentOperation() 517 result = S.BuildBinOp(Sc, opcLoc, BO_Add, result.get(), one); in buildIncDecOperation() 519 result = S.BuildBinOp(Sc, opcLoc, BO_Sub, result.get(), one); in buildIncDecOperation() 901 return S.BuildBinOp(Sc, opcLoc, opcode, result.get(), RHS); in buildAssignmentOperation()
|
| H A D | SemaObjCProperty.cpp | 1535 ExprResult Res = BuildBinOp(S, PropertyDiagLoc, in ActOnPropertyImplDecl()
|
| H A D | SemaExpr.cpp | 16071 return BuildBinOp(S, TokLoc, Opc, LHSExpr, RHSExpr); in ActOnBinOp() 16124 ExprResult Sema::BuildBinOp(Scope *S, SourceLocation OpLoc, in BuildBinOp() function in Sema 20225 return S.BuildBinOp(nullptr, BO->getOperatorLoc(), BO->getOpcode(), in rebuildPotentialResultsAsNonOdrUsed()
|
| H A D | SemaExprCXX.cpp | 5890 ExprResult Result = Self.BuildBinOp(/*S=*/nullptr, KeyLoc, BO_Assign, &Lhs, in EvaluateBinaryTypeTrait()
|
| H A D | TreeTransform.h | 2892 return getSema().BuildBinOp(/*Scope=*/nullptr, OpLoc, Opc, LHS, RHS); in RebuildBinaryOperator()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 6076 ExprResult BuildBinOp(Scope *S, SourceLocation OpLoc,
|