GCC Middle and Back End API Reference
alias_pair Struct Reference

#include <tree-core.h>

Data Fields

tree decl
 
tree target
 

Detailed Description

When processing aliases at the symbol table level, we need the
declaration of target. For this reason we need to queue aliases and
process them after all declarations has been produced.   

Field Documentation

◆ decl

tree alias_pair::decl

◆ target

tree alias_pair::target

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