Searched refs:zeroInit (Results 1 – 14 of 14) sorted by relevance
85 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
195 bool zeroInit; // !=0 if initialize with 0 fill variable224 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()
162 bool zeroInit; // !=0 if initialize with 0 fill
5725 return sym.zeroInit; in isZeroInit()
922 if (tv.ty == Tstruct && tv.isTypeStruct().sym.zeroInit) in visit()
8662 if (sd.zeroInit && !sd.isNested()) in getInitExp()
21 zeroInit(R); in from()
984 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()
179 int zeroInit; // !=0 if initialize with 0 fill
1403 if (tv->ty == Tstruct && ((TypeStruct *)tv)->sym->zeroInit == 1) in semantic()
8170 return sym->zeroInit != 0; in isZeroInit()
5585 if (sd->zeroInit == 1 && !sd->isNested()) in visit()
1053 tree ptr = (sd->zeroInit) ? null_pointer_node in visit()
1046 tree ptr = (sd->zeroInit) ? null_pointer_node in visit()