Searched refs:IgnoreParens (Results 1 - 25 of 60) sorted by relevance

123

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSizeofPointer.cpp60 if (!isa<DeclRefExpr>(ArgEx->IgnoreParens()))
H A DDereferenceChecker.cpp136 AddDerefSource(os, Ranges, U->getSubExpr()->IgnoreParens(),
H A DCallAndMessageChecker.cpp230 const Expr *Callee = CE->getCallee()->IgnoreParens();
H A DGenericTaintChecker.cpp430 SVal AddrVal = State->getSVal(Arg->IgnoreParens(), C.getLocationContext());
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DLiveVariables.cpp248 S = Ex->IgnoreParens();
321 child = child->IgnoreParens();
354 Expr *LHS = B->getLHS()->IgnoreParens();
409 else if ((DR = dyn_cast<DeclRefExpr>(cast<Expr>(element)->IgnoreParens()))) {
432 val.liveStmts = LV.SSetFact.add(val.liveStmts, subEx->IgnoreParens());
453 if (DeclRefExpr *DR = dyn_cast<DeclRefExpr>(UO->getSubExpr()->IgnoreParens()))
542 dyn_cast<DeclRefExpr>(BO->getLHS()->IgnoreParens())) {
H A DAnalysisDeclContext.cpp145 stmt = e->IgnoreParens();
153 stmt = e->IgnoreParens();
H A DCFG.cpp455 // All block-level expressions should have already been IgnoreParens()ed.
456 assert(!isa<Expr>(S) || cast<Expr>(S)->IgnoreParens() == S);
781 Init = Init->IgnoreParens();
1058 S = E->IgnoreParens();
1290 Expr *RHS = B->getRHS()->IgnoreParens();
1327 Expr *LHS = B->getLHS()->IgnoreParens();
1613 dyn_cast<BinaryOperator>(C->getCond()->IgnoreParens()))
1855 dyn_cast<BinaryOperator>(I->getCond()->IgnoreParens()))
2079 dyn_cast_or_null<BinaryOperator>(C ? C->IgnoreParens() : 0))
2395 if (BinaryOperator *Cond = dyn_cast<BinaryOperator>(C->IgnoreParens()))
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp26 Expr *LHS = B->getLHS()->IgnoreParens();
27 Expr *RHS = B->getRHS()->IgnoreParens();
663 ValEx = ValEx->IgnoreParens();
672 if (ValEx == L->IgnoreParens() || ValEx == R->IgnoreParens()) {
761 const Expr *Ex = U->getSubExpr()->IgnoreParens();
779 const Expr *Ex = U->getSubExpr()->IgnoreParens();
806 const Expr *Ex = U->getSubExpr()->IgnoreParens();
818 const Expr *Ex = U->getSubExpr()->IgnoreParens();
877 const Expr *Ex = U->getSubExpr()->IgnoreParens();
[all...]
H A DEnvironment.cpp25 E = E->IgnoreParens();
H A DExprEngine.cpp197 const Expr *Inner = Ex->IgnoreParens();
206 Inner = CE->getSubExpr()->IgnoreParens();
655 assert(!isa<Expr>(S) || S == cast<Expr>(S)->IgnoreParens());
1335 Condition = Ex->IgnoreParens();
1366 Condition = BO->getRHS()->IgnoreParens();
1391 Condition = Ex->IgnoreParens();
1731 const Expr *Base = A->getBase()->IgnoreParens();
1732 const Expr *Idx = A->getIdx()->IgnoreParens();
H A DProgramState.cpp656 S = E->IgnoreParens();
691 S = E->IgnoreParens();
H A DExprEngineCXX.cpp29 const Expr *tempExpr = ME->GetTemporaryExpr()->IgnoreParens();
H A DSValBuilder.cpp230 E = E->IgnoreParens();
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp155 E = E->IgnoreParens();
201 dyn_cast<ObjCPropertyRefExpr>(BO->getLHS()->IgnoreParens());
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DExprClassification.cpp228 const Expr *Op = cast<UnaryOperator>(E)->getSubExpr()->IgnoreParens();
461 Expr *Base = E->getBase()->IgnoreParens();
569 dyn_cast<ExplicitCastExpr>(E->IgnoreParens())) {
H A DExpr.cpp59 E = E->IgnoreParens();
144 const Expr *E = IgnoreParens();
1899 Init = Init->IgnoreParens();
2033 dyn_cast<IntegerLiteral>(BO->getRHS()->IgnoreParens()))
2218 dyn_cast<DeclRefExpr>(CE->getSubExpr()->IgnoreParens());
2279 const Expr *E = IgnoreParens();
2330 expr = expr->IgnoreParens();
2347 Expr* Expr::IgnoreParens() { function in class:Expr
2381 E = E->IgnoreParens();
2407 E = E->IgnoreParens();
[all...]
H A DComment.cpp243 TL = TL.IgnoreParens();
H A DASTDiagnostic.cpp1169 FromExpr = FromExpr->IgnoreParens();
1170 ToExpr = ToExpr->IgnoreParens();
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprAgg.cpp535 op = op->IgnoreParens();
762 E = E->IgnoreParens();
988 E = E->IgnoreParens();
1244 E = E->IgnoreParens();
H A DCGExprCXX.cpp78 const Expr *callee = CE->getCallee()->IgnoreParens();
235 cast<BinaryOperator>(E->getCallee()->IgnoreParens());
1580 if (const UnaryOperator *UO = dyn_cast<UnaryOperator>(E->IgnoreParens())) {
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaPseudoObject.cpp59 // IgnoreParens would.
655 refE = dyn_cast<ObjCPropertyRefExpr>(syntacticBase->IgnoreParens()))
1459 Expr *opaqueRef = E->IgnoreParens();
1487 Expr *opaqueRef = op->IgnoreParens();
1519 Expr *opaqueRef = LHS->IgnoreParens();
1541 Expr *opaqueRef = E->IgnoreParens();
H A DSemaExceptionSpec.cpp274 TypeLoc TL = TSInfo->getTypeLoc().IgnoreParens();
896 else if (isa<CXXPseudoDestructorExpr>(CE->getCallee()->IgnoreParens()))
H A DSemaExprCXX.cpp568 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(Ex->IgnoreParens()))
2490 if (StringLiteral *StrLit = dyn_cast<StringLiteral>(From->IgnoreParens()))
4140 if (isa<CXXScalarValueInitExpr>(RHS.get()->IgnoreParens())) {
4889 Expr *Callee = Call->getCallee()->IgnoreParens();
5647 SubE = SubE->IgnoreParens();
5708 E = E->IgnoreParens();
H A DSemaExpr.cpp1393 ControllingExpr = ControllingExpr->IgnoreParens();
1413 ControllingExpr = ControllingExpr->IgnoreParens();
3346 if (DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(E->IgnoreParens())) {
3361 if (BinaryOperator *BO = dyn_cast<BinaryOperator>(E->IgnoreParens())) {
3428 E = E->IgnoreParens();
3496 E = E->IgnoreParens();
4485 Expr *NakedFn = Fn->IgnoreParens();
4490 NakedFn = UnOp->getSubExpr()->IgnoreParens();
7519 Expr *Inner = cast<ObjCBoxedExpr>(FromE)->getSubExpr()->IgnoreParens();
8236 E = E->IgnoreParens();
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeLoc.h152 TypeLoc IgnoreParens() const;
974 inline TypeLoc TypeLoc::IgnoreParens() const {

Completed in 403 milliseconds

123