Home | History | Annotate | Download | only in Analysis

Lines Matching refs:dyn_cast

235   while (const ArrayType *VT = dyn_cast<ArrayType>(ty)) {
236 if (const VariableArrayType *VAT = dyn_cast<VariableArrayType>(VT))
248 if (const Expr *Ex = dyn_cast<Expr>(S))
250 if (const ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(S)) {
254 if (const OpaqueValueExpr *OVE = dyn_cast<OpaqueValueExpr>(S)) {
307 if (const VarDecl *VD = dyn_cast<VarDecl>(DS->getSingleDecl())) {
320 if (OpaqueValueExpr *OV = dyn_cast<OpaqueValueExpr>(child))
357 if (DeclRefExpr *DR = dyn_cast<DeclRefExpr>(LHS))
358 if (const VarDecl *VD = dyn_cast<VarDecl>(DR->getDecl())) {
387 if (const VarDecl *D = dyn_cast<VarDecl>(DR->getDecl()))
395 if (VarDecl *VD = dyn_cast<VarDecl>(*DI)) {
407 if (DeclStmt *DS = dyn_cast<DeclStmt>(element)) {
410 else if ((DR = dyn_cast<DeclRefExpr>(cast<Expr>(element)->IgnoreParens()))) {
454 if (DeclRefExpr *DR = dyn_cast<DeclRefExpr>(UO->getSubExpr()->IgnoreParens()))
540 dyn_cast<BinaryOperator>(cs->getStmt())) {
543 dyn_cast<DeclRefExpr>(BO->getLHS()->IgnoreParens())) {