Searched refs:m_loc_is_const_data (Results 1 – 2 of 2) sorted by relevance
96 bool GetLocationIsConstantValueData() const { return m_loc_is_const_data; } in GetLocationIsConstantValueData()98 void SetLocationIsConstantValueData(bool b) { m_loc_is_const_data = b; } in SetLocationIsConstantValueData()140 unsigned m_loc_is_const_data : 1; variable
51 m_artificial(artificial), m_loc_is_const_data(location_is_constant_data), in Variable()