Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/OpenMP/
H A Ddeclare_variant_implementation_vendor_codegen.cpp57 int method_() { return 11; } in method_() function
58 #pragma omp declare variant(SpecialFuncs::method_) \
61 #pragma omp declare variant(SpecialFuncs::method_) \
73 int method_();
74 #pragma omp declare variant(SpecSpecialFuncs::method_) \
77 #pragma omp declare variant(SpecSpecialFuncs::method_) \
82 int SpecSpecialFuncs::method_() { return 15; } in method_() function in SpecSpecialFuncs
H A Ddeclare_variant_device_kind_codegen.cpp152 int method_() { return 6; } in method_() function
153 #pragma omp declare variant(SpecialFuncs::method_) \
156 #pragma omp declare variant(SpecialFuncs::method_) \
168 int method_();
169 #pragma omp declare variant(SpecSpecialFuncs::method_) \
172 #pragma omp declare variant(SpecSpecialFuncs::method_) \
177 int SpecSpecialFuncs::method_() { return 7; } in method_() function in SpecSpecialFuncs
H A Dnvptx_declare_variant_implementation_vendor_codegen.cpp71 int method_() { return 11; } in method_() function
72 #pragma omp declare variant(SpecialFuncs::method_) \
75 #pragma omp declare variant(SpecialFuncs::method_) \
87 int method_();
88 #pragma omp declare variant(SpecSpecialFuncs::method_) \
91 #pragma omp declare variant(SpecSpecialFuncs::method_) \
98 int SpecSpecialFuncs::method_() { return 15; } in method_() function in SpecSpecialFuncs
H A Dnvptx_declare_variant_device_kind_codegen.cpp94 int method_() { return 11; } in method_() function
95 #pragma omp declare variant(SpecialFuncs::method_) \
98 #pragma omp declare variant(SpecialFuncs::method_) \
110 int method_();
111 #pragma omp declare variant(SpecSpecialFuncs::method_) \
114 #pragma omp declare variant(SpecSpecialFuncs::method_) \
121 int SpecSpecialFuncs::method_() { return 15; } in method_() function in SpecSpecialFuncs
H A Ddeclare_variant_mixed_codegen.cpp70 int method_() { return 12; } in method_() function
71 #pragma omp declare variant(SpecialFuncs::method_) \
74 #pragma omp declare variant(SpecialFuncs::method_) \
86 int method_();
87 #pragma omp declare variant(SpecSpecialFuncs::method_) \
90 #pragma omp declare variant(SpecSpecialFuncs::method_) \
95 int SpecSpecialFuncs::method_() { return 16; } in method_() function in SpecSpecialFuncs