Home
last modified time | relevance | path

Searched refs:PARSEROP_NODEREF (Results 1 - 10 of 10) sorted by relevance

/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) {
1050 if (current->child_->Type() != PARSEROP_NODEREF) {
H A Dtext_gen.cpp303 case PARSEROP_NODEREF: { in GenTermDefinition()
507 case PARSEROP_NODEREF: { in PrintTermImplement()
H A Ddecompile.cpp197 return std::make_shared<AstObject>(std::string(), PARSEROP_NODEREF, refNodeHash); in RebuildNodeRefObject()
H A Dbytecode_gen.cpp109 {PARSEROP_NODEREF, {HCS_NODEREF_OP, DWORD_SIZE, "NodeRef"}}, /* RefHashCode - DWORD */
H A Dmacro_gen.cpp270 case PARSEROP_NODEREF: {
H A Dparser.cpp237 term->AddChild(std::make_shared<AstObject>("", PARSEROP_NODEREF, current_.strval, current_)); in ParseTerm()
H A Dast.h31 PARSEROP_NODEREF, enumerator
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A Dast.js28 PARSEROP_NODEREF: 9,
633 if (child_.type() !== ObjectType.PARSEROP_NODEREF) {
811 case ObjectType.PARSEROP_NODEREF:
916 if (current.child_.type() === ObjectType.PARSEROP_NODEREF) {
H A Dparser.js288 term.addChild(new AstObject('', ObjectType.PARSEROP_NODEREF, this.current_.strval, this.current_));

Completed in 7 milliseconds