| /src/bin/sh/ |
| syntax.c | 98 const char is_type[258] = { 0, 0, variable
|
| /src/sys/arch/x86/include/ |
| intr.h | 113 int is_type; /* level, edge */ member in struct:intrsource
|
| /src/sys/arch/powerpc/pic/ |
| picvar.h | 58 int is_type; member in struct:intr_source
|
| /src/sys/arch/arm/pic/ |
| picvar.h | 123 uint8_t is_type; /* IST_xxx */ member in struct:intrsource
|
| /src/sys/external/bsd/ipf/netinet/ |
| ip_state.h | 93 #define is_type is_icmp.ici_type macro
|
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-attribs.cc | 2297 bool is_type = false; local 2319 is_type = TREE_CODE (*node) == TYPE_DECL; 2322 type = node, is_type = true; 2347 if (is_type) 2454 else if (!is_type && !*no_add_attrs && set_align)
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-tic54x.c | 3274 is_type (struct opstruct *operand, enum optype type) function 3392 while (!is_type (&operands[op], OPTYPE (refoptype[refop]))) 4091 && is_type (&insn->operands[1], OP_SHIFT)
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-tic54x.c | 3274 is_type (struct opstruct *operand, enum optype type) function 3392 while (!is_type (&operands[op], OPTYPE (refoptype[refop]))) 4091 && is_type (&insn->operands[1], OP_SHIFT)
|
| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-attribs.cc | 2577 bool is_type = false; local 2599 is_type = TREE_CODE (*node) == TYPE_DECL; 2602 type = node, is_type = true; 2627 if (is_type) 2734 else if (!is_type && !*no_add_attrs && set_align)
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| pt.cc | 8432 int is_type, requires_type, is_tmpl_type, requires_tmpl_type; local 8496 is_type = TYPE_P (arg) || is_tmpl_type; 8498 if (requires_type && ! is_type && TREE_CODE (arg) == SCOPE_REF 8517 is_type = 1; 8519 if (is_type != requires_type) 8528 if (is_type) 8575 else if (is_type)
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ada-lang.c | 10102 bool is_type = std::get<0> (m_storage)->opcode () == OP_TYPE; 10105 enum noside sub_noside = is_type ? EVAL_AVOID_SIDE_EFFECTS : noside; 10109 if (is_type) 10088 bool is_type = std::get<0> (m_storage)->opcode () == OP_TYPE; local
|
| /src/external/gpl3/gdb/dist/gdb/ |
| ada-lang.c | 10114 bool is_type = std::get<0> (m_storage)->opcode () == OP_TYPE; 10117 enum noside sub_noside = is_type ? EVAL_AVOID_SIDE_EFFECTS : noside; 10121 if (is_type) 10100 bool is_type = std::get<0> (m_storage)->opcode () == OP_TYPE; local
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| pt.cc | 8572 int is_type, requires_type, is_tmpl_type, requires_tmpl_type; local 8636 is_type = TYPE_P (arg) || is_tmpl_type; 8638 if (requires_type && ! is_type && TREE_CODE (arg) == SCOPE_REF 8657 is_type = 1; 8659 if (is_type != requires_type) 8668 if (is_type) 8715 else if (is_type)
|