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.py15 from xdr_ast import transform_parse_tree
33 transform_parse_tree(parse_tree)
H A Ddeclarations.py22 from xdr_ast import transform_parse_tree, _RpcProgram, Specification
67 ast = transform_parse_tree(parse_tree)
H A Ddefinitions.py24 from xdr_ast import transform_parse_tree, Specification
93 ast = transform_parse_tree(parse_tree)
H A Dsource.py22 from xdr_ast import transform_parse_tree, _RpcProgram, Specification
122 ast = transform_parse_tree(parse_tree)
/linux/tools/net/sunrpc/xdrgen/
H A Dxdr_ast.py779 def transform_parse_tree(parse_tree): function