Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp41 const Expr *CastedExpr; member
45 CallRecord(ExprParent CastedExprParent, const Expr *CastedExpr, in CallRecord()
48 : CastedExprParent(CastedExprParent), CastedExpr(CastedExpr), in CallRecord()
184 QualType CastedType = i->CastedExpr->getType(); in checkASTCodeBody()
H A DPointerArithChecker.cpp263 const Expr *CastedExpr = CE->getSubExpr(); in checkPostStmt() local
265 SVal CastedVal = C.getSVal(CastedExpr); in checkPostStmt()
281 const Expr *CastedExpr = CE->getSubExpr(); in checkPreStmt() local
283 SVal CastedVal = C.getSVal(CastedExpr); in checkPreStmt()