Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DPointerArithChecker.cpp262 const Expr *CastedExpr = CE->getSubExpr(); in checkPostStmt() local
280 const Expr *CastedExpr = CE->getSubExpr(); in checkPreStmt() local
H A DMallocSizeofChecker.cpp40 const Expr *CastedExpr; member