Searched defs:overloaded (Results 1 – 8 of 8) sorted by relevance
61 __device__ T overloaded() { return 1; } in overloaded() function64 __host__ T overloaded() { return 2; } in overloaded() function
12 int __attribute__((target_clones("sse4.2", "default"))) overloaded(int) { return 1; } in overloaded() function25 int __attribute__((target_clones("arch=ivybridge", "default"))) overloaded(const char *) { return 2… in overloaded() function
24 #define overloaded __attribute__((overloadable)) macro
205 void overloaded(_BitInt(32)); variable206 void overloaded(_BitInt(33)); variable
63 one overloaded(A); in overloaded_call() local64 two overloaded(B); in overloaded_call() local
134 void MixedCCStaticOverload::overloaded(int a) {} in overloaded() function in MixedCCStaticOverload135 void MixedCCStaticOverload::overloaded(short a) {} in overloaded() function in MixedCCStaticOverload
576 struct overloaded : Ts... { struct
271 OverloadedMethodRecord &overloaded) { in visitKnownMember()