Home | History | Annotate | Download | only in Sema

Lines Matching refs:Integral

189   case TemplateArgument::Integral:
191 // declaration in another case, keep the integral constant.
192 // If both are integral constants with the same value, keep that value.
195 (Y.getKind() == TemplateArgument::Integral &&
222 // If we deduced a dependent expression in one case and either an integral
223 // constant or a declaration in another case, keep the integral constant
225 if (Y.getKind() == TemplateArgument::Integral ||
248 // If we deduced a declaration and an integral constant, keep the
249 // integral constant.
250 if (Y.getKind() == TemplateArgument::Integral)
1450 // T __attribute__(((ext_vector_type(<integral constant>))))
1596 case TemplateArgument::Integral:
1597 if (Arg.getKind() == TemplateArgument::Integral) {
1619 if (Arg.getKind() == TemplateArgument::Integral)
1869 case TemplateArgument::Integral:
1930 case TemplateArgument::Integral: {
4429 case TemplateArgument::Integral: