Home
last modified time | relevance | path

Searched refs:astList (Results 1 - 5 of 5) sorted by relevance

/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dparser.cpp25 auto astList = ParseOne(Option::Instance().GetSourceName()); in Parse() local
26 if (astList.empty()) { in Parse()
29 ast_ = astList.front(); in Parse()
30 astList.pop_front(); in Parse()
32 if (!ast_->Merge(astList)) { in Parse()
93 std::list<std::shared_ptr<Ast>> astList; in ParseOne() local
100 return astList; in ParseOne()
112 astList.splice(astList.end(), includeAstList); in ParseOne()
117 astList in ParseOne()
[all...]
H A Dast.h290 bool Merge(const std::list<std::shared_ptr<Ast>> &astList);
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A Dparser.js37 this.astList = {};
51 this.astList[this.srcQueue_[0]] = {
58 return this.astList;
H A DGenerator.js164 for (let i in this.parser.astList[fn].include) {
167 this.parser.astList[fn].include[i].substring(fpath.length) +
H A Dast.js826 merge(astList) {
830 for (let i = 0; i < astList.length; i++) {
831 let astIt = astList[i];

Completed in 4 milliseconds