Home | History | Annotate | Download | only in Checkers

Lines Matching full:dyn_cast

141       if (CallExpr *CE = dyn_cast<CallExpr>(child))
164 if (const BinaryOperator *B = dyn_cast<BinaryOperator>(expr)) {
178 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(expr)) {
183 if (const UnaryOperator *U = dyn_cast<UnaryOperator>(expr))
212 const BinaryOperator *B = dyn_cast<BinaryOperator>(condition);
223 dyn_cast<DeclRefExpr>(B->getLHS()->IgnoreParenLValueCasts());
225 dyn_cast<DeclRefExpr>(B->getRHS()->IgnoreParenLValueCasts());
234 const VarDecl *vdLHS = drLHS ? dyn_cast<VarDecl>(drLHS->getDecl()) : NULL;
235 const VarDecl *vdRHS = drRHS ? dyn_cast<VarDecl>(drRHS->getDecl()) : NULL;
275 = dyn_cast<FunctionProtoType>(FD->getType().IgnoreParens());
284 const PointerType *PT = dyn_cast<PointerType>(FPT->getArgType(0));
307 = dyn_cast<FunctionProtoType>(FD->getType().IgnoreParens());
320 const PointerType *PT = dyn_cast<PointerType>(FPT->getArgType(1));
343 = dyn_cast<FunctionProtoType>(FD->getType().IgnoreParens());
352 const PointerType *PT = dyn_cast<PointerType>(FPT->getArgType(0));
418 = dyn_cast<FunctionProtoType>(FD->getType().IgnoreParens());
430 const PointerType *PT = dyn_cast<PointerType>(FPT->getArgType(i));
453 = dyn_cast<FunctionProtoType>(FD->getType().IgnoreParens());
460 const PointerType *PT = dyn_cast<PointerType>(FTP->getArgType(0));
495 = dyn_cast<FunctionProtoType>(FD->getType().IgnoreParens());
543 = dyn_cast<FunctionProtoType>(FD->getType().IgnoreParens());