Searched refs:is_const_qualified (Results 1 – 2 of 2) sorted by relevance
37 assert not fields[0].type.is_const_qualified()42 assert not fields[1].type.is_const_qualified()48 assert not fields[2].type.is_const_qualified()53 assert not fields[3].type.is_const_qualified()58 assert not fields[4].type.is_const_qualified()63 assert fields[5].type.is_const_qualified()68 assert not fields[6].type.is_const_qualified()73 assert not fields[7].type.is_const_qualified()
1835 def is_const_qualified(self): member in Type