Class ReturnKind
A return kind. A return kind describes how a value can be returned from a callable. For C++, this is simply a function return.
Import path
import semmle.code.cpp.ir.dataflow.internal.DataFlowPrivate
Direct supertypes
Known direct subtypes
Predicates
getIndirectionIndex | Gets the indirection index of this return kind. |
toString | Gets a textual representation of this return kind. |