HomeSort by relevance Sort by last modified time
    Searched refs:IgnoreParens (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/clang/lib/StaticAnalyzer/Checkers/
CheckSizeofPointer.cpp 60 if (!isa<DeclRefExpr>(ArgEx->IgnoreParens()))
DereferenceChecker.cpp 136 AddDerefSource(os, Ranges, U->getSubExpr()->IgnoreParens(),
CallAndMessageChecker.cpp 226 const Expr *Callee = CE->getCallee()->IgnoreParens();
GenericTaintChecker.cpp 430 SVal AddrVal = State->getSVal(Arg->IgnoreParens(), C.getLocationContext());
  /external/clang/lib/Analysis/
LiveVariables.cpp 249 S = Ex->IgnoreParens();
322 child = child->IgnoreParens();
355 Expr *LHS = B->getLHS()->IgnoreParens();
410 else if ((DR = dyn_cast<DeclRefExpr>(cast<Expr>(element)->IgnoreParens()))) {
433 val.liveStmts = LV.SSetFact.add(val.liveStmts, subEx->IgnoreParens());
454 if (DeclRefExpr *DR = dyn_cast<DeclRefExpr>(UO->getSubExpr()->IgnoreParens()))
543 dyn_cast<DeclRefExpr>(BO->getLHS()->IgnoreParens())) {
AnalysisDeclContext.cpp 145 stmt = e->IgnoreParens();
153 stmt = e->IgnoreParens();
CFG.cpp 453 // All block-level expressions should have already been IgnoreParens()ed.
454 assert(!isa<Expr>(S) || cast<Expr>(S)->IgnoreParens() == S);
775 Init = Init->IgnoreParens();
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 26 Expr *LHS = B->getLHS()->IgnoreParens();
27 Expr *RHS = B->getRHS()->IgnoreParens();
661 ValEx = ValEx->IgnoreParens();
670 if (ValEx == L->IgnoreParens() || ValEx == R->IgnoreParens()) {
751 const Expr *Ex = U->getSubExpr()->IgnoreParens();
769 const Expr *Ex = U->getSubExpr()->IgnoreParens();
796 const Expr *Ex = U->getSubExpr()->IgnoreParens();
808 const Expr *Ex = U->getSubExpr()->IgnoreParens();
865 const Expr *Ex = U->getSubExpr()->IgnoreParens();
    [all...]
Environment.cpp 25 E = E->IgnoreParens();
ExprEngine.cpp 197 const Expr *Inner = Ex->IgnoreParens();
206 Inner = CE->getSubExpr()->IgnoreParens();
614 assert(!isa<Expr>(S) || S == cast<Expr>(S)->IgnoreParens());
    [all...]
ProgramState.cpp 674 S = E->IgnoreParens();
709 S = E->IgnoreParens();
ExprEngineCXX.cpp 29 const Expr *tempExpr = ME->GetTemporaryExpr()->IgnoreParens();
SValBuilder.cpp 228 E = E->IgnoreParens();
  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 155 E = E->IgnoreParens();
201 dyn_cast<ObjCPropertyRefExpr>(BO->getLHS()->IgnoreParens());
  /external/clang/lib/AST/
ExprClassification.cpp 227 const Expr *Op = cast<UnaryOperator>(E)->getSubExpr()->IgnoreParens();
460 Expr *Base = E->getBase()->IgnoreParens();
568 dyn_cast<ExplicitCastExpr>(E->IgnoreParens())) {
Expr.cpp 58 E = E->IgnoreParens();
143 const Expr *E = IgnoreParens();
    [all...]
Comment.cpp 242 TL = TL.IgnoreParens();
ASTDiagnostic.cpp     [all...]
ExprCXX.cpp 476 const Expr *Callee = getCallee()->IgnoreParens();
489 dyn_cast<MemberExpr>(getCallee()->IgnoreParens()))
    [all...]
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 535 op = op->IgnoreParens();
762 E = E->IgnoreParens();
    [all...]
CGExprCXX.cpp 170 const Expr *callee = CE->getCallee()->IgnoreParens();
324 cast<BinaryOperator>(E->getCallee()->IgnoreParens());
    [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 59 // IgnoreParens would.
655 refE = dyn_cast<ObjCPropertyRefExpr>(syntacticBase->IgnoreParens()))
    [all...]
SemaExceptionSpec.cpp 274 TypeLoc TL = TSInfo->getTypeLoc().IgnoreParens();
    [all...]
SemaExprCXX.cpp 556 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(Ex->IgnoreParens()))
    [all...]
  /external/clang/include/clang/AST/
TypeLoc.h 149 TypeLoc IgnoreParens() const;
971 inline TypeLoc TypeLoc::IgnoreParens() const {
    [all...]

Completed in 335 milliseconds

1 2 3