Home
last modified time | relevance | path

Searched refs:stat_used_ (Results 1 – 25 of 65) sorted by relevance

123

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/OpenMP/
H A Ddeclare_variant_implementation_vendor_codegen.cpp52 static int stat_used_();
53 #pragma omp declare variant(stat_used_) match(implementation = {vendor(llvm)})
60 static int stat_used_() { return 5; } in stat_used_() function
H A Ddeclare_variant_device_kind_codegen.cpp106 static int stat_used_();
107 #pragma omp declare variant(stat_used_) match(device = {kind(CORRECT)})
114 static int stat_used_() { return 5; } in stat_used_() function
H A Dnvptx_declare_variant_implementation_vendor_codegen.cpp44 static int stat_used_();
60 #pragma omp declare variant(stat_used_) match(implementation = {vendor(llvm)})
75 static int stat_used_() { return 5; } in stat_used_() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/OpenMP/
H A Ddeclare_variant_implementation_vendor_codegen.cpp42 static int stat_used_();
43 #pragma omp declare variant(stat_used_) match(implementation = {vendor(llvm)})
50 static int stat_used_() { return 10; } in stat_used_() function
H A Dnvptx_declare_variant_implementation_vendor_codegen.cpp31 static int stat_used_();
47 #pragma omp declare variant(stat_used_) match(implementation = {vendor(llvm)})
62 static int stat_used_() { return 10; } in stat_used_() function
H A Ddeclare_variant_device_kind_codegen.cpp137 static int stat_used_();
138 #pragma omp declare variant(stat_used_) match(device = {kind(CORRECT)})
145 static int stat_used_() { return 5; } in stat_used_() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/OpenMP/
H A Ddeclare_variant_implementation_vendor_codegen.cpp42 static int stat_used_();
43 #pragma omp declare variant(stat_used_) match(implementation = {vendor(llvm)})
50 static int stat_used_() { return 10; } in stat_used_() function
H A Dnvptx_declare_variant_implementation_vendor_codegen.cpp31 static int stat_used_();
47 #pragma omp declare variant(stat_used_) match(implementation = {vendor(llvm)})
62 static int stat_used_() { return 10; } in stat_used_() function
H A Ddeclare_variant_device_kind_codegen.cpp137 static int stat_used_();
138 #pragma omp declare variant(stat_used_) match(device = {kind(CORRECT)})
145 static int stat_used_() { return 5; } in stat_used_() function
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/OpenMP/
H A Ddeclare_variant_implementation_vendor_codegen.cpp42 static int stat_used_();
43 #pragma omp declare variant(stat_used_) match(implementation = {vendor(llvm)})
50 static int stat_used_() { return 10; } in stat_used_() function
H A Ddeclare_variant_device_kind_codegen.cpp137 static int stat_used_();
138 #pragma omp declare variant(stat_used_) match(device = {kind(CORRECT)})
145 static int stat_used_() { return 5; } in stat_used_() function
H A Dnvptx_declare_variant_implementation_vendor_codegen.cpp31 static int stat_used_();
47 #pragma omp declare variant(stat_used_) match(implementation = {vendor(llvm)})
62 static int stat_used_() { return 10; } in stat_used_() function
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/OpenMP/
H A Ddeclare_variant_implementation_vendor_codegen.cpp42 static int stat_used_();
43 #pragma omp declare variant(stat_used_) match(implementation = {vendor(llvm)})
50 static int stat_used_() { return 10; } in stat_used_() function
H A Dnvptx_declare_variant_implementation_vendor_codegen.cpp26 static int stat_used_();
42 #pragma omp declare variant(stat_used_) match(implementation = {vendor(llvm)})
57 static int stat_used_() { return 10; } in stat_used_() function
H A Ddeclare_variant_device_kind_codegen.cpp97 static int stat_used_();
98 #pragma omp declare variant(stat_used_) match(device = {kind(CORRECT)})
105 static int stat_used_() { return 5; } in stat_used_() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/OpenMP/
H A Ddeclare_variant_implementation_vendor_codegen.cpp42 static int stat_used_();
43 #pragma omp declare variant(stat_used_) match(implementation = {vendor(llvm)})
50 static int stat_used_() { return 10; } in stat_used_() function
H A Dnvptx_declare_variant_implementation_vendor_codegen.cpp26 static int stat_used_();
42 #pragma omp declare variant(stat_used_) match(implementation = {vendor(llvm)})
57 static int stat_used_() { return 10; } in stat_used_() function
H A Ddeclare_variant_device_kind_codegen.cpp97 static int stat_used_();
98 #pragma omp declare variant(stat_used_) match(device = {kind(CORRECT)})
105 static int stat_used_() { return 5; } in stat_used_() function
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/OpenMP/
H A Ddeclare_variant_implementation_vendor_codegen.cpp52 static int stat_used_();
53 #pragma omp declare variant(stat_used_) match(implementation = {vendor(llvm)})
60 static int stat_used_() { return 5; } in stat_used_() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/OpenMP/
H A Ddeclare_variant_implementation_vendor_codegen.cpp42 static int stat_used_();
43 #pragma omp declare variant(stat_used_) match(implementation = {vendor(llvm)})
50 static int stat_used_() { return 10; } in stat_used_() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/OpenMP/
H A Ddeclare_variant_implementation_vendor_codegen.cpp42 static int stat_used_();
43 #pragma omp declare variant(stat_used_) match(implementation = {vendor(llvm)})
50 static int stat_used_() { return 10; } in stat_used_() function
/dports/lang/clang-mesa/clang-13.0.1.src/test/OpenMP/
H A Ddeclare_variant_implementation_vendor_codegen.cpp42 static int stat_used_();
43 #pragma omp declare variant(stat_used_) match(implementation = {vendor(llvm)})
50 static int stat_used_() { return 10; } in stat_used_() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/OpenMP/
H A Ddeclare_variant_implementation_vendor_codegen.cpp42 static int stat_used_();
43 #pragma omp declare variant(stat_used_) match(implementation = {vendor(llvm)})
50 static int stat_used_() { return 10; } in stat_used_() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/OpenMP/
H A Ddeclare_variant_implementation_vendor_codegen.cpp42 static int stat_used_();
43 #pragma omp declare variant(stat_used_) match(implementation = {vendor(llvm)})
50 static int stat_used_() { return 10; } in stat_used_() function
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/OpenMP/
H A Ddeclare_variant_implementation_vendor_codegen.cpp42 static int stat_used_();
43 #pragma omp declare variant(stat_used_) match(implementation = {vendor(llvm)})
50 static int stat_used_() { return 10; } in stat_used_() function

123