Searched refs:checkPointerEscapeAux (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp297 ProgramStateRef checkPointerEscapeAux(ProgramStateRef State,
2028 return checkPointerEscapeAux(State, Escaped, Call, Kind, &retTrue);
2035 return checkPointerEscapeAux(State, Escaped, Call, Kind,
2039 ProgramStateRef MallocChecker::checkPointerEscapeAux(ProgramStateRef State, function in class:MallocChecker

Completed in 47 milliseconds