Home
last modified time | relevance | path

Searched defs:overloaded (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/test/CodeGenCUDA/
H A Dlambda.cu61 __device__ T overloaded() { return 1; } in overloaded() function
64 __host__ T overloaded() { return 2; } in overloaded() function
/llvm-project/clang/test/CodeGenCXX/
H A Dattr-target-clones.cpp22 int __attribute__((target_clones("sse4.2", "default"))) overloaded(int) { return 1; } in overloaded() function
36 int __attribute__((target_clones("arch=ivybridge", "default"))) overloaded(const char *) { return 2… in overloaded() function
/llvm-project/clang/test/Sema/
H A Dpass-object-size.c24 #define overloaded __attribute__((overloadable)) macro
/llvm-project/clang/test/SemaCXX/
H A Dext-int.cpp220 void overloaded(int); variable
219 void overloaded(_BitInt(32)); global() variable
H A Dcxx0x-initializer-aggregates.cpp63 one overloaded(A); in overloaded_call() local
64 two overloaded(B); in overloaded_call() local
H A Ddecl-microsoft-call-conv.cpp134 void MixedCCStaticOverload::overloaded(int a) {} in overloaded() function in MixedCCStaticOverload
135 void MixedCCStaticOverload::overloaded(short a) {} in overloaded() function in MixedCCStaticOverload
H A Dcxx1z-class-template-argument-deduction.cpp585 struct overloaded : Ts... { global() struct
/llvm-project/libcxx/test/std/utilities/variant/variant.visit.member/
H A Dvisit_return_type.pass.cpp33 struct overloaded : Ts... { global() struct
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp281 OverloadedMethodRecord &overloaded) { in visitKnownMember() argument