Searched refs:PARSEROP_NODEREF (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/ |
H A D | ast.js | 28 PARSEROP_NODEREF: 9, property in ObjectType 633 if (child_.type() !== ObjectType.PARSEROP_NODEREF) { 811 case ObjectType.PARSEROP_NODEREF: 916 if (current.child_.type() === ObjectType.PARSEROP_NODEREF) {
|
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/ |
H A D | decompile_gen.cpp | 110 case PARSEROP_NODEREF: in PrintBaseType()
|
H A D | ast.cpp | 200 case PARSEROP_NODEREF: in operator <<() 786 if (child_->Type() != PARSEROP_NODEREF) { in RefExpand() 1050 if (current->child_->Type() != PARSEROP_NODEREF) { in NodeExpandTermRef()
|
H A D | bytecode_gen.cpp | 109 {PARSEROP_NODEREF, {HCS_NODEREF_OP, DWORD_SIZE, "NodeRef"}}, /* RefHashCode - DWORD */ in ToOpCode()
|
H A D | decompile.cpp | 197 return std::make_shared<AstObject>(std::string(), PARSEROP_NODEREF, refNodeHash); in RebuildNodeRefObject()
|
H A D | macro_gen.cpp | 270 case PARSEROP_NODEREF: { in SetTypeData()
|
H A D | text_gen.cpp | 303 case PARSEROP_NODEREF: { in GenTermDefinition() 507 case PARSEROP_NODEREF: { in PrintTermImplement()
|
H A D | parser.cpp | 237 … term->AddChild(std::make_shared<AstObject>("", PARSEROP_NODEREF, current_.strval, current_)); in ParseTerm()
|
H A D | ast.h | 31 PARSEROP_NODEREF, enumerator
|