| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | mtype.h | 309 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 D | dstruct.d | 380 else if (!vd.type.isZeroInit(loc)) in finalizeSize() 542 : !field.type.isZeroInit(field.loc)) in _isZeroInit()
|
| H A D | mtype.d | 2413 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 D | traits.d | 1907 if (e.ident == Id.isZeroInit) in semanticTraits() 1922 return tb.isZeroInit(e.loc) ? True() : False(); in semanticTraits()
|
| H A D | dcast.d | 1289 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 D | mtype.h | 326 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 D | mtype.c | 1800 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 D | dstruct.c | 1308 else if (!vd->type->isZeroInit(loc)) in finalizeSize()
|
| H A D | dcast.c | 1183 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 D | capacity.d | 46 static if (__traits(isZeroInit, T)) in _d_arraysetlengthT()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/ |
| H A D | lifetime.d | 2505 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 D | ChangeLog-2008 | 5 * dmd/mtype.c: Provide isZeroInit() overload in TypeAArray that 7 * dmd/mtype.h: Add prototype for TypeAArray::isZeroInit().
|
| H A D | expr.cc | 2225 && 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 D | typeinfo.cc | 658 if (ed->members && !d->tinfo->isZeroInit ()) in visit()
|
| H A D | decl.cc | 725 if (tc->sym->members && !d->type->isZeroInit ()) in visit()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/ |
| H A D | lifetime.d | 97 static if (__traits(isZeroInit, T))
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
| H A D | expr.cc | 936 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 D | typeinfo.cc | 639 if (ed->members && !d->tinfo->isZeroInit ()) in visit()
|
| H A D | decl.cc | 643 if (tc->sym->members && !d->type->isZeroInit ()) in visit()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyld.cpp | 509 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 D | package.d | 1159 && __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 D | typeinfo.d | 248 static if (__traits(isZeroInit, T)) in initializer()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/ |
| H A D | mutation.d | 894 static if (!__traits(isZeroInit, T)) 1454 static if (__traits(isZeroInit, T))
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
| H A D | traits.d | 5790 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 D | NEWS | 1438 child, isReturnOnStack, isZeroInit, getTargetInfo,
|