GCC Middle and Back End API Reference
call_arg_loc_node Struct Reference
Collaboration diagram for call_arg_loc_node:

Data Fields

rtx call_arg_loc_note
 
const charlabel
 
tree block
 
bool tail_call_p
 
rtx symbol_ref
 
struct call_arg_loc_nodenext
 

Detailed Description

Call argument location list.   

Field Documentation

◆ block

tree call_arg_loc_node::block

◆ call_arg_loc_note

rtx call_arg_loc_node::call_arg_loc_note

◆ label

const char* call_arg_loc_node::label

◆ next

struct call_arg_loc_node* call_arg_loc_node::next

◆ symbol_ref

rtx call_arg_loc_node::symbol_ref

◆ tail_call_p

bool call_arg_loc_node::tail_call_p

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