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.DataFlowPrivateDirect supertypes
Indirect supertypes
Fields
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. |