Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDExprEngineC.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()
HDExprEngine.cpp2042 State = escapeValues(State, Val, PSK_EscapeOther); in Visit()
3549 PSK_EscapeOther, in notifyCheckersOfPointerEscape()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
HDCheckerManager.h98 PSK_EscapeOther enumerator