Lines Matching refs:TrSetOpFlags
138 | Type2IntegerOpcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);}
139 | Type2StringOpcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);}
154 | ',' SuperName {$$ = TrSetOpFlags ($2, OP_IS_TARGET);}
162 : SimpleName {$$ = TrSetOpFlags ($1, OP_IS_TERM_ARG);}
163 | Type2Opcode {$$ = TrSetOpFlags ($1, OP_IS_TERM_ARG);}
164 | DataObject {$$ = TrSetOpFlags ($1, OP_IS_TERM_ARG);}
167 PARSEOP_CLOSE_PAREN {$$ = TrSetOpFlags ($2, OP_IS_TERM_ARG);}
231 TrSetOpFlags ($1, OP_RESULT_NOT_USED),$2);}
233 TrSetOpFlags ($1, OP_RESULT_NOT_USED),$2);}
235 TrSetOpFlags ($1, OP_RESULT_NOT_USED),$3);}
237 TrSetOpFlags ($1, OP_RESULT_NOT_USED),$3);}
396 : Type5Opcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);}
397 | Type2BufferOrStringOpcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);}
398 | Type2BufferOpcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);}
407 : Type2IntegerOpcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);}
408 | Type3Opcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);}
414 : Type2StringOpcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);}
447 : Type3Opcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);
449 | Type2IntegerOpcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);
456 : Type3Opcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);
458 | Type2IntegerOpcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);
465 : Type3Opcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);
467 | Type2IntegerOpcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);
474 : Type3Opcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);
476 | Type2IntegerOpcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);
643 : Expression {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);}
692 : ConcatTerm {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);}
763 : {$$ = TrSetOpFlags (TrCreateLeafOp (PARSEOP_ZERO),