Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp632 bool IsHeapPointer = false; in bindReturnValue() local
636 IsHeapPointer = true; in bindReturnValue()
639 R = IsHeapPointer ? svalBuilder.getConjuredHeapSymbolVal(E, LCtx, Count) in bindReturnValue()