Lines Matching defs:Pi
1148 // Pi of the respective parameter-type- list of P is compared with the
1183 // If the parameter-declaration corresponding to Pi is a function
1624 // template arguments from a function declaration (14.8.2.6) and Pi and
1626 // respectively, Pi is adjusted if it is a forwarding reference and Ai
1628 // which case the type of Pi is changed to be the template parameter
1630 // Pi is T&& and Ai is X&, the adjusted Pi will be T, causing T to be
2702 // If P has a form that contains <T> or <i>, then each argument Pi of the
2712 // The simple case: deduce template arguments by matching Pi and Ai.
2723 // [and] Pi is not a pack expansion, template argument deduction
2744 // Perform deduction for this Pi/Ai pair.
2760 // If Pi is a pack expansion, then the pattern of Pi is compared with
2763 // template parameter packs expanded by Pi.