Searched refs:ConstPointerType (Results 1 – 3 of 3) sorted by relevance
54 ptr_type = ConstPointerType(PrimitiveType("int"))56 ptr_type = ConstPointerType(ArrayType(PrimitiveType("int"), 5))90 a_type = ArrayType(ConstPointerType(PrimitiveType("int")), None)
278 def ConstPointerType(totype): function281 const_voidp_type = ConstPointerType(void_type)
441 typename T::ConstPointerType to_pointers(const T& x) { in to_pointers()