Searched refs:TrCreateNode (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/contrib/dev/acpica/compiler/
H A Daslcompiler.y1167 ')' {$$ = TrCreateNode (PARSEOP_EXTERNAL,4,$3,$4,$5,$6);}
1206 : ',' AmlPackageLengthTerm {$$ = TrCreateNode (PARSEOP_RESERVED_BYTES,1,$2);}
1214 ')' {$$ = TrCreateNode (PARSEOP_OFFSET,1,$3);}
1223 ')' {$$ = TrCreateNode (PARSEOP_ACCESSAS,2,$3,$4);}
1231 ')' {$$ = TrCreateNode (PARSEOP_CONNECTION,1,$3);}
1478 : PARSEOP_BREAK {$$ = TrCreateNode (PARSEOP_BREAK, 0);}
1482 : PARSEOP_BREAKPOINT {$$ = TrCreateNode (PARSEOP_BREAKPOINT, 0);}
1486 : PARSEOP_CONTINUE {$$ = TrCreateNode (PARSEOP_CONTINUE, 0);}
1548 : PARSEOP_NOOP {$$ = TrCreateNode (PARSEOP_NOOP, 0);}
1858 ')' {$$ = TrCreateNode (PARSEOP_LNO
[all...]
H A Daslcompiler.h649 TrCreateNode (
H A Dasltree.c626 * FUNCTION: TrCreateNode
641 TrCreateNode ( function

Completed in 126 milliseconds