Searched refs:type_specifier (Results 1 – 3 of 3) sorted by relevance
7 | type_specifier identifier "[" value "]" -> fixed_length_array8 | type_specifier identifier "<" [ value ] ">" -> variable_length_array9 | type_specifier "*" identifier -> optional_data10 | type_specifier identifier -> basic20 type_specifier : unsigned_hyper86 procedure_def : type_specifier identifier "(" type_specifier ")" "=" constant ";"
203 | type_specifier214 type_specifier:
292 def type_specifier(self, children): member in ParseToAst