Home
last modified time | relevance | path

Searched refs:TypeCallPair (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp29 typedef std::pair<const TypeSourceInfo *, const CallExpr *> TypeCallPair; typedef
33 : public ConstStmtVisitor<CastedAllocFinder, TypeCallPair> {
59 TypeCallPair AllocCall = Visit(S); in VisitChild()
71 TypeCallPair VisitCastExpr(const CastExpr *E) { in VisitCastExpr()
75 TypeCallPair VisitExplicitCastExpr(const ExplicitCastExpr *E) { in VisitExplicitCastExpr()
76 return TypeCallPair(E->getTypeInfoAsWritten(), in VisitExplicitCastExpr()
80 TypeCallPair VisitParenExpr(const ParenExpr *E) { in VisitParenExpr()
84 TypeCallPair VisitStmt(const Stmt *S) { in VisitStmt()
86 return TypeCallPair(); in VisitStmt()
89 TypeCallPair VisitCallExpr(const CallExpr *E) { in VisitCallExpr()
[all …]