Searched defs:ps1 (Results 1 – 9 of 9) sorted by relevance
/llvm-project/flang/test/Semantics/ |
H A D | structconst04.f90 | 47 pure subroutine ps1(dummy1, dummy2, dummy3, dummy4) subroutine 48 real, target :: local1 49 type(t1) :: x1 50 type(t2) :: x2 51 type(t3) :: x3 52 type(t4) :: x4 53 real, intent(in), target :: dummy1 54 real, intent(inout), target :: dummy2 55 real, pointer :: dummy3 56 real, intent(inout), target :: dummy4[*] [all …]
|
H A D | structconst03.f90 | 52 pure subroutine ps1(dummy1, dummy2, dummy3, dummy4) subroutine 53 real, target :: local1 54 type(t1(0)) :: x1 55 type(t2(0)) :: x2 56 type(t3(0)) :: x3 57 type(t4(0)) :: x4 58 real, intent(in), target :: dummy1 59 real, intent(inout), target :: dummy2 60 real, pointer :: dummy3 61 real, intent(inout), target :: dummy4[*] [all …]
|
H A D | argshape01.f90 | 78 procedure(s1), pointer :: ps1 variable
|
/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.nonmember/ |
H A D | swap.pass.cpp | 33 fs::path::string_type ps1 = p1.native(); in main() local 51 fs::path::string_type ps1 = p1.native(); in main() local
|
/llvm-project/clang/test/OpenMP/ |
H A D | target_data_map_codegen_hold.cpp | 490 S2 *ps1; in foo() local
|
H A D | target_data_codegen.cpp | 623 S2 *ps1; in test_present_modifier() local
|
/llvm-project/clang/test/PCH/ |
H A D | namespaces.cpp | 42 used_cls* ps1 = &s1; variable
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | use-std-format.cpp | 86 const std::string *ps1 = &s1, *ps2 = &s2, *ps3 = &s3; StrFormat_field_width_and_precision() local
|
H A D | use-std-print.cpp | 1146 const std::string *ps1 = &s1, *ps2 = &s2, *ps3 = &s3; printf_field_width_and_precision() local 1183 const std::string *ps1 = &s1, *ps2 = &s2, *ps3 = &s3; fprintf_field_width_and_precision() local
|