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.DataFlowPrivateDirect supertypes
Known direct subtypes
Predicates
| getIndirectionIndex | Gets the indirection index of this return kind. |
| isIndirectReturn | Holds if this |
| isNormalReturn | Holds if this |
| toString | Gets a textual representation of this return kind. |