Searched refs:TrUpdateNode (Results 1 – 4 of 4) sorted by relevance
| /third_party/lib/acpica/source/compiler/ |
| A D | aslrules.y | 127 : NameString '(' {TrUpdateNode (PARSEOP_METHODCALL, $1);} 347 : Integer {$$ = TrUpdateNode (PARSEOP_BYTECONST, $1);} 351 : Integer {$$ = TrUpdateNode (PARSEOP_WORDCONST, $1);} 355 : Integer {$$ = TrUpdateNode (PARSEOP_DWORDCONST, $1);} 359 : Integer {$$ = TrUpdateNode (PARSEOP_QWORDCONST, $1);} 373 | ConstExprTerm {$$ = TrUpdateNode (PARSEOP_BYTECONST, $1);} 380 | ConstExprTerm {$$ = TrUpdateNode (PARSEOP_WORDCONST, $1);} 387 | ConstExprTerm {$$ = TrUpdateNode (PARSEOP_DWORDCONST, $1);} 900 StringData ')' {$$ = TrUpdateNode (PARSEOP_EISAID, $3);} 1038 String ')' {$$ = TrUpdateNode (PARSEOP_INCLUDE, $3); [all …]
|
| A D | aslfold.c | 759 TrUpdateNode (PARSEOP_BYTECONST, Op); in OpcUpdateIntegerNode() 765 TrUpdateNode (PARSEOP_WORDCONST, Op); in OpcUpdateIntegerNode() 771 TrUpdateNode (PARSEOP_DWORDCONST, Op); in OpcUpdateIntegerNode() 777 TrUpdateNode (PARSEOP_QWORDCONST, Op); in OpcUpdateIntegerNode() 785 TrUpdateNode (PARSEOP_INTEGER, Op); in OpcUpdateIntegerNode()
|
| A D | aslcompiler.h | 692 TrUpdateNode (
|
| A D | asltree.c | 195 TrUpdateNode ( in TrUpdateNode() function
|
Completed in 9 milliseconds