Home
last modified time | relevance | path

Searched refs:ast_info (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/spirit/classic/test/
Dtree_to_xml.cpp125 tree_parse_info<iterator_t> ast_info = in test() local
133 basic_tree_to_xml<wchar_t>(outsink, ast_info.trees, input); in test()
144 tree_parse_info<iterator_t> ast_info = in test() local
152 basic_tree_to_xml<char>(outsink, ast_info.trees, input); in test()
/third_party/ltp/tools/sparse/sparse-src/
Dast-model.c89 static const GTypeInfo ast_info = { in ast_get_type() local
113 &ast_info, (GTypeFlags)0); in ast_get_type()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dparse.cc2017 py::tuple ast_info = python_adapter::CallPyObjMethod(parser_, "parse"); in InitParseAstInfo() local
2019 if (ast_info.size() != ast_info_size) { in InitParseAstInfo()
2022 ast_tokens_ = ast_info[0]; in InitParseAstInfo()
2023 ast_tree_ = ast_info[1]; in InitParseAstInfo()