/llvm-project/flang/test/Lower/PowerPC/ |
H A D | ppc-vec-extract.f90 | 9 subroutine vec_extract_testf32(x, i1, i2, i4, i8) argument 58 subroutine vec_extract_testf64(x, i1, i2, i4, i8) argument 108 subroutine vec_extract_testi8(x, i1, i2, i4, i8) argument 157 subroutine vec_extract_testi16(x, i1, i2, i4, i8) argument 206 subroutine vec_extract_testi32(x, i1, i2, i4, i8) argument 255 subroutine vec_extract_testi64(x, i1, i2, i4, i8) argument
|
H A D | ppc-vec-insert.f90 | 8 subroutine vec_insert_testf32(v, x, i1, i2, i4, i8) argument 62 subroutine vec_insert_testf64(v, x, i1, i2, i4, i8) argument 116 subroutine vec_insert_testi8(v, x, i1, i2, i4, i8) argument 170 subroutine vec_insert_testi16(v, x, i1, i2, i4, i8) argument 224 subroutine vec_insert_testi32(v, x, i1, i2, i4, i8) argument 278 subroutine vec_insert_testi64(v, x, i1, i2, i4, i8) argument
|
H A D | ppc-vec-insert-elem-order.f90 | 22 subroutine vec_insert_testi64i8(v, x, i1, i2, i4, i8) argument
|
/llvm-project/clang/test/Analysis/ |
H A D | stl-algorithm-modeling.cpp | 136 const auto i4 = return_any_iterator(V2.begin()); test_find_first_of1() local 157 const auto i4 = return_any_iterator(V2.begin()); test_find_first_of2() local 179 const auto i4 = return_any_iterator(V2.begin()); test_find_first_of3() local 200 const auto i4 = return_any_iterator(V2.begin()); test_find_first_of4() local 222 const auto i4 = return_any_iterator(V2.begin()); test_find_end1() local 243 const auto i4 = return_any_iterator(V2.begin()); test_find_end2() local 265 const auto i4 = return_any_iterator(V2.begin()); test_find_end3() local 286 const auto i4 = return_any_iterator(V2.begin()); test_find_end4() local 386 const auto i4 = return_any_iterator(V2.begin()); test_search1() local 407 const auto i4 = return_any_iterator(V2.begin()); test_search2() local 429 const auto i4 = return_any_iterator(V2.begin()); test_search3() local 450 const auto i4 = return_any_iterator(V2.begin()); test_search4() local 472 const auto i4 = return_any_iterator(V2.begin()); test_search5() local [all...] |
H A D | stl-algorithm-modeling-aggressive-std-find-modeling.cpp | 149 const auto i4 = return_any_iterator(V2.begin()); test_find_first_of1() local 172 const auto i4 = return_any_iterator(V2.begin()); test_find_first_of2() local 196 const auto i4 = return_any_iterator(V2.begin()); test_find_first_of3() local 219 const auto i4 = return_any_iterator(V2.begin()); test_find_first_of4() local 243 const auto i4 = return_any_iterator(V2.begin()); test_find_end1() local 266 const auto i4 = return_any_iterator(V2.begin()); test_find_end2() local 290 const auto i4 = return_any_iterator(V2.begin()); test_find_end3() local 313 const auto i4 = return_any_iterator(V2.begin()); test_find_end4() local 423 const auto i4 = return_any_iterator(V2.begin()); test_search1() local 446 const auto i4 = return_any_iterator(V2.begin()); test_search2() local 470 const auto i4 = return_any_iterator(V2.begin()); test_search3() local 493 const auto i4 = return_any_iterator(V2.begin()); test_search4() local 517 const auto i4 = return_any_iterator(V2.begin()); test_search5() local [all...] |
/llvm-project/libcxx/test/std/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_equal/ |
H A D | equal.pass.cpp | 29 std::istreambuf_iterator<char> i4; in main() local 69 std::istreambuf_iterator<wchar_t> i4; in main() local
|
/llvm-project/libcxx/test/std/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op!=/ |
H A D | not_equal.pass.cpp | 30 std::istreambuf_iterator<char> i4; in main() local 90 std::istreambuf_iterator<wchar_t> i4; in main() local
|
/llvm-project/libcxx/test/std/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op==/ |
H A D | equal.pass.cpp | 32 std::istreambuf_iterator<char> i4; in main() local 92 std::istreambuf_iterator<wchar_t> i4; in main() local
|
/llvm-project/flang/test/Semantics/ |
H A D | doconcurrent06.f90 | 7 integer :: i1,i2,i3,i4,i5,i6,n local 30 integer :: i1,i2,i3,i4,i5,i6,n local 52 integer :: i1,i2,i3,i4,i5,i6,n local
|
H A D | modfile30.f90 | 46 integer, parameter :: i4 = selected_int_kind(9) variable
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/ |
H A D | misplaced-const.c | 19 ip const i4 = 0; in func() local 30 const int *i4) { in func2()
|
/llvm-project/clang/test/CXX/lex/lex.literal/lex.ext/ |
H A D | p3.cpp | 12 int &i4 = 90000000000000000000000000000000000000000000000_x1; // expected-error {{integer literal is too large to be represented in any integer type}} variable
|
H A D | p4.cpp | 12 int &i4 = 1e1000000_x1; // expected-warning {{too large for type 'long double'}} variable
|
/llvm-project/flang/test/Lower/OpenMP/ |
H A D | threadprivate-integer-different-kinds.f90 | 11 integer(kind=4), save :: i4 variable
|
/llvm-project/clang/test/Sema/ |
H A D | tentative-decls.c | 39 int i4; variable 40 int i4; variable
|
/llvm-project/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/ |
H A D | p7.cpp | 16 const int i4 = 0; in h() local
|
/llvm-project/libcxx/test/std/iterators/stream.iterators/istream.iterator/istream.iterator.ops/ |
H A D | equal.pass.cpp | 36 std::istream_iterator<int> i4; in main() local
|
/llvm-project/llvm/test/tools/llvm-nm/X86/ |
H A D | radix.s | 41 .globl i4 symbol 43 i4: label
|
/llvm-project/flang/test/Lower/HLFIR/ |
H A D | conversion-ops.f90 | 5 integer(4) :: i4 local
|
/llvm-project/flang/test/Lower/Intrinsics/ |
H A D | exponent.f90 | 7 integer :: i1, i2, i3, i4 local
|
/llvm-project/flang/test/Integration/ |
H A D | debug-local-var-2.f90 | 71 integer(kind=4) :: i4 variable
|
/llvm-project/clang/test/OpenMP/ |
H A D | interop_codegen.cpp | 23 omp_interop_t i4 = omp_interop_none; in main() local
|
/llvm-project/openmp/runtime/test/tasking/ |
H A D | omp50_task_depend_mtx3.c | 52 int i1,i2,i3,i4; in main() local
|
/llvm-project/openmp/runtime/test/misc_bugs/ |
H A D | many-microtask-args.c | 11 int i4 = 3; in main() local
|
/llvm-project/libcxx/test/std/utilities/utility/pairs/pairs.pair/ |
H A D | swap_member_const.pass.cpp | 60 int i1 = 0, i2 = 1, i3 = 2, i4 = 3; in test() local
|