Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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-15.0.7/clang/test/CodeGenCXX/
H A Dattr-target-clones.cpp12 int __attribute__((target_clones("sse4.2", "default"))) overloaded(int) { return 1; } in overloaded() function
25 int __attribute__((target_clones("arch=ivybridge", "default"))) overloaded(const char *) { return 2… in overloaded() function
/llvm-project-15.0.7/clang/test/Sema/
H A Dpass-object-size.c24 #define overloaded __attribute__((overloadable)) macro
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dext-int.cpp205 void overloaded(_BitInt(32)); variable
206 void overloaded(_BitInt(33)); 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.cpp576 struct overloaded : Ts... { struct
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp271 OverloadedMethodRecord &overloaded) { in visitKnownMember()