Home
last modified time | relevance | path

Searched defs:isZeroInit (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
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
3691 override bool isZeroInit(const ref Loc loc) in isZeroInit() function
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
5208 override bool isZeroInit(const ref Loc loc) const in isZeroInit() function
5721 override bool isZeroInit(const ref Loc loc) in isZeroInit() function
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
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
4329 bool TypeSArray::isZeroInit(Loc loc) in isZeroInit() function
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
6522 bool TypeDelegate::isZeroInit(Loc) in isZeroInit() function
7777 bool TypeEnum::isZeroInit(Loc loc) in isZeroInit() function
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp509 static bool isZeroInit(const SectionRef Section) { in isZeroInit() function