| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | dcast.d | 306 Type typeb = e.type.toBasetype(); in implicitConvTo() local 308 if (typeb.ty != Tpointer || tb.ty != Tpointer) in implicitConvTo() 702 Type typeb = e.type.toBasetype(); in implicitConvTo() local 706 (typeb.ty == Tarray || typeb.ty == Tsarray)) in implicitConvTo() 709 Type typen = typeb.nextOf().toBasetype(); in implicitConvTo() 749 else if (tb.ty == Tvector && (typeb.ty == Tarray || typeb.ty == Tsarray)) in implicitConvTo() 766 Expression el = typeb.nextOf.defaultInitLiteral(e.loc); in implicitConvTo() 788 Type typeb = e.type.toBasetype(); in implicitConvTo() local 790 if (!(taa && typeb.ty == Taarray)) in implicitConvTo() 958 Type typeb = e.type.toBasetype(); in implicitConvTo() local [all …]
|
| H A D | initsem.d | 496 Type typeb = se.type.toBasetype(); in initializerSemantic() local 499 (typeb.ty == Tarray || typeb.ty == Tsarray) && tynto.isSomeChar && in initializerSemantic() 510 typeb.ty == Tsarray && in initializerSemantic() 512 tb.isTypeSArray().dim.toInteger() + 1 == typeb.isTypeSArray().dim.toInteger()) in initializerSemantic()
|
| H A D | constfold.d | 1031 Type typeb = type.toBasetype(); in Cast() local 1066 if (tb.ty == Tarray && typeb.ty == Tarray && tb.nextOf().size() == typeb.nextOf().size()) in Cast() 1071 if (e1.op == EXP.arrayLiteral && typeb == tb) in Cast() 1099 switch (typeb.ty) in Cast()
|
| H A D | expressionsem.d | 13293 Type typeb = se.type.toBasetype(); in fit() local 13296 (typeb.ty == Tarray || typeb.ty == Tsarray) && tynto.isSomeChar && in fit()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | dcast.c | 256 Type *typeb = e->type->toBasetype(); in implicitConvTo() local 258 if (typeb->ty != Tpointer || tb->ty != Tpointer) in implicitConvTo() 650 Type *typeb = e->type->toBasetype(); in implicitConvTo() local 653 (typeb->ty == Tarray || typeb->ty == Tsarray)) in implicitConvTo() 656 Type *typen = typeb->nextOf()->toBasetype(); in implicitConvTo() 698 (typeb->ty == Tarray || typeb->ty == Tsarray)) in implicitConvTo() 716 Expression *el = typeb->nextOf()->defaultInitLiteral(e->loc); in implicitConvTo() 738 Type *typeb = e->type->toBasetype(); in implicitConvTo() local 740 if (tb->ty == Taarray && typeb->ty == Taarray) in implicitConvTo() 1258 Type *typeb = e->type->toBasetype(); in implicitConvTo() local [all …]
|
| H A D | initsem.c | 423 Type *typeb = se->type->toBasetype(); in visit() local 426 (typeb->ty == Tarray || typeb->ty == Tsarray) && in visit()
|
| H A D | dstruct.c | 1383 Type *typeb = se->type->toBasetype(); in fit() local 1386 (typeb->ty == Tarray || typeb->ty == Tsarray) && in fit()
|
| H A D | constfold.c | 1100 Type *typeb = type->toBasetype(); in Cast() local 1136 if (tb->ty == Tarray && typeb->ty == Tarray && in Cast() 1137 tb->nextOf()->size() == typeb->nextOf()->size()) in Cast() 1143 if (e1->op == TOKarrayliteral && typeb == tb) in Cast() 1166 switch (typeb->ty) in Cast()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | tree.cc | 5319 cxx_type_hash_eq (const_tree typea, const_tree typeb) in cxx_type_hash_eq() argument 5323 if (type_memfn_rqual (typea) != type_memfn_rqual (typeb)) in cxx_type_hash_eq() 5325 if (TYPE_HAS_LATE_RETURN_TYPE (typea) != TYPE_HAS_LATE_RETURN_TYPE (typeb)) in cxx_type_hash_eq() 5328 TYPE_RAISES_EXCEPTIONS (typeb), ce_exact); in cxx_type_hash_eq() 5335 cxx_copy_lang_qualifiers (const_tree typea, const_tree typeb) in cxx_copy_lang_qualifiers() argument 5339 type = build_cp_fntype_variant (type, type_memfn_rqual (typeb), in cxx_copy_lang_qualifiers() 5340 TYPE_RAISES_EXCEPTIONS (typeb), in cxx_copy_lang_qualifiers() 5341 TYPE_HAS_LATE_RETURN_TYPE (typeb)); in cxx_copy_lang_qualifiers()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | tree.c | 5015 cxx_type_hash_eq (const_tree typea, const_tree typeb) in cxx_type_hash_eq() argument 5019 if (type_memfn_rqual (typea) != type_memfn_rqual (typeb)) in cxx_type_hash_eq() 5021 if (TYPE_HAS_LATE_RETURN_TYPE (typea) != TYPE_HAS_LATE_RETURN_TYPE (typeb)) in cxx_type_hash_eq() 5024 TYPE_RAISES_EXCEPTIONS (typeb), ce_exact); in cxx_type_hash_eq() 5031 cxx_copy_lang_qualifiers (const_tree typea, const_tree typeb) in cxx_copy_lang_qualifiers() argument 5035 type = build_cp_fntype_variant (type, type_memfn_rqual (typeb), in cxx_copy_lang_qualifiers() 5036 TYPE_RAISES_EXCEPTIONS (typeb), in cxx_copy_lang_qualifiers() 5037 TYPE_HAS_LATE_RETURN_TYPE (typeb)); in cxx_copy_lang_qualifiers()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-predcom.cc | 833 tree typea, typeb; in determine_offset() local 837 typeb = TREE_TYPE (DR_REF (b)); in determine_offset() 838 if (!useless_type_conversion_p (typeb, typea)) in determine_offset()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-predcom.c | 698 tree typea, typeb; in determine_offset() local 702 typeb = TREE_TYPE (DR_REF (b)); in determine_offset() 703 if (!useless_type_conversion_p (typeb, typea)) in determine_offset()
|