Home | History | Annotate | Download | only in Sema

Lines Matching full:integral

198   case TemplateArgument::Integral:
200 // declaration in another case, keep the integral constant.
201 // If both are integral constants with the same value, keep that value.
204 (Y.getKind() == TemplateArgument::Integral &&
231 // If we deduced a dependent expression in one case and either an integral
232 // constant or a declaration in another case, keep the integral constant
234 if (Y.getKind() == TemplateArgument::Integral ||
257 // If we deduced a declaration and an integral constant, keep the
258 // integral constant.
259 if (Y.getKind() == TemplateArgument::Integral)
1463 // T __attribute__(((ext_vector_type(<integral constant>))))
1609 case TemplateArgument::Integral:
1610 if (Arg.getKind() == TemplateArgument::Integral) {
1632 if (Arg.getKind() == TemplateArgument::Integral)
1882 case TemplateArgument::Integral:
1943 case TemplateArgument::Integral: {
4497 case TemplateArgument::Integral: