Home
last modified time | relevance | path

Searched refs:SpecSpecialFuncs (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/test/OpenMP/
H A Ddeclare_variant_implementation_vendor_codegen.cpp68 struct SpecSpecialFuncs { struct
70 SpecSpecialFuncs(); argument
71 ~SpecSpecialFuncs();
74 #pragma omp declare variant(SpecSpecialFuncs::method_) \
77 #pragma omp declare variant(SpecSpecialFuncs::method_) \ argument
82 int SpecSpecialFuncs::method_() { return 15; } in method_()
83 int SpecSpecialFuncs::Method() { return 16; } in Method()
H A Ddeclare_variant_device_kind_codegen.cpp163 struct SpecSpecialFuncs { struct
165 SpecSpecialFuncs(); argument
166 ~SpecSpecialFuncs();
169 #pragma omp declare variant(SpecSpecialFuncs::method_) \
172 #pragma omp declare variant(SpecSpecialFuncs::method_) \ argument
177 int SpecSpecialFuncs::method_() { return 7; } in method_()
178 int SpecSpecialFuncs::Method() { return 1; } in Method()
H A Dnvptx_declare_variant_implementation_vendor_codegen.cpp82 struct SpecSpecialFuncs { struct
84 SpecSpecialFuncs(); argument
85 ~SpecSpecialFuncs();
88 #pragma omp declare variant(SpecSpecialFuncs::method_) \
91 #pragma omp declare variant(SpecSpecialFuncs::method_) \ argument
98 int SpecSpecialFuncs::method_() { return 15; } in method_()
99 int SpecSpecialFuncs::Method() { return 16; } in Method()
H A Dnvptx_declare_variant_device_kind_codegen.cpp105 struct SpecSpecialFuncs { struct
107 SpecSpecialFuncs(); argument
108 ~SpecSpecialFuncs();
111 #pragma omp declare variant(SpecSpecialFuncs::method_) \
114 #pragma omp declare variant(SpecSpecialFuncs::method_) \ argument
121 int SpecSpecialFuncs::method_() { return 15; } in method_()
122 int SpecSpecialFuncs::Method() { return 16; } in Method()
H A Ddeclare_variant_mixed_codegen.cpp81 struct SpecSpecialFuncs { struct
83 SpecSpecialFuncs(); argument
84 ~SpecSpecialFuncs();
87 #pragma omp declare variant(SpecSpecialFuncs::method_) \
90 #pragma omp declare variant(SpecSpecialFuncs::method_) \ argument
95 int SpecSpecialFuncs::method_() { return 16; } in method_()
96 int SpecSpecialFuncs::Method() { return 17; } in Method()