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

  /external/clang/lib/StaticAnalyzer/Core/
CheckerHelpers.cpp 82 if (Assign->isAssignmentOp()) {
BugReporterVisitors.cpp 53 assert(B->isAssignmentOp());
497 if (BO->isAssignmentOp())
    [all...]
ExprEngineC.cpp 61 if (!B->isAssignmentOp()) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DirectIvarAssignment.cpp 167 if (!BO->isAssignmentOp())
CheckObjCDealloc.cpp 60 if (BO->isAssignmentOp())
MallocOverflowSecurityChecker.cpp 236 if (E->isAssignmentOp())
DeadStoresChecker.cpp 270 if (!B->isAssignmentOp()) return; // Skip non-assignments.
CheckSecuritySyntaxOnly.cpp 190 if (!(B->isAssignmentOp() || B->isCompoundAssignmentOp() ||
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 425 assert(BinaryOperator::isAssignmentOp(opcode));
    [all...]
SemaExpr.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/AST/
ExprClassification.cpp 519 if (E->isAssignmentOp())
Expr.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Analysis/
LiveVariables.cpp 333 if (B->isAssignmentOp()) {
ThreadSafety.cpp 585 if (!BO->isAssignmentOp())
    [all...]
CFG.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 811 if (op->isAssignmentOp() || op->isPtrMemOp())
    [all...]

Completed in 82 milliseconds