Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp2118 if (Optional<CallEnter> CEP = N->getLocation().getAs<CallEnter>()) { in GetAllocationSite() local
2119 const Stmt *CE = CEP->getCallExpr(); in GetAllocationSite()
2125 InitMethodContext = CEP->getCalleeContext(); in GetAllocationSite()