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;
516 expptr vleng;
543 expptr vleng;
561 expptr memoffset; /* used in subscript computations, usually */
605 expptr implb;
606 expptr impub;
607 expptr impstep;
637 expptr nelt; /* This is NULL if the array is unbounded */
638 expptr baseoffset; /* a constant or local variable holding
640 expptr basexpr; /* expression for comuting the offset, if
647 expptr dimsize; /* constant or register holding the size
649 expptr dimexpr; /* as above in basexpr, this is an
672 expptr rplvp; /* Value of the actual parameter */
673 expptr rplxp; /* Initialization of temporary variable,
741 struct Dims { expptr lb, ub; };
899 expptr imagpart Argdcl((Addrp));
910 long int lencat Argdcl((expptr));
917 void ioclause Argdcl((int, expptr));
934 expptr make_int_expr Argdcl((expptr));
971 int ncat Argdcl((expptr));
1005 expptr prune_left_conv Argdcl((expptr));
1007 expptr putassign Argdcl((expptr, expptr));
1012 void puteq Argdcl((expptr, expptr));
1013 void putexpr Argdcl((expptr));
1017 expptr putsteq Argdcl((Addrp, Addrp));