Lines Matching full:overload
415 assert(O == OR_Success && "Inconsistent overload resolution");
1244 // FIXME: This is invalid, and accepting it causes overload resolution
1245 // to pick the wrong overload in some corner cases.
3419 // Perform overload resolution and return the result.
3424 /// enumerates the constructors of the initialized entity and performs overload
3462 // through overload resolution.
3471 // 8.5.4 [dcl.init.list] specifies that overload resolution is performed
3472 // according to the rules in this section, overload resolution selects
3496 // - If no viable initializer-list constructor is found, overload resolution
3925 // Perform overload resolution. If it fails, return the failed result.
3932 // This is the overload that will be used for this initialization step if we
4140 // one through overload resolution (13.3)),
4436 /// which enumerates all conversion functions and performs overload resolution
4544 // Perform overload resolution. If it fails, return the failed result.
4826 // Eliminate non-overload placeholder types in the arguments. We
5017 // 13.3.1.4, and the best one is chosen through overload resolution
5361 // Perform overload resolution using the class's copy/move constructors.
5477 // Perform overload resolution.
6218 // Overload resolution determined which function invoke; update the
6995 llvm_unreachable("Inconsistent overload resolution?");
7183 llvm_unreachable("Inconsistent overload resolution?");
7253 assert(Ovl == OR_Success && "Inconsistent overload resolution");
7314 OS << "overload resolution for reference initialization failed";