Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/utilities/meta/stress_tests/
H A 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
/aosp_15_r20/external/clang/lib/Sema/
H A 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang-tidy/misc/
DNewDeleteOverloadsCheck.h21 Overloads; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-tidy/misc/
DNewDeleteOverloadsCheck.h21 Overloads; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-tidy/misc/
DNewDeleteOverloadsCheck.h21 Overloads; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-tidy/misc/
DNewDeleteOverloadsCheck.h21 Overloads; variable
/aosp_15_r20/external/clang/test/Modules/
H A Dno-linkage.cpp15 static int Overloads; // expected-note {{candidate}} variable
/aosp_15_r20/external/python/typing/docs/source/
Dlibraries.rst319 Overloads section in Best Practices for Inlined Types
/aosp_15_r20/external/pytorch/aten/src/ATen/core/op_registration/
H A DREADME.md189 ### Overloads subsection
/aosp_15_r20/external/clang/docs/
H A DInternalsManual.rst1145 .. _LexicalAndSemanticContexts:
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp232 MethodOverloadListRecord &Overloads) { in visitKnownRecord()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp226 MethodOverloadListRecord &Overloads) { in visitKnownRecord()
/aosp_15_r20/external/kotlinpoet/interop/kotlin-metadata/src/test/kotlin/com/squareup/kotlinpoet/metadata/specs/
H A DKotlinPoetMetadataSpecsTest.kt1406 class Overloads @JvmOverloads constructor( in <lambda>() class