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

/freebsd-10.0-release/sys/contrib/dev/acpica/compiler/
H A Daslcompiler.h664 TrCreateConstantLeafNode (
H A Dasltree.c468 * FUNCTION: TrCreateConstantLeafNode
485 TrCreateConstantLeafNode ( function
H A Daslcompiler.y2517 | PARSEOP___DATE__ {$$ = TrCreateConstantLeafNode (PARSEOP___DATE__);}
2518 | PARSEOP___FILE__ {$$ = TrCreateConstantLeafNode (PARSEOP___FILE__);}
2519 | PARSEOP___LINE__ {$$ = TrCreateConstantLeafNode (PARSEOP___LINE__);}
2520 | PARSEOP___PATH__ {$$ = TrCreateConstantLeafNode (PARSEOP___PATH__);}

Completed in 112 milliseconds