Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DUndefinedAssignmentChecker.cpp74 if (B->isCompoundAssignmentOp()) { in checkBind()
H A DDeadStoresChecker.cpp293 if (B->isCompoundAssignmentOp()) in isIncrement()
H A DCheckSecuritySyntaxOnly.cpp233 if (!(B->isAssignmentOp() || B->isCompoundAssignmentOp() || in getIncrementedVar()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DUninitializedValues.cpp383 if (BO->isCompoundAssignmentOp()) in VisitBinaryOperator()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExpr.h3954 static bool isCompoundAssignmentOp(Opcode Opc) { in isCompoundAssignmentOp() function
3957 bool isCompoundAssignmentOp() const { in isCompoundAssignmentOp() function
3958 return isCompoundAssignmentOp(getOpcode()); in isCompoundAssignmentOp()
3961 assert(isCompoundAssignmentOp(Opc)); in getOpForCompoundAssignment()
4078 assert(isCompoundAssignmentOp() && in CompoundAssignOperator()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp113 assert (B->isCompoundAssignmentOp()); in VisitBinaryOperator()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExpr.cpp4597 assert(!isCompoundAssignmentOp() && in BinaryOperator()
4614 assert(isCompoundAssignmentOp() && in BinaryOperator()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprScalar.cpp1578 if (BinaryOperator::isCompoundAssignmentOp(Opcode)) in EmitBinOpCheck()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprCXX.cpp8107 IsCompoundAssign = BO->isCompoundAssignmentOp(); in MaybeDecrementCount()
H A DSemaOverload.cpp13838 if (BinaryOperator::isCompoundAssignmentOp(Opc)) in CreateOverloadedBinOp()
H A DTreeTransform.h11354 if (E->isCompoundAssignmentOp()) in TransformBinaryOperator()
H A DSemaDeclCXX.cpp3922 if (E->isCompoundAssignmentOp()) { in VisitBinaryOperator()
H A DSemaDecl.cpp12476 if (E->isCompoundAssignmentOp()) { in VisitBinaryOperator()
H A DSemaExpr.cpp15735 if (BinaryOperator::isCompoundAssignmentOp(Opc)) in BuildBinOp()