Searched refs:isCompoundAssignmentOp (Results 1 - 7 of 7) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DUndefinedAssignmentChecker.cpp64 if (B->isCompoundAssignmentOp()) {
H A DDeadStoresChecker.cpp236 if (B->isCompoundAssignmentOp())
H A DCheckSecuritySyntaxOnly.cpp190 if (!(B->isAssignmentOp() || B->isCompoundAssignmentOp() ||
/external/clang/include/clang/AST/
H A DExpr.h2943 assert(!isCompoundAssignmentOp() &&
3039 static bool isCompoundAssignmentOp(Opcode Opc) { function in class:clang::StringLiteral::OffsetOfExpr::BinaryOperator
3042 bool isCompoundAssignmentOp() const { function in class:clang::StringLiteral::OffsetOfExpr::BinaryOperator
3043 return isCompoundAssignmentOp(getOpcode());
3046 assert(isCompoundAssignmentOp(Opc));
3116 assert(isCompoundAssignmentOp() &&
/external/clang/lib/Analysis/
H A DUninitializedValues.cpp390 if (BO->isCompoundAssignmentOp())
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp104 assert (B->isCompoundAssignmentOp());
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp846 if (BinaryOperator::isCompoundAssignmentOp(Opcode))

Completed in 172 milliseconds