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

Data Fields

basic_block bb
edge e
gimple_stmt_iterator si
enum tree_code comp_code
tree val
tree expr
struct assert_locus_dnext

Detailed Description

Location information for ASSERT_EXPRs.  Each instance of this
   structure describes an ASSERT_EXPR for an SSA name.  Since a single
   SSA name may have more than one assertion associated with it, these
   locations are kept in a linked list attached to the corresponding
   SSA name.   

Field Documentation

enum tree_code assert_locus_d::comp_code
tree assert_locus_d::expr

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