Searched refs:t1b (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/basic_string_view/requirements/
H A Dtypedefs.cc39 __gnu_test::basic_types<std::string_view> t1b;
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/basic_string_view/requirements/
H A Dtypedefs.cc39 __gnu_test::basic_types<std::string_view> t1b;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddcast.c261 Type *t1b = e->e1->type->toBasetype();
263 if (t1b->ty == Tpointer && t2b->isintegral() &&
264 t1b->equivalent(tb))
271 if (t2b->ty == Tpointer && t1b->isintegral() &&
1271 Type *t1b = e->e1->type->toBasetype(); local
1281 if (t1b->ty == Tarray)
1283 if (t1b->ty == Tpointer)
1290 if (t1b->ty == Tsarray && !e->e1->isLvalue())
1291 tx = tbn->sarrayOf(t1b->size() / tbn->size());
1328 Type *t1b local
1377 Type *t1b = e->type->toBasetype(); local
2345 Type *t1b = e->e1->type->toBasetype(); local
2493 Type *t1b = be->e1->type->toBasetype(); local
2615 Type *t1b = e1->type->toBasetype(); local
[all...]
H A Dopover.c262 Type *t1b = ae->e1->type->toBasetype(); local
263 AggregateDeclaration *ad = isAggregate(t1b);
318 if (ad->aliasthis && t1b != ae->att1)
320 if (!ae->att1 && t1b->checkAliasThisRec())
321 ae->att1 = t1b;
420 Type *t1b = ae->e1->type->toBasetype(); local
421 AggregateDeclaration *ad = isAggregate(t1b);
426 if (t1b->ty == Tpointer ||
427 t1b->ty == Tsarray ||
428 t1b
1163 Type *t1b = ae->e1->type->toBasetype(); local
[all...]
H A Dnogc.c172 Type *t1b = e->e1->type->toBasetype(); local
173 if (t1b->ty == Taarray)
H A Dexpressionsem.c4280 Type *t1b = exp->e1->type->toBasetype(); local
4283 if (tob->ty == Tstruct && !tob->equals(t1b))
4302 if (!t1b->equals(tob) && (t1b->ty == Tarray || t1b->ty == Tsarray))
4309 if (tob->ty == Tvector && t1b->ty != Tvector)
4325 !isSafeCast(ex, t1b, tob) &&
4427 Type *t1b = exp->e1->type->toBasetype(); local
4429 if (t1b->ty == Tsarray)
4432 e->type = t1b
5231 Type *t1b = ae->e1->type->toBasetype(); local
8389 Type *t1b = exp->e1->type->toBasetype(); local
8643 Type *t1b = exp->e1->type->toBasetype(); local
[all...]
H A Descape.c887 Type *t1b = e->e1->type->toBasetype(); local
888 if (t1b->ty == Tsarray)
1101 Type *t1b = e->e1->type->toBasetype(); local
1102 if (t1b->ty == Tclass)
H A Ddinterpret.c3751 Type *t1b = e1->type->toBasetype(); local
3752 bool wantCopy = t1b->baseElemOf()->ty == Tstruct;
3804 if (t1b->ty == Tsarray && e->op == TOKconstruct && e->e2->isLvalue())
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddcast.d94 Type t1b = e.type.toBasetype();
97 if (t1b.ty == Tclass && tob.ty == Tclass)
99 ClassDeclaration t1cd = t1b.isClassHandle();
311 Type t1b = e.e1.type.toBasetype();
313 if (t1b.ty == Tpointer && t2b.isintegral() && t1b.equivalent(tb))
320 if (t2b.ty == Tpointer && t1b.isintegral() && t2b.equivalent(tb))
1390 Type t1b = e.e1.type.toBasetype();
1400 if (t1b.ty == Tarray)
1402 if (t1b
[all...]
H A Dnogc.d153 Type t1b = e.e1.type.toBasetype();
154 if (t1b.ty == Taarray)
H A Dexpressionsem.d7544 Type t1b = exp.e1.type.toBasetype();
7547 if (allowImplicitConstruction && tob.ty == Tstruct && !tob.equals(t1b))
7566 if (!t1b.equals(tob) && (t1b.ty == Tarray || t1b.ty == Tsarray))
7573 if (tob.ty == Tvector && t1b.ty != Tvector)
7590 !isSafeCast(ex, t1b, tob) &&
7604 if (auto ad = isAggregate(t1b))
7615 if(t1b.ty == Tarray && exp.e1.op != EXP.arrayLiteral && (sc.flags & SCOPE.ctfe) == 0)
7617 auto tFrom = t1b
[all...]
H A Dopover.d304 Type t1b = ae.e1.type.toBasetype();
305 AggregateDeclaration ad = isAggregate(t1b);
444 Type t1b = ae.e1.type.toBasetype();
445 AggregateDeclaration ad = isAggregate(t1b);
450 if (isIndexableNonAggregate(t1b) || ae.e1.op == EXP.type)
1119 Type t1b = ae.e1.type.toBasetype();
1120 AggregateDeclaration ad = isAggregate(t1b);
H A Descape.d1626 Type t1b = e.e1.type.toBasetype();
1627 if (t1b.ty == Tsarray)
1952 Type t1b = e.e1.type.toBasetype();
1953 if (t1b.ty == Tclass)
H A Ddtemplate.d3249 auto t1b = t1.toBasetype();
3251 if (t1b.equals(t2b))
3252 return t1b;
3253 if (t1b.equivalent(t2b))
3254 return t1b.castMod(MODmerge(t1b.mod, t2b.mod));
3256 auto ty = implicitConvCommonTy(t1b.ty, t2b.ty);
H A Ddinterpret.d3894 Type t1b = e1.type.toBasetype();
3895 bool wantCopy = t1b.baseElemOf().ty == Tstruct;
3959 if (t1b.ty == Tsarray && e.op == EXP.construct && e.e2.isLvalue())

Completed in 482 milliseconds