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.cpp108 state = escapeValues(state, LeftV, PSK_EscapeOther); in VisitBinaryOperator()
109 state = escapeValues(state, RightV, PSK_EscapeOther); in VisitBinaryOperator()
279 state = escapeValues(state, OrigV, PSK_EscapeOther); in handleLValueBitCast()
H A DExprEngine.cpp2063 State = escapeValues(State, Val, PSK_EscapeOther); in Visit()
3674 PSK_EscapeOther, in notifyCheckersOfPointerEscape()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h99 PSK_EscapeOther enumerator