Home | History | Annotate | Download | only in compiler

Lines Matching refs:TrCreateLeafOp

169                                         TrCreateLeafOp (PARSEOP_ASL_CODE),1, $1);}
195 PARSEOP_OPEN_PAREN {$<n>$ = TrCreateLeafOp (PARSEOP_DEFINITION_BLOCK); COMMENT_CAPTURE_OFF;}
297 : {$$ = TrCreateLeafOp (PARSEOP_ONES);} /* Placeholder is a OnesOp object */
298 | ',' {$$ = TrCreateLeafOp (PARSEOP_ONES);} /* Placeholder is a OnesOp object */
425 TrCreateLeafOp (PARSEOP_DEFAULT_ARG),1,$1);}
427 TrCreateLeafOp (PARSEOP_DEFAULT_ARG),1,$2);}
447 TrCreateLeafOp (PARSEOP_DEFAULT_ARG),1,$1);}
449 TrCreateLeafOp (PARSEOP_DEFAULT_ARG),1,$2);}
592 | PARSEOP_REVISION {$$ = TrCreateLeafOp (PARSEOP_REVISION);}
865 : {$$ = TrCreateLeafOp (PARSEOP_ZERO);} /* Placeholder is a ZeroOp object */
866 | ',' {$$ = TrCreateLeafOp (PARSEOP_ZERO);} /* Placeholder is a ZeroOp object */
871 : {$$ = TrSetOpFlags (TrCreateLeafOp (PARSEOP_ZERO),
883 : {$$ = TrCreateLeafOp (PARSEOP_DEFAULT_ARG);}