Verilog Parser
ast_function_call Struct Reference

describes a single call to a function, constant function, or system fucntion. More...

#include <verilog_ast.h>

Data Fields

ast_listarguments
 Linked list of arguments.
 
ast_node_attributes * attributes
 
ast_boolean constant
 Constant function call?
 
ast_identifier function
 Function identifier.
 
ast_metadata meta
 Node metadata.
 
ast_boolean system
 System function call?
 

Detailed Description

describes a single call to a function, constant function, or system fucntion.

Expression type over a struct.


The documentation for this struct was generated from the following file: