Home | History | Annotate | Download | only in src

Lines Matching refs:HParameter

3375 class HParameter: public HTemplateInstruction<0> {
3377 explicit HParameter(unsigned index) : index_(index) {