Home
last modified time | relevance | path

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

/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckerDocumentation.cpp309 ProgramStateRef checkConstPointerEscape(ProgramStateRef State, in checkConstPointerEscape() function in clang::ento::CheckerDocumentation
H A DMallocChecker.cpp398 ProgramStateRef checkConstPointerEscape(ProgramStateRef State,
3562 ProgramStateRef MallocChecker::checkConstPointerEscape(ProgramStateRef State, in VisitNode()
3342 ProgramStateRef MallocChecker::checkConstPointerEscape(ProgramStateRef State, checkConstPointerEscape() function in MallocChecker
/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h421 return ((const CHECKER *)Checker)->checkConstPointerEscape(State, in _checkConstPointerEscape()