Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h288 bool CausesPointerEscape, InvalidatedSymbols *IS = nullptr,
295 bool CausesPointerEscape, InvalidatedSymbols *IS = nullptr,
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp940 bool CausesPointerEscape = false; in InvalidateBuffer() local
948 CausesPointerEscape = true; in InvalidateBuffer()
962 CausesPointerEscape, nullptr, nullptr, in InvalidateBuffer()