Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp1902 const Expr *arg0Expr = CE->getArg(0); in ReallocMem() local
1904 SVal Arg0Val = State->getSVal(arg0Expr, LCtx); in ReallocMem()