Lines Matching refs:expptr

45 typedef union Expression *expptr, *tagptr;  typedef
215 expptr vleng; /* Expression for length of char string -
230 expptr doinit; /* for use with -onetrip */
231 expptr domax; /* constant or temp variable holding MAX
233 expptr dostep; /* expression */
346 expptr fcharp; /* first-char-index-pointer (in
348 expptr lcharp; /* last-char-index-pointer (in
375 expptr vleng; /* length of character string, if applicable */
470 expptr vleng;
473 expptr paramval;
485 expptr vleng; /* in the case of a character expression, this
488 expptr leftp;
489 expptr rightp;
512 expptr vleng;
539 expptr vleng;
557 expptr memoffset; /* used in subscript computations, usually */
601 expptr implb;
602 expptr impub;
603 expptr impstep;
633 expptr nelt; /* This is NULL if the array is unbounded */
634 expptr baseoffset; /* a constant or local variable holding
636 expptr basexpr; /* expression for comuting the offset, if
643 expptr dimsize; /* constant or register holding the size
645 expptr dimexpr; /* as above in basexpr, this is an
668 expptr rplvp; /* Value of the actual parameter */
669 expptr rplxp; /* Initialization of temporary variable,
734 struct Dims { expptr lb, ub; };
887 expptr imagpart Argdcl((Addrp));
898 long int lencat Argdcl((expptr));
905 void ioclause Argdcl((int, expptr));
922 expptr make_int_expr Argdcl((expptr));
958 int ncat Argdcl((expptr));
988 expptr prune_left_conv Argdcl((expptr));
990 expptr putassign Argdcl((expptr, expptr));
995 void puteq Argdcl((expptr, expptr));
996 void putexpr Argdcl((expptr));
1000 expptr putsteq Argdcl((Addrp, Addrp));