Home
last modified time | relevance | path

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 Dast.js28 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 Ddecompile_gen.cpp110 case PARSEROP_NODEREF: in PrintBaseType()
H A Dast.cpp200 case PARSEROP_NODEREF: in operator <<()
786 if (child_->Type() != PARSEROP_NODEREF) { in RefExpand()
1050 if (current->child_->Type() != PARSEROP_NODEREF) { in NodeExpandTermRef()
H A Dbytecode_gen.cpp109 {PARSEROP_NODEREF, {HCS_NODEREF_OP, DWORD_SIZE, "NodeRef"}}, /* RefHashCode - DWORD */ in ToOpCode()
H A Ddecompile.cpp197 return std::make_shared<AstObject>(std::string(), PARSEROP_NODEREF, refNodeHash); in RebuildNodeRefObject()
H A Dmacro_gen.cpp270 case PARSEROP_NODEREF: { in SetTypeData()
H A Dtext_gen.cpp303 case PARSEROP_NODEREF: { in GenTermDefinition()
507 case PARSEROP_NODEREF: { in PrintTermImplement()
H A Dparser.cpp237 … term->AddChild(std::make_shared<AstObject>("", PARSEROP_NODEREF, current_.strval, current_)); in ParseTerm()
H A Dast.h31 PARSEROP_NODEREF, enumerator