Home
last modified time | relevance | path

Searched defs:Overloads (Results 1 – 7 of 7) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/utilities/meta/stress_tests/
Dstress_test_variant_overloads_impl.sh.cpp75 using Overloads = typename MakeOverloads< typedef
95 using Overloads = Overload<Types...>; typedef
101 using Overloads = std::__variant_detail::_MakeOverloads<Types...>; typedef
/external/clang/test/Modules/
Dno-linkage.cpp15 static int Overloads; // expected-note {{candidate}} variable
/external/python/typing/docs/source/
Dlibraries.rst319 Overloads section in Best Practices for Inlined Types
/external/clang/lib/Sema/
DSema.cpp1302 const OverloadExpr *Overloads = nullptr; in tryExprAsCall() local
1400 static void noteOverloads(Sema &S, const UnresolvedSetImpl &Overloads, in noteOverloads()
1424 const UnresolvedSetImpl &Overloads, in notePlausibleOverloads()
1459 UnresolvedSet<4> Overloads; in tryToRecoverWithCall() local
/external/clang/docs/
DInternalsManual.rst1145 .. _LexicalAndSemanticContexts:
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DRecordName.cpp226 MethodOverloadListRecord &Overloads) { in visitKnownRecord()
/external/kotlinpoet/interop/kotlinx-metadata/src/test/kotlin/com/squareup/kotlinpoet/metadata/specs/
DKotlinPoetMetadataSpecsTest.kt1449 class Overloads @JvmOverloads constructor( in <lambda>() class