Home
last modified time | relevance | path

Searched defs:test_target (Results 1 – 7 of 7) sorted by relevance

/llvm-project/flang/test/Lower/
H A Ddummy-arguments.f9037 subroutine test_target(i, x) subroutine
38 integer, target :: i local
39 real, target :: x(:)
/llvm-project/lldb/test/API/python_api/name_lookup/
H A DTestNameLookup.py14 def test_target(self): member in TestNameLookup
/llvm-project/flang/test/Lower/OpenMP/
H A Ddeclare-target-link-tarop-cap.f9017 integer, target :: test_target = 1 variable
/llvm-project/lldb/test/API/functionalities/json/object-file/
H A DTestObjectFileJSON.py31 def test_target(self): member in TestObjectFileJSON
/llvm-project/llvm/test/Bindings/OCaml/
H A Dtarget.ml66 let test_target () = function
H A Dcore.ml66 let test_target () = global() function
/llvm-project/clang/test/OpenMP/
H A Ddeclare_variant_construct_codegen_1.c132 void test_target(int ***v1, int ***v2, int ***v3, int n) { in test_target() function