Searched refs:intr (Results 1 - 14 of 14) sorted by relevance

/haiku-buildtools/gcc/gcc/config/nds32/
H A Dnds32-isr.c423 tree intr, excp, reset; local
432 intr = lookup_attribute ("interrupt", func_attrs);
437 if (!intr && !excp && !reset)
442 if (intr || excp)
447 id_list = (intr) ? (TREE_VALUE (intr)) : (TREE_VALUE (excp));
459 vector_number_offset = (intr) ? (9) : (0);
467 nds32_isr_vectors[vector_id].category = (intr)
H A Dnds32.c2584 tree intr, excp, reset;
2597 intr = lookup_attribute ("interrupt", func_attrs);
2601 if (intr || excp)
2611 lower_bound = (intr) ? (0) : (1);
2612 upper_bound = (intr) ? (63) : (8);
2615 id_list = (intr) ? (TREE_VALUE (intr)) : (TREE_VALUE (excp));
2575 tree intr, excp, reset; local
/haiku-buildtools/jam/
H A Dexecunix.c30 * onintr() - bump intr to note command interruption
69 static int intr = 0; variable
86 * onintr() - bump intr to note command interruption
92 intr++;
314 if( intr )
H A Dmake1.c89 static int intr = 0; variable
162 for( c = t->depends; c && !intr; c = c->next )
364 /* On interrupt, set intr so _everything_ fails */
367 ++intr;
380 if( globs.quitquick ) ++intr;
/haiku-buildtools/binutils/gas/testsuite/gas/tic54x/
H A Dopcodes.s99 intr 15
H A Dopcodes.d98 59: f7cf intr 15
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/tic54x/
H A Dopcodes.s99 intr 15
H A Dopcodes.d98 59: f7cf intr 15
/haiku-buildtools/gcc/gcc/fortran/
H A Dinterface.c84 gfc_free_interface (gfc_interface *intr) argument
88 for (; intr; intr = next)
90 next = intr->next;
91 free (intr);
3521 gfc_search_interface (gfc_interface *intr, int sub_flag, argument
3539 for (; intr; intr = intr->next)
3541 if (intr
4004 gfc_interface **head, *intr; local
[all...]
H A Dsymbol.c4356 gfc_interface *intr, *head; local
4372 intr = gfc_get_interface ();
4373 intr->sym = dt_sym;
4374 intr->where = gfc_current_locus;
4375 intr->next = head;
4376 tmp_sym->generic = intr;
4640 gfc_interface *intr = NULL; local
4646 for (intr = sym->generic; intr; intr
[all...]
H A Ddecl.c2957 gfc_interface *intr, *head; local
2963 intr = gfc_get_interface ();
2964 intr->sym = dt_sym;
2965 intr->where = gfc_current_locus;
2966 intr->next = head;
2967 sym->generic = intr;
7760 gfc_interface *intr = NULL, *head; local
7841 intr = gfc_get_interface ();
7842 intr->sym = sym;
7843 intr
[all...]
H A Dmodule.c6370 gfc_interface *intr, *head; local
6403 intr = gfc_get_interface ();
6404 intr->sym = dt_sym;
6405 intr->where = gfc_current_locus;
6406 intr->next = head;
6407 sym->generic = intr;
H A Dresolve.c2533 gfc_interface *intr = NULL; local
2546 if (!intr)
2547 for (intr = sym->generic; intr; intr = intr->next)
2548 if (intr->sym->attr.flavor == FL_DERIVED)
2563 if (sym && !intr && !gfc_is_intrinsic (sym, 0, expr->where))
2570 if (intr)
2572 if (!gfc_convert_to_structure_constructor (expr, intr
12115 gfc_interface *head, *intr; local
[all...]
H A Dtrans-decl.c763 gfc_interface *intr; local
765 for (intr = s->generic; intr; intr = intr->next)
766 if (intr->sym->attr.flavor == FL_DERIVED)
768 s = intr->sym;

Completed in 474 milliseconds