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

/freebsd-12-stable/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-12-stable/contrib/ncurses/progs/
H A Ddump_entry.c286 static TERMTYPE *cur_type; variable
294 return (cur_type->Booleans[idx] == FALSE)
295 ? FAIL : cur_type->Booleans[idx];
298 return (cur_type->Numbers[idx] == ABSENT_NUMERIC)
299 ? FAIL : cur_type->Numbers[idx];
302 return (cur_type->Strings[idx] != ABSENT_STRING)
619 cur_type = tterm;
/freebsd-12-stable/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-12-stable/contrib/ldns/
H A Dstr2host.c686 uint16_t cur_type; local
713 cur_type = ldns_get_rr_type_by_name(token);
714 type_list[type_count] = cur_type;
/freebsd-12-stable/sys/dev/ixl/
H A Dixl_pf_iov.c65 static void ixl_vf_set_qctl(struct ixl_pf *pf, const struct virtchnl_vector_map *vector, enum i40e_queue_type cur_type, uint16_t cur_queue,
729 enum i40e_queue_type cur_type, uint16_t cur_queue,
735 if (cur_type == I40E_QUEUE_TYPE_RX) {
751 *last_type = cur_type;
727 ixl_vf_set_qctl(struct ixl_pf *pf, const struct virtchnl_vector_map *vector, enum i40e_queue_type cur_type, uint16_t cur_queue, enum i40e_queue_type *last_type, uint16_t *last_queue) argument
/freebsd-12-stable/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-12-stable/contrib/gcc/cp/
H A Ddecl.c6365 member_function_or_else (tree ctype, tree cur_type, enum overload_flags flags)
6367 if (ctype && ctype != cur_type)
6352 member_function_or_else(tree ctype, tree cur_type, enum overload_flags flags) argument

Completed in 267 milliseconds