Searched refs:in_class (Results 1 – 11 of 11) sorted by relevance
/openbsd/sys/arch/sparc64/include/ |
H A D | autoconf.h | 82 char *in_class; member
|
/openbsd/sys/arch/sparc64/dev/ |
H A D | pci_machdep.c | 414 for (len = 0; intrmap[len].in_class; len++) in pci_intr_map() 415 if (strcmp(intrmap[len].in_class, devtype) == 0) { in pci_intr_map()
|
H A D | sbus.c | 610 for (i = 0; intrmap[i].in_class; i++) in sbus_get_intr() 611 if (strcmp(intrmap[i].in_class, buf) == 0) { in sbus_get_intr()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | dwarfout.c | 771 static int in_class; variable 3878 if (! DECL_EXTERNAL (decl) && ! in_class 3923 if (! DECL_EXTERNAL (decl) && ! in_class 4913 ++in_class; 4943 --in_class; 5272 if (decl != current_function_decl || in_class) 5418 || (! TYPE_USED_FOR_FUNCTION (TREE_TYPE (decl)) && ! in_class))
|
H A D | reload.c | 1113 enum reg_class in_class = class; local 1116 in_class 1130 in_class, VOIDmode, VOIDmode, 0, 0, opnum, type);
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | name-lookup.c | 4832 int in_class = 0; in pushtag() local 4854 in_class = 1; in pushtag() 4876 if (! in_class) in pushtag()
|
/openbsd/gnu/gcc/gcc/ |
H A D | reload.c | 1073 enum reg_class in_class = class; in push_reload() local 1076 in_class in push_reload() 1090 in_class, VOIDmode, VOIDmode, 0, 0, opnum, type); in push_reload()
|
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
H A D | Dwarf.def | 983 HANDLE_DW_DEFAULTED(0x01, in_class)
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | decl.c | 3013 int in_class = 0; local 3033 in_class = 1; 3040 if (! in_class)
|
/openbsd/gnu/usr.bin/binutils/opcodes/ |
H A D | ChangeLog-0001 | 1002 (in_class): Handle format M5.
|
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | ChangeLog-0001 | 1002 (in_class): Handle format M5.
|