Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp105 state = escapeValues(state, LeftV, PSK_EscapeOther); in VisitBinaryOperator()
106 state = escapeValues(state, RightV, PSK_EscapeOther); in VisitBinaryOperator()
275 state = escapeValues(state, OrigV, PSK_EscapeOther); in handleLValueBitCast()
H A DExprEngine.cpp1685 ProgramStateRef ExprEngine::escapeValues(ProgramStateRef State, in escapeValues() function in ExprEngine
2042 State = escapeValues(State, Val, PSK_EscapeOther); in Visit()
3525 return escapeValues(State, Escaped, Kind, Call); in processPointerEscapedOnBind()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h659 ProgramStateRef escapeValues(ProgramStateRef State, ArrayRef<SVal> Vs,