carg_t Struct Reference

Function argument. More...

Inheritance diagram for carg_t:
cexpr_t citem_t

List of all members.

Public Member Functions

void consume_cexpr (cexpr_t *e)
 DECLARE_COMPARISONS (carg_t)

Public Attributes

bool is_vararg
 is a vararg (matches ...)
typestring formal_type
 formal parameter type (if known)

Detailed Description

Function argument.

Examples:

hexrays_sample2.cpp.

Definition at line 2041 of file hexrays.hpp.