Lines Matching refs:TrCreateLeafOp
169 TrCreateLeafOp (PARSEOP_ASL_CODE),1, $1);}
195 …PARSEOP_OPEN_PAREN {$<n>$ = TrCreateLeafOp (PARSEOP_DEFINITION_BLOCK); COMMENT_CAPTURE_OF…
297 …: {$$ = TrCreateLeafOp (PARSEOP_ONES);} /* Placeholder is a On…
298 …| ',' {$$ = TrCreateLeafOp (PARSEOP_ONES);} /* Placeholder is a On…
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 Ze…
866 …| ',' {$$ = TrCreateLeafOp (PARSEOP_ZERO);} /* Placeholder is a Ze…
871 : {$$ = TrSetOpFlags (TrCreateLeafOp (PARSEOP_ZERO),
883 : {$$ = TrCreateLeafOp (PARSEOP_DEFAULT_ARG);}