Searched refs:TrCreateNode (Results 1 – 4 of 4) sorted by relevance
| /third_party/lib/acpica/source/compiler/ |
| A D | aslrules.y | 187 : ',' AmlPackageLengthTerm {$$ = TrCreateNode (PARSEOP_RESERVED_BYTES,1,$2);} 623 ')' {$$ = TrCreateNode (PARSEOP_ACCESSAS,2,$3,$4);} 692 : PARSEOP_BREAK {$$ = TrCreateNode (PARSEOP_BREAK, 0);} 696 : PARSEOP_BREAKPOINT {$$ = TrCreateNode (PARSEOP_BREAKPOINT, 0);} 745 ')' {$$ = TrCreateNode (PARSEOP_CONNECTION,1,$3);} 767 : PARSEOP_CONTINUE {$$ = TrCreateNode (PARSEOP_CONTINUE, 0);} 948 ')' {$$ = TrCreateNode (PARSEOP_EXTERNAL,4,$3,$4,$5,$6);} 1099 … ')' {$$ = TrCreateNode (PARSEOP_LNOT, 1, TrLinkChildren ($<n>3,2,$4,$5));} 1117 … ')' {$$ = TrCreateNode (PARSEOP_LNOT, 1, TrLinkChildren ($<n>3,2,$4,$5));} 1277 : PARSEOP_NOOP {$$ = TrCreateNode (PARSEOP_NOOP, 0);} [all …]
|
| A D | aslcompiler.h | 697 TrCreateNode (
|
| A D | asltree.c | 955 TrCreateNode ( in TrCreateNode() function
|
| A D | aslresources.y | 368 ResourceMacroList '}' {$$ = TrCreateNode (PARSEOP_RESOURCETEMPLATE,4,
|
Completed in 10 milliseconds