Lines Matching refs:TrSetOpFlags
246 | Type2IntegerOpcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);}
247 | Type2StringOpcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);}
262 | ',' SuperName {$$ = TrSetOpFlags ($2, OP_IS_TARGET);}
270 : SimpleName {$$ = TrSetOpFlags ($1, OP_IS_TERM_ARG);}
271 | Type2Opcode {$$ = TrSetOpFlags ($1, OP_IS_TERM_ARG);}
272 | DataObject {$$ = TrSetOpFlags ($1, OP_IS_TERM_ARG);}
275 PARSEOP_CLOSE_PAREN {$$ = TrSetOpFlags ($2, OP_IS_TERM_ARG);}
339 TrSetOpFlags ($1, OP_RESULT_NOT_USED),$2);}
341 TrSetOpFlags ($1, OP_RESULT_NOT_USED),$2);}
343 TrSetOpFlags ($1, OP_RESULT_NOT_USED),$3);}
345 TrSetOpFlags ($1, OP_RESULT_NOT_USED),$3);}
504 : Type5Opcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);}
505 | Type2BufferOrStringOpcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);}
506 | Type2BufferOpcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);}
515 : Type2IntegerOpcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);}
516 | Type3Opcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);}
522 : Type2StringOpcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);}
555 : Type3Opcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);
557 | Type2IntegerOpcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);
564 : Type3Opcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);
566 | Type2IntegerOpcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);
573 : Type3Opcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);
575 | Type2IntegerOpcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);
582 : Type3Opcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);
584 | Type2IntegerOpcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);
751 : Expression {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);}
800 : ConcatTerm {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);}
871 : {$$ = TrSetOpFlags (TrCreateLeafOp (PARSEOP_ZERO),