Searched refs:TrAllocateOp (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslparseop.c195 Op = TrAllocateOp (ParseOpcode);
254 Child = TrAllocateOp (PARSEOP_DEFAULT_ARG);
361 Op = TrAllocateOp (ParseOpcode);
393 Op = TrAllocateOp (ParseOpcode);
623 Operator = TrAllocateOp (PARSEOP_STORE);
658 Op = TrAllocateOp (PARSEOP_ZERO);
703 Op = TrAllocateOp (PARSEOP_INTEGER);
711 Op = TrAllocateOp (PARSEOP___METHOD__);
717 Op = TrAllocateOp (PARSEOP_STRING_LITERAL);
726 Op = TrAllocateOp (PARSEOP_STRING_LITERA
777 TrAllocateOp ( function
[all...]
H A Daslprintf.c194 DestOp = TrAllocateOp (PARSEOP_DEBUG);
299 NewOp = TrAllocateOp (PARSEOP_STRING_LITERAL);
360 NewOp = TrAllocateOp (PARSEOP_STRING_LITERAL);
388 NewOp = TrAllocateOp (PARSEOP_STRING_LITERAL);
464 NewConcatOp = TrAllocateOp (PARSEOP_CONCATENATE);
482 TrAllocateOp (PARSEOP_ZERO);
H A Daslfold.c546 RootOp = TrAllocateOp (PARSEOP_INTEGER);
673 NewParent = TrAllocateOp (PARSEOP_INTEGER);
807 LengthOp = TrAllocateOp (PARSEOP_INTEGER);
818 DataOp = TrAllocateOp (PARSEOP_RAW_DATA);
H A Dasltree.c555 Child = TrAllocateOp (PARSEOP_DEFAULT_ARG);
725 Next = TrAllocateOp (PARSEOP_DEFAULT_ARG);
H A Daslexternal.c205 ListOp = TrAllocateOp (PARSEOP_DEFAULT_ARG);
586 PredicateOp = TrAllocateOp (PARSEOP_ZERO);
H A Daslopcodes.c816 NewOp = TrAllocateOp (PARSEOP_INTEGER);
827 NewOp = TrAllocateOp (PARSEOP_RAW_DATA);
H A Daslpld.c690 NewOp = TrAllocateOp (PARSEOP_INTEGER);
701 NewOp = TrAllocateOp (PARSEOP_RAW_DATA);
H A Daslcompiler.h916 TrAllocateOp (

Completed in 189 milliseconds