Home
last modified time | relevance | path

Searched refs:Overloads (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.h728 : Overloads(std::make_move_iterator(Callbacks.begin()),
738 for (const auto &O : Overloads) {
757 bool Overload0Variadic = Overloads[0]->isVariadic();
759 for (const auto &O : Overloads) {
767 unsigned Overload0NumArgs = Overloads[0]->getNumArgs();
769 for (const auto &O : Overloads) {
778 for (const auto &O : Overloads) {
786 for (const auto &O : Overloads) {
794 std::vector<std::unique_ptr<MatcherDescriptor>> Overloads;
1130 std::vector<std::unique_ptr<MatcherDescriptor>> Overloads;
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSema.cpp2219 const OverloadExpr *Overloads = nullptr; in tryExprAsCall() local
2228 Overloads = FR.Expression; in tryExprAsCall()
2230 Overloads = dyn_cast<UnresolvedMemberExpr>(E.IgnoreParens()); in tryExprAsCall()
2237 if (Overloads) { in tryExprAsCall()
2238 for (OverloadExpr::decls_iterator it = Overloads->decls_begin(), in tryExprAsCall()
2239 DeclsEnd = Overloads->decls_end(); it != DeclsEnd; ++it) { in tryExprAsCall()
2321 static void noteOverloads(Sema &S, const UnresolvedSetImpl &Overloads, in noteOverloads() argument
2325 for (UnresolvedSetImpl::iterator It = Overloads.begin(), in noteOverloads()
2326 DeclsEnd = Overloads.end(); It != DeclsEnd; ++It) { in noteOverloads()
2351 const UnresolvedSetImpl &Overloads, in notePlausibleOverloads() argument
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/
H A Dcmath39 // Overloads not provided by the CUDA wrappers but by the CUDA system headers.
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dcharconv668 // Overloads for float.
675 // Overloads for double.
682 // Overloads for long double.
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp478 CVType &CVR, MethodOverloadListRecord &Overloads) { in visitKnownRecord() argument
479 for (auto &M : Overloads.Methods) in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp228 MethodOverloadListRecord &Overloads) { in visitKnownRecord() argument
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/
H A Dtraits.d650 interface Overloads
657 alias ov = __traits(getVirtualFunctions, Overloads, "test");
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/
H A DCxx1zStatusPaperStatus.csv105 …wg21.link/P0574R1>`__","LWG","Algorithm Complexity Constraints and Parallel Overloads","Kona","",""
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dmatch-and-simplify.texi72 and calls to @code{fold_convert}. Overloads without the @code{location_t}
H A Dgccint.info46606 ...)' and calls to 'fold_convert'. Overloads without the 'location_t'
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dmatch-and-simplify.texi72 and calls to @code{fold_convert}. Overloads without the @code{location_t}
H A Dgccint.info44981 ...)' and calls to 'fold_convert'. Overloads without the 'location_t'
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dtraits.d2108 interface Overloads
2115 alias ov = AliasSeq!(__traits(getVirtualFunctions, Overloads, "test"));
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dtraits.d2297 interface Overloads
2304 alias ov = __traits(getVirtualFunctions, Overloads, "test");
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DInternalsManual.rst1592 where present (see the section :ref:`Redeclarations and Overloads
1632 Redeclarations and Overloads
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20153277 (std::__miter_base): Overloads for std::reverse_iterator and
3834 (std::__niter_base): Overloads for std::reverse_iterator,
H A DChangeLog-20173138 * src/c++11/codecvt.cc (operator&=, operator|=, operator~): Overloads
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20202761 (operator|, operator&): Overloads for it.
2812 (operator|, operator&): Overloads for it.