Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp40 const Expr *CastedExpr; member
44 CallRecord(ExprParent CastedExprParent, const Expr *CastedExpr, in CallRecord()
47 : CastedExprParent(CastedExprParent), CastedExpr(CastedExpr), in CallRecord()
183 QualType CastedType = i->CastedExpr->getType(); in checkASTCodeBody()
H A DPointerArithChecker.cpp262 const Expr *CastedExpr = CE->getSubExpr(); in checkPostStmt() local
264 SVal CastedVal = C.getSVal(CastedExpr); in checkPostStmt()
280 const Expr *CastedExpr = CE->getSubExpr(); in checkPreStmt() local
282 SVal CastedVal = C.getSVal(CastedExpr); in checkPreStmt()