Searched defs:isZeroConstant (Results 1 – 2 of 2) sorted by relevance
186 bool SVal::isZeroConstant() const { in isZeroConstant() function in SVal
5318 bool isZeroConstant = CopyFromConstant && Slice.Array == nullptr; in getMemcpyLoadsAndStores() local