Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/test/Lower/
H A Dprocedure-declarations.f90187 subroutine test_target(i, x)
195 call test_target(i, x)
/llvm-project-15.0.7/clang/test/OpenMP/
H A Ddeclare_variant_construct_codegen_1.c108 void test_target(int ***v1, int ***v2, int ***v3, int n);
112 #pragma omp declare variant(test_target) match(construct = {target})
132 void test_target(int ***v1, int ***v2, int ***v3, int n) { in test_target() function
/llvm-project-15.0.7/llvm/test/Bindings/OCaml/
H A Dtarget.ml66 let test_target () = function
110 test_target ();
H A Dcore.ml55 let test_target () = function
1508 suite "target" test_target;
/llvm-project-15.0.7/lldb/test/API/python_api/name_lookup/
H A DTestNameLookup.py17 def test_target(self): member in TestNameLookup