Home
last modified time | relevance | path

Searched refs:PSK_EscapeOther (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.cpp2042 State = escapeValues(State, Val, PSK_EscapeOther); in Visit()
3549 PSK_EscapeOther, in notifyCheckersOfPointerEscape()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h98 PSK_EscapeOther enumerator