/llvm-project/flang/test/Lower/Intrinsics/ |
H A D | selected_logical_kind.f90 | 3 subroutine selected_logical_kind_test1(input) argument 4 integer(1) :: input, res local 17 subroutine selected_logical_kind_test2(input) argument 18 integer(2) :: input, res local 31 subroutine selected_logical_kind_test4(input) argument 32 integer(4) :: input, res local 45 subroutine selected_logical_kind_test8(input) argument 46 integer(8) :: input, res local 59 subroutine selected_logical_kind_test16(input) argument 60 integer(16) :: input, res local
|
/llvm-project/clang/test/Analysis/ |
H A D | pr22954.c | 26 char input[] = {'a', 'b', 'c', 'd'}; in f0() local 40 char input[] = {'a', 'b', 'c', 'd'}; in f1() local 54 char input[] = {'a', 'b', 'c', 'd'}; in f2() local 68 char input[] = {'a', 'b', 'c', 'd'}; in f3() local 93 char input[] = {'a', 'b', 'c', 'd'}; in f4() local 114 char input[] = {'a', 'b', 'c', 'd'}; in f5() local 122 char input[] = {'a', 'b', 'c', 'd'}; in f6() local 130 char input[] = {'a', 'b', 'c', 'd'}; in f7() local 138 char input[] = {'a', 'b', 'c', 'd'}; in f8() local 148 char input[] = {'a', 'b', 'c', 'd'}; in f9() local [all …]
|
/llvm-project/libcxx/test/libcxx/localization/locale.categories/ |
H A D | __scan_keyword.pass.cpp | 48 const char input[] = "a"; in main() local 60 const char input[] = "abc"; in main() local 72 const char input[] = "abb"; in main() local 84 const char input[] = "Tue "; in main() local 96 const char input[] = "tue "; in main() local 108 const char input[] = "tue "; in main() local
|
/llvm-project/clang/test/Sema/ |
H A D | format-strings-enum-fixed-type.cpp | 18 void test(TestEnum input) { in test() 36 void testLong(LongEnum input) { in testLong() 48 void testUnderlyingTypedef(ShortEnum input) { in testUnderlyingTypedef() 66 void testTypedefChain(ShortEnum2 input) { in testTypedefChain() 78 void testChar(CharEnum input) { in testChar()
|
/llvm-project/mlir/test/python/dialects/linalg/opdsl/ |
H A D | emit_misc.py | 84 def test_f32_elemwise_exp(input, init_result): argument 95 def test_f32_elemwise_log(input, init_result): argument 106 def test_f32_elemwise_abs(input, init_result): argument 117 def test_f32_elemwise_ceil(input, init_result): argument 128 def test_f32_elemwise_floor(input, init_result): argument 139 def test_f32_elemwise_neg(input, init_result): argument 150 def test_c32_elemwise_neg(input, init_result): argument 158 def test_non_default_op_name(input, init_result): argument
|
H A D | emit_pooling.py | 55 def test_f32i32_max_pooling(input, shape, init_result): argument 68 def test_f32i32_max_unsigned_pooling(input, shape, init_result): argument 92 def test_f32f32_max_pooling(input, shape, init_result): argument 105 def test_f32i32_min_pooling(input, shape, init_result): argument 123 def test_f32i32_min_unsigned_pooling(input, shape, init_result): argument 141 def test_f32f32_min_pooling(input, shape, init_result): argument
|
/llvm-project/libcxx/test/std/containers/container.adaptors/container.adaptors.format/ |
H A D | format.functions.tests.h | 30 test_char_default(TestFunction check,ExceptionTest check_exception,auto && input) test_char_default() argument 139 test_char_string(TestFunction check,ExceptionTest check_exception,auto && input) test_char_string() argument 192 test_char_escaped_string(TestFunction check,ExceptionTest check_exception,auto && input) test_char_escaped_string() argument 308 test_bool(TestFunction check,ExceptionTest check_exception,auto && input) test_bool() argument 423 test_int(TestFunction check,ExceptionTest check_exception,auto && input) test_int() argument 532 test_floating_point(TestFunction check,ExceptionTest check_exception,auto && input) test_floating_point() argument 669 test_pointer(TestFunction check,ExceptionTest check_exception,auto && input) test_pointer() argument 778 test_string(TestFunction check,ExceptionTest check_exception,auto && input) test_string() argument 889 test_status(TestFunction check,ExceptionTest check_exception,auto && input) test_status() argument [all...] |
/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.shift/ |
H A D | shift_right.pass.cpp | 47 T input[] = { 0, 1, 2 }; in test() local 57 T input[] = { 0, 1, 2 }; in test() local 65 T input[] = { 1, 2, 3, 4, 5, 6, 7, 8 }; in test() local 73 T input[] = { 1, 2, 3, 4, 5, 6, 7, 8 }; in test() local 83 T input[] = { 0, 1, 2 }; in test() local 94 T input[] = { 0, 1, 2 }; in test() local
|
H A D | shift_left.pass.cpp | 47 T input[] = { 0, 1, 2 }; in test() local 58 T input[] = { 0, 1, 2 }; in test() local 66 T input[] = { 1, 2, 3, 4, 5, 6, 7, 8 }; in test() local 74 T input[] = { 1, 2, 3, 4, 5, 6, 7, 8 }; in test() local 84 T input[] = { 0, 1, 2 }; in test() local 95 T input[] = { 0, 1, 2 }; in test() local
|
/llvm-project/libcxx/test/std/utilities/format/format.range/format.range.fmtstr/ |
H A D | format.functions.tests.h | 60 test_string(TestFunction check,ExceptionTest check_exception,auto && input) test_string() argument 108 std::basic_string<CharT> input = STR("hello"); test_string() local 120 test_range_string(TestFunction check,ExceptionTest check_exception,auto && input) test_range_string() argument 250 test_debug_string(TestFunction check,ExceptionTest check_exception,auto && input) test_debug_string() argument 298 std::basic_string<CharT> input = STR("hello"); test_debug_string() local 313 test_range_debug_string(TestFunction check,ExceptionTest check_exception,auto && input) test_range_debug_string() argument [all...] |
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.nth.element/ |
H A D | nth_element_comp.pass.cpp | 46 T input[] = {3,1,4,1,5,9,2}; in test() local 53 T input[] = {0, 1, 2, 3, 4, 5, 7, 6}; in test() local 60 T input[] = {1, 0, 2, 3, 4, 5, 6, 7}; in test() local
|
H A D | nth_element.pass.cpp | 45 T input[] = {3,1,4,1,5,9,2}; in test() local 52 T input[] = {0, 1, 2, 3, 4, 5, 7, 6}; in test() local 59 T input[] = {1, 0, 2, 3, 4, 5, 6, 7}; in test() local
|
/llvm-project/lldb/test/API/functionalities/breakpoint/source_regexp/ |
H A D | a.c | 6 main_func(int input) in main_func() 12 a_func(int input) in a_func()
|
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.split/ |
H A D | general.pass.cpp | 37 constexpr bool test_function_call(T&& input, Separator&& separator, std::array<U, M> expected) { in test_function_call() 43 constexpr bool test_with_piping(T&& input, Separator&& separator, std::array<U, M> expected) { in test_with_piping() 64 auto input = "abc"sv; in test_l_r_values() local 71 const auto input = "abc"sv; in test_l_r_values() local 78 auto input = "abc"sv; in test_l_r_values() local 85 const auto input = "abc"sv; in test_l_r_values() local 128 constexpr void test_one(T&& input, Separator&& separator, std::array<U, M> expected) { in test_one() 167 const char input[] = "abc def"; in test_string_literals() local
|
/llvm-project/clang/test/CodeGen/RISCV/ |
H A D | riscv-vector-callingconv-llvm-ir.cpp | 9 vint32m1_t test_vector_cc_attr(vint32m1_t input, int32_t *base, size_t vl) { in test_vector_cc_attr() 18 vint32m1_t test_vector_cc_attr2(vint32m1_t input, int32_t *base, size_t vl) { in test_vector_cc_attr2() 27 vint32m1_t test_no_vector_cc_attr(vint32m1_t input, int32_t *base, size_t vl) { in test_no_vector_cc_attr()
|
H A D | riscv-vector-callingconv-llvm-ir.c | 11 vint32m1_t test_vector_cc_attr(vint32m1_t input, int32_t *base, size_t vl) { in test_vector_cc_attr() 20 vint32m1_t test_vector_cc_attr2(vint32m1_t input, int32_t *base, size_t vl) { in test_vector_cc_attr2() 29 vint32m1_t test_no_vector_cc_attr(vint32m1_t input, int32_t *base, size_t vl) { in test_no_vector_cc_attr()
|
/llvm-project/lldb/test/API/functionalities/thread/num_threads/ |
H A D | main.cpp | 12 thread3(void *input) in thread3() 24 thread2(void *input) in thread2() 33 thread1(void *input) in thread1()
|
/llvm-project/libcxx/test/std/utilities/format/format.range/format.range.formatter/ |
H A D | format.functions.tests.h | 34 test_char_default(TestFunction check,ExceptionTest check_exception,auto && input) test_char_default() argument 143 test_char_string(TestFunction check,ExceptionTest check_exception,auto && input) test_char_string() argument 196 test_char_escaped_string(TestFunction check,ExceptionTest check_exception,auto && input) test_char_escaped_string() argument 406 test_int(TestFunction check,ExceptionTest check_exception,auto && input) test_int() argument 516 test_floating_point(TestFunction check,ExceptionTest check_exception,auto && input) test_int() argument 654 test_pointer(TestFunction check,ExceptionTest check_exception,auto && input) test_floating_point() argument 762 test_string(TestFunction check,ExceptionTest check_exception,auto && input) test_pointer() argument 943 test_pair_tuple(TestFunction check,ExceptionTest check_exception,auto && input) test_pair_tuple() argument [all...] |
/llvm-project/libcxx/test/std/containers/ |
H A D | from_range_helpers.h | 33 constexpr auto wrap_input(Range&& input) { in wrap_input() 40 constexpr auto wrap_input(std::array<T, N>& input) { in wrap_input() 47 constexpr auto wrap_input(std::vector<T>& input) { in wrap_input()
|
/llvm-project/libcxx/test/libcxx/time/time.zone/time.zone.db/ |
H A D | links.pass.cpp | 42 void write(std::string_view input) { in write() 50 static const std::chrono::tzdb& parse(std::string_view input) { in parse() 55 static void test_exception(std::string_view input, [[maybe_unused]] std::string_view what) { in test_exception()
|
H A D | leap_seconds.pass.cpp | 41 void write(std::string_view input) { in write() 49 static const std::chrono::tzdb& parse(std::string_view input) { in parse() 54 static void test_exception(std::string_view input, [[maybe_unused]] std::string_view what) { in test_exception()
|
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.split/iterator/ |
H A D | equal.pass.cpp | 30 Range input(Iter{buffer}, Iter{buffer + 7}); in testOne() local 57 Range input(Iter{buffer}, Iter{buffer + 4}); in testOne() local 74 Range input(Iter{buffer}, Iter{buffer + 7}); in testOne() local
|
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.lazy.split/ |
H A D | general.pass.cpp | 79 constexpr bool test_function_call(T&& input, Separator&& separator, std::array<U, M> expected) { in test_function_call() 85 constexpr bool test_with_piping(T&& input, Separator&& separator, std::array<U, M> expected) { in test_with_piping() 106 auto input = "abc"sv; in test_l_r_values() local 113 const auto input = "abc"sv; in test_l_r_values() local 120 auto input = "abc"sv; in test_l_r_values() local 127 const auto input = "abc"sv; in test_l_r_values() local 170 constexpr void test_one(T&& input, Separator&& separator, std::array<U, M> expected) { in test_one() 219 const char input[] = "abc def"; in test_string_literals() local
|
/llvm-project/libcxx/test/libcxx/time/time.zone/time.zone.timezone/time.zone.members/ |
H A D | get_info.sys_time.pass.cpp | 50 static void write(std::string_view input) { in write() 58 static const std::chrono::tzdb& parse(std::string_view input) { in parse() 69 static void test_exception([[maybe_unused]] std::string_view input, [[maybe_unused]] std::string_vi… in test_exception() 153 static void test_abbrev(std::string_view input, std::string_view expected) { in test_abbrev()
|
/llvm-project/lldb/test/API/functionalities/step-avoids-no-debug/ |
H A D | without-debug.c | 4 no_debug_caller_intermediate(int input, debug_callee callee) in no_debug_caller_intermediate() 12 no_debug_caller (int input, debug_callee callee) in no_debug_caller()
|