GCC Middle and Back End API Reference
separate_ops Struct Reference

#include <expr.h>

Data Fields

enum tree_code code
location_t location
tree type
tree op0
tree op1
tree op2

Detailed Description

   This structure is used to pass around information about exploded
   unary, binary and trinary expressions between expand_expr_real_1 and
   friends.  

Field Documentation

enum tree_code separate_ops::code
location_t separate_ops::location
tree separate_ops::op0
tree separate_ops::op1
tree separate_ops::op2

Referenced by ceil_sdiv_adjust().

tree separate_ops::type

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