Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.h729 : Overloads(std::make_move_iterator(Callbacks.begin()),
739 for (const auto &O : Overloads) {
758 bool Overload0Variadic = Overloads[0]->isVariadic();
760 for (const auto &O : Overloads) {
768 unsigned Overload0NumArgs = Overloads[0]->getNumArgs();
770 for (const auto &O : Overloads) {
779 for (const auto &O : Overloads) {
787 for (const auto &O : Overloads) {
795 std::vector<std::unique_ptr<MatcherDescriptor>> Overloads;
1130 std::vector<std::unique_ptr<MatcherDescriptor>> Overloads;
[all …]
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSema.cpp2433 const OverloadExpr *Overloads = nullptr; in tryExprAsCall() local
2442 Overloads = FR.Expression; in tryExprAsCall()
2444 Overloads = dyn_cast<UnresolvedMemberExpr>(E.IgnoreParens()); in tryExprAsCall()
2451 if (Overloads) { in tryExprAsCall()
2452 for (OverloadExpr::decls_iterator it = Overloads->decls_begin(), in tryExprAsCall()
2453 DeclsEnd = Overloads->decls_end(); it != DeclsEnd; ++it) { in tryExprAsCall()
2535 static void noteOverloads(Sema &S, const UnresolvedSetImpl &Overloads, in noteOverloads() argument
2539 for (UnresolvedSetImpl::iterator It = Overloads.begin(), in noteOverloads()
2540 DeclsEnd = Overloads.end(); It != DeclsEnd; ++It) { in noteOverloads()
2568 const UnresolvedSetImpl &Overloads, in notePlausibleOverloads() argument
[all …]
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DDXILEmitter.cpp275 static std::string getDXILOperationOverload(StringRef Overloads) { in getDXILOperationOverload() argument
277 Overloads.split(OverloadStrs, ';', /*MaxSplit*/ -1, /*KeepEmpty*/ false); in getDXILOperationOverload()
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp481 CVType &CVR, MethodOverloadListRecord &Overloads) { in visitKnownRecord() argument
482 for (auto &M : Overloads.Methods) in visitKnownRecord()
/openbsd-src/gnu/llvm/clang/lib/Headers/openmp_wrappers/
H A Dcmath39 // Overloads not provided by the CUDA wrappers but by the CUDA system headers.
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp232 MethodOverloadListRecord &Overloads) { in visitKnownRecord() argument
/openbsd-src/gnu/llvm/libcxx/docs/Status/
H A DCxx17Papers.csv105 …wg21.link/P0574R1>`__","LWG","Algorithm Complexity Constraints and Parallel Overloads","Kona","",""
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperl5320delta.pod1669 Overloads for octal and binary floating point literals were always
/openbsd-src/gnu/llvm/clang/docs/
H A DInternalsManual.rst1595 where present (see the section :ref:`Redeclarations and Overloads
1635 Redeclarations and Overloads