GCC Middle and Back End API Reference
asm_node Struct Reference

#include <cgraph.h>

Collaboration diagram for asm_node:

Data Fields

asm_nodenext
 
tree asm_str
 
int order
 

Detailed Description

Every top level asm statement is put into a asm_node.   

Field Documentation

◆ asm_str

tree asm_node::asm_str

◆ next

asm_node* asm_node::next

◆ order

int asm_node::order

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