Searched refs:paramIsConst (Results 1 – 1 of 1) sorted by relevance
301 def paramIsConst(self, param): member in ValidityOutputGenerator488 if self.paramIsConst(param) or blockname.startswith(self.conventions.type_prefix):557 elif self.paramIsConst(param):607 elif self.paramIsConst(param) and paramtype != 'void':692 is_const = self.paramIsConst(param)1300 if not self.paramIsPointer(param) or self.paramIsConst(param):