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