Home
last modified time | relevance | path

Searched refs:type_specifier (Results 1 – 2 of 2) sorted by relevance

/tools/net/sunrpc/xdrgen/grammars/
Dxdr.lark7 | type_specifier identifier "[" value "]" -> fixed_length_array
8 | type_specifier identifier "<" [ value ] ">" -> variable_length_array
9 | type_specifier "*" identifier -> optional_data
10 | type_specifier identifier -> basic
20 type_specifier : unsigned_hyper
86 procedure_def : type_specifier identifier "(" type_specifier ")" "=" constant ";"
/tools/net/sunrpc/xdrgen/
Dxdr_ast.py292 def type_specifier(self, children): member in ParseToAst