Searched refs:depth_acc (Results 1 – 1 of 1) sorted by relevance
404 int depth_acc = 1; in BuildConstantProperties() local424 if (m_literal->depth() >= depth_acc) depth_acc = m_literal->depth() + 1; in BuildConstantProperties()474 set_depth(depth_acc); in BuildConstantProperties()491 int depth_acc = 1; in BuildConstantElements() local500 if (m_literal->depth() + 1 > depth_acc) { in BuildConstantElements()501 depth_acc = m_literal->depth() + 1; in BuildConstantElements()527 if (is_simple && depth_acc == 1 && array_index > 0 && in BuildConstantElements()544 set_depth(depth_acc); in BuildConstantElements()