Header menu logo B2R2

VarKind Module

Provides utility functions for VarKind.

Functions and values

Function or value Description

isTemporary kind

Full Usage: isTemporary kind

Parameters:
Returns: bool

Returns true if the given VarKind is a temporary variable.

kind : VarKind
Returns: bool

ofIRExpr e

Full Usage: ofIRExpr e

Parameters:
Returns: VarKind

Converts a LowUIR expression to a VarKind.

e : Expr
Returns: VarKind

ofSSAVarKind kind

Full Usage: ofSSAVarKind kind

Parameters:
Returns: VarKind

Converts an SSA variable kind to a VarKind.

kind : VariableKind
Returns: VarKind

Type something to start searching.