Lines Matching defs:gfc_se
40 typedef struct gfc_se struct
43 stmtblock_t pre;
44 stmtblock_t post;
47 tree expr;
50 tree string_length;
54 tree class_vptr;
59 unsigned descriptor_only:1;
66 unsigned want_pointer:1;
70 unsigned direct_byref:1;
77 unsigned byref_noassign:1;
80 unsigned ignore_optional:1;
104 struct gfc_se *parent; argument
108 gfc_se; typedef