Searched defs:overloaded (Results 1 – 9 of 9) sorted by relevance
61 __device__ T overloaded() { return 1; } in overloaded() function64 __host__ T overloaded() { return 2; } in overloaded() function
22 int __attribute__((target_clones("sse4.2", "default"))) overloaded(int) { return 1; } in overloaded() function36 int __attribute__((target_clones("arch=ivybridge", "default"))) overloaded(const char *) { return 2… in overloaded() function
24 #define overloaded __attribute__((overloadable)) macro
220 void overloaded(int); variable 219 void overloaded(_BitInt(32)); global() 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
585 struct overloaded : Ts... { global() struct
33 struct overloaded : Ts... { global() struct
281 OverloadedMethodRecord &overloaded) { in visitKnownMember() argument