Home
last modified time | relevance | path

Searched refs:zeroInit (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DTargetProcessControlTypes.h85 WrapperFunctionResult() { zeroInit(R); } in WrapperFunctionResult()
96 zeroInit(R); in WrapperFunctionResult()
102 zeroInit(Tmp);
116 zeroInit(Tmp); in release()
152 static void zeroInit(CWrapperFunctionResult &R) { in zeroInit() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddstruct.d195 bool zeroInit; // !=0 if initialize with 0 fill variable
224 zeroInit = false; // assume false until we do semantic processing in this()
357 zeroInit = true; in finalizeSize()
376 zeroInit = false; in finalizeSize()
382 zeroInit = false; in finalizeSize()
H A Daggregate.h162 bool zeroInit; // !=0 if initialize with 0 fill
H A Dmtype.d5725 return sym.zeroInit; in isZeroInit()
H A Ddsymbolsem.d922 if (tv.ty == Tstruct && tv.isTypeStruct().sym.zeroInit) in visit()
H A Dexpressionsem.d8662 if (sd.zeroInit && !sd.isNested()) in getInitExp()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/Shared/
H A DTargetProcessControlTypes.cpp21 zeroInit(R); in from()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddstruct.c984 zeroInit = 0; // assume false until we do semantic processing in StructDeclaration()
1298 zeroInit = 1; in finalizeSize()
1305 zeroInit = 0; in finalizeSize()
1310 zeroInit = 0; in finalizeSize()
H A Daggregate.h179 int zeroInit; // !=0 if initialize with 0 fill
H A Ddeclaration.c1403 if (tv->ty == Tstruct && ((TypeStruct *)tv)->sym->zeroInit == 1) in semantic()
H A Dmtype.c8170 return sym->zeroInit != 0; in isZeroInit()
H A Dexpressionsem.c5585 if (sd->zeroInit == 1 && !sd->isNested()) in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dtypeinfo.cc1053 tree ptr = (sd->zeroInit) ? null_pointer_node in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dtypeinfo.cc1046 tree ptr = (sd->zeroInit) ? null_pointer_node in visit()