Lines Matching refs:TrAllocateOp
195 Op = TrAllocateOp (ParseOpcode); in TrCreateOp()
254 Child = TrAllocateOp (PARSEOP_DEFAULT_ARG); in TrCreateOp()
361 Op = TrAllocateOp (ParseOpcode); in TrCreateLeafOp()
393 Op = TrAllocateOp (ParseOpcode); in TrCreateValuedLeafOp()
623 Operator = TrAllocateOp (PARSEOP_STORE); in TrCreateAssignmentOp()
658 Op = TrAllocateOp (PARSEOP_ZERO); in TrCreateNullTargetOp()
703 Op = TrAllocateOp (PARSEOP_INTEGER); in TrCreateConstantLeafOp()
711 Op = TrAllocateOp (PARSEOP___METHOD__); in TrCreateConstantLeafOp()
717 Op = TrAllocateOp (PARSEOP_STRING_LITERAL); in TrCreateConstantLeafOp()
726 Op = TrAllocateOp (PARSEOP_STRING_LITERAL); in TrCreateConstantLeafOp()
736 Op = TrAllocateOp (PARSEOP_STRING_LITERAL); in TrCreateConstantLeafOp()
777 TrAllocateOp ( in TrAllocateOp() function