Home
last modified time | relevance | path

Searched refs:dest_type (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/games/atc/
Dinput.c217 static enum places dest_type; variable
307 dest_type = T_NODEST; in getcommand()
496 if (dest_type != T_NODEST) { in delayb()
497 switch (dest_type) { in delayb()
526 dest_type = T_BEACON; in beacon()
534 dest_type = T_EXIT; in ex_it()
542 dest_type = T_AIRPORT; in airport()
614 switch (dest_type) { in benum()
Dupdate.c140 switch (pp->dest_type) { in update()
174 if (pp->dest_type == T_AIRPORT) in update()
188 if (pp->dest_type == T_EXIT) in update()
272 (pp->dest_type == T_AIRPORT) ? 'A' : 'E', pp->dest_no); in command()
361 p.dest_type = T_EXIT; in addplane()
364 p.dest_type = T_AIRPORT; in addplane()
Dstruct.h90 enum places dest_type; member
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgimple-ssa-store-merging.cc4374 tree dest_type; in output_merged_store() local
4379 dest_type in output_merged_store()
4384 dest_type = build_nonstandard_integer_type (try_size, UNSIGNED); in output_merged_store()
4385 dest_type = build_aligned_type (dest_type, try_align); in output_merged_store()
4387 dest = fold_build2 (MEM_REF, dest_type, addr, in output_merged_store()
4399 mask = native_interpret_expr (dest_type, in output_merged_store()
4415 TREE_TYPE (ops[j]) = dest_type; in output_merged_store()
4460 stmt = gimple_build_assign (make_ssa_name (dest_type), ops[j]); in output_merged_store()
4475 = invert_op (split_store, j, dest_type, xor_mask); in output_merged_store()
4478 stmt = gimple_build_assign (make_ssa_name (dest_type), in output_merged_store()
[all …]
Dvarasm.cc4876 tree dest_type = TREE_TYPE (value); in initializer_constant_valid_p_1() local
4882 if (AGGREGATE_TYPE_P (src_type) && !AGGREGATE_TYPE_P (dest_type)) in initializer_constant_valid_p_1()
4884 if (TYPE_MODE (endtype) == TYPE_MODE (dest_type)) in initializer_constant_valid_p_1()
4898 tree dest_type = TREE_TYPE (value); in initializer_constant_valid_p_1() local
4901 if ((POINTER_TYPE_P (dest_type) && POINTER_TYPE_P (src_type)) in initializer_constant_valid_p_1()
4902 || (TREE_CODE (dest_type) == OFFSET_TYPE in initializer_constant_valid_p_1()
4908 if (((INTEGRAL_TYPE_P (dest_type) && INTEGRAL_TYPE_P (src_type)) in initializer_constant_valid_p_1()
4909 || (FLOAT_TYPE_P (dest_type) && FLOAT_TYPE_P (src_type))) in initializer_constant_valid_p_1()
4910 && (TYPE_PRECISION (dest_type) == TYPE_PRECISION (src_type))) in initializer_constant_valid_p_1()
4917 if (INTEGRAL_TYPE_P (dest_type) in initializer_constant_valid_p_1()
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dc-lang.c591 c_string_type dest_type; in evaluate() local
597 dest_type = std::get<0> (m_storage); in evaluate()
599 switch (dest_type & ~C_CHAR) in evaluate()
634 dest_charset = charset_for_string_type (dest_type, exp->gdbarch); in evaluate()
640 if ((dest_type & C_CHAR) != 0) in evaluate()
Dvalops.c665 struct type *arg_type, *dest_type; in value_reinterpret_cast() local
673 dest_type = type; in value_reinterpret_cast()
681 dest_type = lookup_pointer_type (dest_type->target_type ()); in value_reinterpret_cast()
701 result = value_cast (dest_type, arg); in value_reinterpret_cast()
706 result->deprecated_set_type (dest_type); in value_reinterpret_cast()
707 result->set_enclosing_type (dest_type); in value_reinterpret_cast()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dtypeck.cc7757 tree dest_type, enum tree_code cast, in check_for_casting_away_constness() argument
7765 if (!casts_away_constness (src_type, dest_type, complain)) in check_for_casting_away_constness()
7774 src_type, dest_type); in check_for_casting_away_constness()
7781 src_type, dest_type); in check_for_casting_away_constness()
7788 src_type, dest_type); in check_for_casting_away_constness()