Searched refs:PARSEROP_NODEREF (Results 1 - 10 of 10) sorted by relevance
/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) { 1050 if (current->child_->Type() != PARSEROP_NODEREF) {
|
H A D | text_gen.cpp | 303 case PARSEROP_NODEREF: { in GenTermDefinition() 507 case PARSEROP_NODEREF: { in PrintTermImplement()
|
H A D | decompile.cpp | 197 return std::make_shared<AstObject>(std::string(), PARSEROP_NODEREF, refNodeHash); in RebuildNodeRefObject()
|
H A D | bytecode_gen.cpp | 109 {PARSEROP_NODEREF, {HCS_NODEREF_OP, DWORD_SIZE, "NodeRef"}}, /* RefHashCode - DWORD */
|
H A D | macro_gen.cpp | 270 case PARSEROP_NODEREF: {
|
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
|
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/ |
H A D | ast.js | 28 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 D | parser.js | 288 term.addChild(new AstObject('', ObjectType.PARSEROP_NODEREF, this.current_.strval, this.current_));
|
Completed in 7 milliseconds