Home
last modified time | relevance | path

Searched refs:isZeroInit (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.h309 virtual bool isZeroInit(const Loc &loc = Loc()); // if initializer is 0
407 bool isZeroInit(const Loc &loc) /*const*/;
432 bool isZeroInit(const Loc &loc);
455 bool isZeroInit(const Loc &loc);
478 bool isZeroInit(const Loc &loc) /*const*/;
496 bool isZeroInit(const Loc &loc) /*const*/;
515 bool isZeroInit(const Loc &loc) /*const*/;
527 bool isZeroInit(const Loc &loc) /*const*/;
661 bool isZeroInit(const Loc &loc) /*const*/;
787 bool isZeroInit(const Loc &loc);
[all …]
H A Ddstruct.d380 else if (!vd.type.isZeroInit(loc)) in finalizeSize()
542 : !field.type.isZeroInit(field.loc)) in _isZeroInit()
H A Dmtype.d2413 bool isZeroInit(const ref Loc loc) in isZeroInit() function
3450 override bool isZeroInit(const ref Loc loc) const in isZeroInit() function
3594 override bool isZeroInit(const ref Loc loc) in isZeroInit() function
3596 return basetype.isZeroInit(loc); in isZeroInit()
3691 override bool isZeroInit(const ref Loc loc) in isZeroInit() function
3693 return next.isZeroInit(loc); in isZeroInit()
3882 override bool isZeroInit(const ref Loc loc) const in isZeroInit() function
3972 override bool isZeroInit(const ref Loc loc) const in isZeroInit() function
4120 override bool isZeroInit(const ref Loc loc) const in isZeroInit() function
4167 override bool isZeroInit(const ref Loc loc) const in isZeroInit() function
[all …]
H A Dtraits.d1907 if (e.ident == Id.isZeroInit) in semanticTraits()
1922 return tb.isZeroInit(e.loc) ? True() : False(); in semanticTraits()
H A Ddcast.d1289 if (ntb.isZeroInit(e.loc)) in implicitConvTo()
1337 else if (!v.type.isZeroInit(e.loc)) in implicitConvTo()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.h326 virtual bool isZeroInit(Loc loc = Loc()); // if initializer is 0
410 bool isZeroInit(Loc loc) /*const*/;
440 bool isZeroInit(Loc loc);
468 bool isZeroInit(Loc loc);
494 bool isZeroInit(Loc loc) /*const*/;
519 bool isZeroInit(Loc loc) /*const*/;
541 bool isZeroInit(Loc loc) /*const*/;
557 bool isZeroInit(Loc loc) /*const*/;
655 bool isZeroInit(Loc loc) /*const*/;
793 bool isZeroInit(Loc loc) /*const*/;
[all …]
H A Dmtype.c1800 bool Type::isZeroInit(Loc) in isZeroInit() function
3537 bool TypeBasic::isZeroInit(Loc) in isZeroInit() function
3836 bool TypeVector::isZeroInit(Loc loc) in isZeroInit() function
3838 return basetype->isZeroInit(loc); in isZeroInit()
4329 bool TypeSArray::isZeroInit(Loc loc) in isZeroInit() function
4331 return next->isZeroInit(loc); in isZeroInit()
4558 bool TypeDArray::isZeroInit(Loc) in isZeroInit() function
4854 bool TypeAArray::isZeroInit(Loc) in isZeroInit() function
5066 bool TypePointer::isZeroInit(Loc) in isZeroInit() function
5131 bool TypeReference::isZeroInit(Loc) in isZeroInit() function
[all …]
H A Ddstruct.c1308 else if (!vd->type->isZeroInit(loc)) in finalizeSize()
H A Ddcast.c1183 if (ntb->isZeroInit(e->loc)) in implicitConvTo()
1225 else if (!v->type->isZeroInit(loc)) in implicitConvTo()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/array/
H A Dcapacity.d46 static if (__traits(isZeroInit, T)) in _d_arraysetlengthT()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dlifetime.d2505 static assert(__traits(isZeroInit, Nested));
2506 static assert(__traits(isZeroInit, NotNested));
2507 static assert(__traits(isZeroInit, Deep));
2508 static assert(__traits(isZeroInit, Deeper));
2565 static assert(!__traits(isZeroInit, Nested));
2566 static assert(!__traits(isZeroInit, NotNested));
2567 static assert(!__traits(isZeroInit, Deep));
2568 static assert(!__traits(isZeroInit, Deeper));
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A DChangeLog-20085 * dmd/mtype.c: Provide isZeroInit() overload in TypeAArray that
7 * dmd/mtype.h: Add prototype for TypeAArray::isZeroInit().
H A Dexpr.cc2225 && sd->dsym->type->isZeroInit (e->loc)) in visit()
2366 libcall_fn libcall = htype->isZeroInit () in visit()
2433 libcall_fn libcall = tarray->next->isZeroInit () in visit()
2465 libcall_fn libcall = telem->isZeroInit () in visit()
2492 libcall_fn libcall = tpointer->next->isZeroInit (e->loc) in visit()
H A Dtypeinfo.cc658 if (ed->members && !d->tinfo->isZeroInit ()) in visit()
H A Ddecl.cc725 if (tc->sym->members && !d->type->isZeroInit ()) in visit()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/
H A Dlifetime.d97 static if (__traits(isZeroInit, T))
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dexpr.cc936 libcall_fn libcall = etype->isZeroInit () in visit()
2426 libcall_fn libcall = htype->isZeroInit () in visit()
2496 libcall_fn libcall = tarray->next->isZeroInit () in visit()
2528 libcall_fn libcall = telem->isZeroInit () in visit()
2555 libcall_fn libcall = tpointer->next->isZeroInit (e->loc) in visit()
H A Dtypeinfo.cc639 if (ed->members && !d->tinfo->isZeroInit ()) in visit()
H A Ddecl.cc643 if (tc->sym->members && !d->type->isZeroInit ()) in visit()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp509 static bool isZeroInit(const SectionRef Section) { in isZeroInit() function
801 bool IsZeroInit = isZeroInit(Section); in emitSection()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/
H A Dpackage.d1159 && __traits(compiles, {T t;}) && __traits(isZeroInit, T) in make()
1491 static if (__traits(isZeroInit, T)) in uninitializedFillDefault()
1543 static assert(__traits(isZeroInit, P));
1583 static if (__traits(isZeroInit, T) && hasMember!(Allocator, "allocateZeroed")) in makeArray()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/util/
H A Dtypeinfo.d248 static if (__traits(isZeroInit, T)) in initializer()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Dmutation.d894 static if (!__traits(isZeroInit, T))
1454 static if (__traits(isZeroInit, T))
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dtraits.d5790 static if (__traits(isIntegral, X) && __traits(isZeroInit, X) // Not char, wchar, or dchar.
6203 enum isIntegral = __traits(isZeroInit, T) // Not char, wchar, or dchar.
6321 enum isNumeric = __traits(isZeroInit, T) // Not char, wchar, or dchar.
6458 enum isUnsigned = __traits(isZeroInit, T) // Not char, wchar, or dchar.
6580 enum isSomeChar = !__traits(isZeroInit, T);
/netbsd-src/external/gpl3/gcc/dist/
H A DNEWS1438 child, isReturnOnStack, isZeroInit, getTargetInfo,

12