dextool ~master (2018-04-15T20:31:52Z)
Dub
Repo
ParametersRange
llvm_hiwrap
type
function_
The parameters for a function.
struct
ParametersRange {
FunctionType
type
;
size_t
length
;
}
Alias This
type
Members
Variables
length
size_t
length
;
The number of parameters this function accepts.
Meta
Source
See Implementation
llvm_hiwrap
type
function_
structs
FunctionType
ParametersRange
The parameters for a function.