Home
last modified time | relevance | path

Searched defs:i4 (Results 1 – 25 of 93) sorted by relevance

1234

/llvm-project/flang/test/Lower/PowerPC/
H A Dppc-vec-extract.f909 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 Dppc-vec-insert.f908 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 Dppc-vec-insert-elem-order.f9022 subroutine vec_insert_testi64i8(v, x, i1, i2, i4, i8) argument
/llvm-project/clang/test/Analysis/
H A Dstl-algorithm-modeling.cpp136 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 Dstl-algorithm-modeling-aggressive-std-find-modeling.cpp149 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 Dequal.pass.cpp29 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 Dnot_equal.pass.cpp30 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 Dequal.pass.cpp32 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 Ddoconcurrent06.f907 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 Dmodfile30.f9046 integer, parameter :: i4 = selected_int_kind(9) variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Dmisplaced-const.c19 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 Dp3.cpp12 int &i4 = 90000000000000000000000000000000000000000000000_x1; // expected-error {{integer literal is too large to be represented in any integer type}} variable
H A Dp4.cpp12 int &i4 = 1e1000000_x1; // expected-warning {{too large for type 'long double'}} variable
/llvm-project/flang/test/Lower/OpenMP/
H A Dthreadprivate-integer-different-kinds.f9011 integer(kind=4), save :: i4 variable
/llvm-project/clang/test/Sema/
H A Dtentative-decls.c39 int i4; variable
40 int i4; variable
/llvm-project/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/
H A Dp7.cpp16 const int i4 = 0; in h() local
/llvm-project/libcxx/test/std/iterators/stream.iterators/istream.iterator/istream.iterator.ops/
H A Dequal.pass.cpp36 std::istream_iterator<int> i4; in main() local
/llvm-project/llvm/test/tools/llvm-nm/X86/
H A Dradix.s41 .globl i4 symbol
43 i4: label
/llvm-project/flang/test/Lower/HLFIR/
H A Dconversion-ops.f905 integer(4) :: i4 local
/llvm-project/flang/test/Lower/Intrinsics/
H A Dexponent.f907 integer :: i1, i2, i3, i4 local
/llvm-project/flang/test/Integration/
H A Ddebug-local-var-2.f9071 integer(kind=4) :: i4 variable
/llvm-project/clang/test/OpenMP/
H A Dinterop_codegen.cpp23 omp_interop_t i4 = omp_interop_none; in main() local
/llvm-project/openmp/runtime/test/tasking/
H A Domp50_task_depend_mtx3.c52 int i1,i2,i3,i4; in main() local
/llvm-project/openmp/runtime/test/misc_bugs/
H A Dmany-microtask-args.c11 int i4 = 3; in main() local
/llvm-project/libcxx/test/std/utilities/utility/pairs/pairs.pair/
H A Dswap_member_const.pass.cpp60 int i1 = 0, i2 = 1, i3 = 2, i4 = 3; in test() local

1234