Class NormalReturnKind
A value returned from a callable using a return
statement, that is, a “normal” return.
Import path
import semmle.code.cpp.ir.dataflow.internal.DataFlowPrivate
Direct supertypes
Indirect supertypes
Fields
Predicates
getIndirectionIndex | Gets the indirection index of this return kind. |
toString | Gets a textual representation of this return kind. |