Class ReturnCtx
A return context used to calculate flow summaries in reverse flow.
The possible values are:
TReturnCtxNone()
: no return flow.TReturnCtxNoFlowThrough()
: return flow, but flow through is not possible.TReturnCtxMaybeFlowThrough(ReturnPosition pos)
: return flow, of kindpos
, and flow through may be possible.
Import path
import semmle.code.cpp.ir.dataflow.internal.DataFlowImplCommon