Searched refs:escapeValues (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineC.cpp | 105 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 D | ExprEngine.cpp | 1685 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 D | ExprEngine.h | 659 ProgramStateRef escapeValues(ProgramStateRef State, ArrayRef<SVal> Vs,
|