Searched refs:qe (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/jam/
H A Dexecvms.c111 char *qe = string + MIN( len, WRTLEN ); local
117 for( ; q < qe; q++ )
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dassign-warn-1.c31 TESTRET(qe, char *, const char *); /* { dg-warning "return discards 'const' qualifier from pointer target type" } */
H A Dassign-warn-2.c32 TESTRET(qe, char *, const char *); /* { dg-error "return discards 'const' qualifier from pointer target type" } */
/haiku-buildtools/gcc/gcc/
H A Dtree-eh.c1102 struct goto_queue_node *q, *qe; local
1114 qe = q + tf->goto_queue_active;
1115 for (; q < qe; ++q)
1163 struct goto_queue_node *q, *qe; local
1225 qe = q + tf->goto_queue_active;
1230 for (; q < qe; ++q)
1237 for (; q < qe; ++q)
1313 struct goto_queue_node *q, *qe; local
1325 qe = q + tf->goto_queue_active;
1326 for (; q < qe;
1395 struct goto_queue_node *q, *qe; local
[all...]
/haiku-buildtools/gcc/gcc/fortran/
H A Dresolve.c7231 gfc_expr *stat, *errmsg, *pe, *qe; local
7329 qe = q->expr;
7330 if (pe->symtree->n.sym->name == qe->symtree->n.sym->name)
7334 gfc_ref *qr = qe->ref;
7346 &pe->where, &qe->where);
7352 " object at %L", &pe->where, &qe->where);
7358 " object at %L", &qe->where, &pe->where);

Completed in 224 milliseconds