Searched refs:subscript (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/flex/
H A Dscanopt.c73 int index; /* Used as: argv[index][subscript]. */ member in struct:_scanopt_t
74 int subscript;
156 /* Macro to assure we reset subscript whenever we adjust s->index.*/
160 (s)->subscript= 0; \
178 s->subscript = 0;
551 s->argv[s->index][s->subscript];
735 pstart = s->argv[s->index] + s->subscript;
739 if (s->subscript == 0) {
767 s->subscript++;
777 /* We have to re-check the subscript statu
[all...]
/freebsd-10.2-release/contrib/gcc/
H A Dtree-data-ref.h163 /* What is a subscript? Given two array accesses a subscript is the
170 struct subscript struct
188 typedef struct subscript *subscript_p;
227 /* For each subscript in the dependence test, there is an element in
281 extern void dump_subscript (FILE *, struct subscript *);
H A Dtree-data-ref.c56 - subscript: given two array accesses a subscript is the tuple
638 dump_subscript (FILE *outf, struct subscript *subscript)
640 tree chrec = SUB_CONFLICTS_IN_A (subscript);
642 fprintf (outf, "\n (subscript \n");
651 tree last_iteration = SUB_LAST_CONFLICT (subscript);
656 chrec = SUB_CONFLICTS_IN_B (subscript);
665 tree last_iteration = SUB_LAST_CONFLICT (subscript);
671 print_generic_stmt (outf, SUB_DISTANCE (subscript),
637 dump_subscript(FILE *outf, struct subscript *subscript) argument
2139 struct subscript *subscript; local
2244 struct subscript *subscript; local
3560 struct subscript *subscript = DDR_SUBSCRIPT (ddr, i); local
3902 struct subscript *subscript; local
4043 struct subscript *subscript; local
[all...]
/freebsd-10.2-release/contrib/gdb/gdb/
H A Djv-lang.c864 /* If the user attempts to subscript something that is not an
915 error ("cannot subscript something of type `%s'", name);
917 error ("cannot subscript requested type");

Completed in 57 milliseconds