Lines Matching full:deduce
1797 // If the type contained 'auto', deduce the 'auto' to 'id'.
1863 // Deduce the type for the iterator variable now rather than leaving it to
2203 // Deduce any 'auto's in the loop variable as 'DependentTy'. We'll fill
2896 // statement individually, and deduce the common return type when the block
2917 // though we represent it as one). We still deduce 'void'.
3059 /// Deduce the return type for a function from a returned expression, per
3088 // Otherwise, [...] deduce a value for U using the rules of template
3114 // We always deduce U = void in this case.