Searched refs:basetype (Results 76 - 100 of 102) sorted by relevance

12345

/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dsemantics.cc11547 tree basetype = TYPE_OFFSET_BASETYPE (TREE_TYPE (arg));
11548 if (!complete_type_or_else (basetype, NULL_TREE))
11551 if (TREE_CODE (basetype) != UNION_TYPE
11552 && !std_layout_type_p (basetype))
11555 if (!first_nonstatic_data_member_p (basetype, membertype))
11575 is_corresponding_member_union (tree basetype, tree membertype, tree arg)
11577 for (tree field = TYPE_FIELDS (basetype); field; field = DECL_CHAIN (field))
11590 if (TREE_CODE (basetype) != UNION_TYPE
11542 tree basetype = TYPE_OFFSET_BASETYPE (TREE_TYPE (arg)); local
11570 is_corresponding_member_union(tree basetype, tree membertype, tree arg) argument
H A Ddecl2.cc260 tree basetype, arg_types, parms, parm, fntype;
278 basetype = TREE_TYPE (TREE_VALUE (arg_types));
309 fntype = build_method_type_directly (basetype, TREE_TYPE (TREE_TYPE (fn)),
259 tree basetype, arg_types, parms, parm, fntype; local
H A Dtree.cc3328 tree basetype = TREE_TYPE (*t);
3329 *t = convert_to_base (TREE_OPERAND (*t, 0), basetype,
3322 tree basetype = TREE_TYPE (*t); local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-builtins.cc390 e->type = ((TypeVector *) type)->basetype;
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dd-builtins.cc403 e->type = type->isTypeVector ()->basetype;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl2.c262 tree basetype, arg_types, parms, parm, fntype;
280 basetype = TREE_TYPE (TREE_VALUE (arg_types));
311 fntype = build_method_type_directly (basetype, TREE_TYPE (TREE_TYPE (fn)),
261 tree basetype, arg_types, parms, parm, fntype; local
H A Dtree.c3116 tree basetype = TYPE_MAIN_VARIANT (TREE_TYPE (TREE_TYPE (*t)));
3120 if (BINFO_TYPE (binfo) == basetype)
3110 tree basetype = TYPE_MAIN_VARIANT (TREE_TYPE (TREE_TYPE (*t))); local
H A Dparser.c25845 tree basetype = BINFO_TYPE (base_binfo);
25847 if (!TYPE_POLYMORPHIC_P (basetype))
25850 tree fn = look_for_overrides_here (basetype, fndecl);
25843 tree basetype = BINFO_TYPE (base_binfo); local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddtemplate.c3448 result = deduceType(t->basetype, sc, tp->basetype, parameters, dedtypes, wm);
4576 t->basetype->accept(this);
H A Dconstfold.c1110 if (e1->op == TOKvector && ((TypeVector *)e1->type)->basetype->equals(type) && type->equals(to))
H A Dexpressionsem.c2094 tded = ((TypeVector *)e->targ)->basetype;
4390 e->type = tv->basetype;
4543 t1b = tv1->basetype;
4896 t1b = tv1->basetype;
H A Ddinterpret.c4927 if (tv->basetype->ty == Tsarray)
4928 type = (TypeSArray *)tv->basetype;
H A Dhdrgen.c804 visitWithMask(t->basetype, t->mod);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-strlen.c1141 tree basetype = TREE_TYPE (base); local
1142 tree size = TYPE_SIZE_UNIT (basetype);
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dconstfold.d1039 if (e1.op == EXP.vector && (cast(TypeVector)e1.type).basetype.equals(type) && type.equals(to))
H A Ddtemplate.d3800 result = deduceType(t.basetype, sc, tp.basetype, parameters, dedtypes, wm);
4937 return t.basetype.reliesOnTemplateParameters(tparams);
H A Dexpressionsem.d5686 tded = (cast(TypeVector)e.targ).basetype;
7744 e.type = e.e1.type.isTypeVector().basetype;
7909 t1b = tv1.basetype;
8342 t1b = tv1.basetype;
H A Dstatementsem.d727 vae.type = tv.basetype;
H A Dhdrgen.d3766 visitWithMask(t.basetype, t.mod, buf, hgs);
H A Ddinterpret.d5096 auto type = (e.type.ty == Tvector) ? e.type.isTypeVector().basetype : e.type.isTypeSArray();
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-strlen.cc1275 tree basetype = TREE_TYPE (base); local
1276 tree size = TYPE_SIZE_UNIT (basetype);
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c2698 enum arm_reg_type basetype;
2714 basetype = REG_TYPE_VFD;
2716 basetype = REG_TYPE_NQ;
2727 if (basereg && basereg->type != basetype)
2744 basereg->number = (basetype == REG_TYPE_NQ) ? exp.X_add_number * 2
2811 insert_neon_reg_alias (namebuf, basereg->number, basetype,
2819 insert_neon_reg_alias (namebuf, basereg->number, basetype,
2827 insert_neon_reg_alias (namebuf, basereg->number, basetype,
2677 enum arm_reg_type basetype; local
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c2698 enum arm_reg_type basetype; local
2714 basetype = REG_TYPE_VFD;
2716 basetype = REG_TYPE_NQ;
2727 if (basereg && basereg->type != basetype)
2744 basereg->number = (basetype == REG_TYPE_NQ) ? exp.X_add_number * 2
2811 insert_neon_reg_alias (namebuf, basereg->number, basetype,
2819 insert_neon_reg_alias (namebuf, basereg->number, basetype,
2827 insert_neon_reg_alias (namebuf, basereg->number, basetype,
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-arm.c2703 enum arm_reg_type basetype; local
2719 basetype = REG_TYPE_VFD;
2721 basetype = REG_TYPE_NQ;
2732 if (basereg && basereg->type != basetype)
2749 basereg->number = (basetype == REG_TYPE_NQ) ? exp.X_add_number * 2
2816 insert_neon_reg_alias (namebuf, basereg->number, basetype,
2824 insert_neon_reg_alias (namebuf, basereg->number, basetype,
2832 insert_neon_reg_alias (namebuf, basereg->number, basetype,
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp2620 ParsedType basetype, SourceLocation BaseLoc,
2645 GetTypeFromParser(basetype, &TInfo);

Completed in 1095 milliseconds

12345