Home
last modified time | relevance | path

Searched refs:transform_parse_tree (Results 1 – 5 of 5) sorted by relevance

/linux/tools/net/sunrpc/xdrgen/subcmds/
H A Dlint.py14 from xdr_ast import transform_parse_tree
31 transform_parse_tree(parse_tree)
H A Ddeclarations.py23 from xdr_ast import transform_parse_tree, _RpcProgram, Specification
66 ast = transform_parse_tree(parse_tree)
H A Ddefinitions.py23 from xdr_ast import transform_parse_tree, Specification
68 ast = transform_parse_tree(parse_tree)
H A Dsource.py21 from xdr_ast import transform_parse_tree, _RpcProgram, Specification
109 ast = transform_parse_tree(parse_tree)
/linux/tools/net/sunrpc/xdrgen/
H A Dxdr_ast.py502 def transform_parse_tree(parse_tree): function