HomeSort by relevance Sort by last modified time
    Searched refs:isAssignmentOp (Results 1 - 16 of 16) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 80 if (BO->isAssignmentOp())
DereferenceChecker.cpp 103 if (BO->isAssignmentOp())
DeadStoresChecker.cpp 264 if (!B->isAssignmentOp()) return; // Skip non-assignments.
CheckSecuritySyntaxOnly.cpp 187 if (!(B->isAssignmentOp() || B->isCompoundAssignmentOp() ||
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 55 assert(B->isAssignmentOp());
295 if (BO->isAssignmentOp())
812 if (BinaryOperator::isAssignmentOp(Op)) {
    [all...]
ExprEngineC.cpp 59 if (!B->isAssignmentOp()) {
    [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 342 assert(BinaryOperator::isAssignmentOp(opcode));
742 assert(BinaryOperator::isAssignmentOp(opcode));
840 assert(BinaryOperator::isAssignmentOp(opcode));
    [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/AST/
ExprClassification.cpp 500 if (E->isAssignmentOp())
Expr.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Analysis/
LiveVariables.cpp 340 if (B->isAssignmentOp()) {
CFG.cpp     [all...]
ThreadSafety.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 711 if (op->isAssignmentOp() || op->isPtrMemOp())
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]

Completed in 859 milliseconds