CodeQL library for C/C++
codeql/cpp-all 4.3.1 (changelog, source)
Search

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.

isIndirectReturn

Holds if this ReturnKind is generated from a write to the parameter with index argumentIndex

isNormalReturn

Holds if this ReturnKind is generated from a return statement.

toString

Gets a textual representation of this return kind.

Charpred