Searched refs:cur_type (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dc-format.c2172 tree cur_type;
2179 cur_type = TREE_TYPE (cur_param);
2180 if (cur_type == error_mark_node)
2182 orig_cur_type = cur_type;
2202 if (TREE_CODE (cur_type) == POINTER_TYPE)
2204 cur_type = TREE_TYPE (cur_type);
2205 if (cur_type == error_mark_node)
2236 && (TYPE_READONLY (cur_type)
2249 && (TYPE_READONLY (cur_type)
2168 tree cur_type; local
[all...]
/freebsd-10.0-release/contrib/ncurses/progs/
H A Ddump_entry.c268 static TERMTYPE *cur_type; variable
276 return (cur_type->Booleans[idx] == FALSE)
277 ? FAIL : cur_type->Booleans[idx];
280 return (cur_type->Numbers[idx] == ABSENT_NUMERIC)
281 ? FAIL : cur_type->Numbers[idx];
284 return (cur_type->Strings[idx] != ABSENT_STRING)
587 cur_type = tterm;
/freebsd-10.0-release/contrib/ldns/
H A Dstr2host.c664 uint16_t cur_type; local
691 cur_type = ldns_get_rr_type_by_name(token);
692 type_list[type_count] = cur_type;
H A Ddnssec.c1345 uint16_t cur_type; local
1361 cur_type = 256 * (uint16_t) window_block_nr + bit_pos;
1362 if (cur_type == type) {
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dtc-cr16.c2107 argtype cur_type[MAX_OPERANDS]; local
2135 #define GET_CURRENT_TYPE GET_CURRENT_DATA (get_optype, cur_type)
2176 if (cur_type[i] != insn->arg[i].type)
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dmdebugread.c494 struct type *cur_type; /* Type we parse fields for. */
495 int cur_field; /* Field number in cur_type. */
860 top_stack->cur_type = SYMBOL_TYPE (s);
1137 top_stack->cur_type = t;
1192 top_stack->cur_type = 0;
1202 struct type *ftype = top_stack->cur_type;
1300 f = &TYPE_FIELDS (top_stack->cur_type)[top_stack->cur_field++];
4081 top_stack->cur_type = 0;
488 struct type *cur_type; /* Type we parse fields for. */ member in struct:parse_stack
/freebsd-10.0-release/contrib/gcc/cp/
H A Ddecl.c5922 member_function_or_else (tree ctype, tree cur_type, enum overload_flags flags)
5924 if (ctype && ctype != cur_type)
5908 member_function_or_else(tree ctype, tree cur_type, enum overload_flags flags) argument

Completed in 227 milliseconds