Home
last modified time | relevance | path

Searched refs:isCompoundAssignmentOp (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUndefinedAssignmentChecker.cpp67 if (B->isCompoundAssignmentOp()) { in checkBind()
H A DDeadStoresChecker.cpp292 if (B->isCompoundAssignmentOp()) in isIncrement()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp159 if (S->isCompoundAssignmentOp()) in VisitBinaryOperator()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp394 if (BO->isCompoundAssignmentOp()) in VisitBinaryOperator()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4107 static bool isCompoundAssignmentOp(Opcode Opc) { in isCompoundAssignmentOp() function
4110 bool isCompoundAssignmentOp() const { in isCompoundAssignmentOp() function
4111 return isCompoundAssignmentOp(getOpcode()); in isCompoundAssignmentOp()
4114 assert(isCompoundAssignmentOp(Opc)); in getOpForCompoundAssignment()
4245 assert(isCompoundAssignmentOp() && in CompoundAssignOperator()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp116 assert (B->isCompoundAssignmentOp()); in VisitBinaryOperator()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp1362 if (!Initializing && !E->isCompoundAssignmentOp()) { in VisitVectorBinOp()
1373 auto Op = E->isCompoundAssignmentOp() in VisitVectorBinOp()
1397 if (E->isCompoundAssignmentOp() && !this->emitGetLocal(PT_Ptr, LHSOffset, E)) in VisitVectorBinOp()
1536 if (DiscardResult && E->isCompoundAssignmentOp() && !this->emitPopPtr(E)) in VisitVectorBinOp()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4856 assert(!isCompoundAssignmentOp() && in BinaryOperator()
4876 assert(isCompoundAssignmentOp() && in BinaryOperator()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp1818 if (BinaryOperator::isCompoundAssignmentOp(Opcode)) in EmitBinOpCheck()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp7420 IsCompoundAssign = BO->isCompoundAssignmentOp(); in MaybeDecrementCount()
H A DSemaOverload.cpp15258 if (BinaryOperator::isCompoundAssignmentOp(Opc)) in CreateOverloadedBinOp()
H A DTreeTransform.h13543 if (E->isCompoundAssignmentOp()) in TransformBinaryOperator()
H A DSemaDeclCXX.cpp4030 if (E->isCompoundAssignmentOp()) { in VisitBinaryOperator()
H A DSemaDecl.cpp12939 if (E->isCompoundAssignmentOp()) { in VisitBinaryOperator()
H A DSemaExpr.cpp15593 if (BinaryOperator::isCompoundAssignmentOp(Opc)) in BuildBinOp()