Searched refs:TrAllocateNode (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/sys/contrib/dev/acpica/compiler/
H A Dasltree.c96 * FUNCTION: TrAllocateNode
107 TrAllocateNode ( function
456 Op = TrAllocateNode (ParseOpcode);
500 Op = TrAllocateNode (PARSEOP_INTEGER);
506 Op = TrAllocateNode (PARSEOP_STRING_LITERAL);
515 Op = TrAllocateNode (PARSEOP_STRING_LITERAL);
526 Op = TrAllocateNode (PARSEOP_STRING_LITERAL);
574 Op = TrAllocateNode (ParseOpcode);
658 Op = TrAllocateNode (ParseOpcode);
710 Child = TrAllocateNode (PARSEOP_DEFAULT_AR
[all...]
H A Daslfold.c375 RootOp = TrAllocateNode (PARSEOP_INTEGER);
466 RootOp = TrAllocateNode (PARSEOP_INTEGER);
480 RootOp = TrAllocateNode (PARSEOP_RAW_DATA);
H A Daslopcodes.c699 NewOp = TrAllocateNode (PARSEOP_INTEGER);
710 NewOp = TrAllocateNode (PARSEOP_RAW_DATA);
H A Daslcompiler.h636 TrAllocateNode (

Completed in 162 milliseconds