Home
last modified time | relevance | path

Searched defs:input (Results 1 – 25 of 323) sorted by relevance

12345678910>>...13

/llvm-project-15.0.7/clang/test/Analysis/
H A Dpr22954.c26 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
305 char input[100] = {3}; in f18() local
322 char input[100] = {3}; in f181() local
351 char input[2] = {'a', 'b'}; in f19() local
460 char input[] = {1, 2, 3, 4}; in f24() local
489 char input[] = {1, 2, 3, 4}; in f25() local
[all …]
/llvm-project-15.0.7/libcxx/test/libcxx/localization/locale.categories/
H A D__scan_keyword.pass.cpp48 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-15.0.7/clang/test/Sema/
H A Dformat-strings-enum-fixed-type.cpp18 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()
H A Dformat-strings-enum.c20 void test(TestEnum input) { in test()
31 void testLong(LongEnum input) { in testLong()
/llvm-project-15.0.7/mlir/test/python/dialects/linalg/opdsl/
H A Demit_misc.py80 def test_f32_elemwise_exp(input, init_result): argument
90 def test_f32_elemwise_log(input, init_result): argument
100 def test_f32_elemwise_abs(input, init_result): argument
110 def test_f32_elemwise_ceil(input, init_result): argument
120 def test_f32_elemwise_floor(input, init_result): argument
130 def test_f32_elemwise_neg(input, init_result): argument
140 def test_c32_elemwise_neg(input, init_result): argument
147 def test_non_default_op_name(input, init_result): argument
H A Demit_pooling.py53 def test_f32i32_max_pooling(input, shape, init_result): argument
64 def test_f32i32_max_unsigned_pooling(input, shape, init_result): argument
86 def test_f32f32_max_pooling(input, shape, init_result): argument
97 def test_f32i32_min_pooling(input, shape, init_result): argument
113 def test_f32i32_min_unsigned_pooling(input, shape, init_result): argument
129 def test_f32f32_min_pooling(input, shape, init_result): argument
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.shift/
H A Dshift_right.pass.cpp47 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 Dshift_left.pass.cpp47 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-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.nth.element/
H A Dnth_element.pass.cpp45 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
H A Dnth_element_comp.pass.cpp46 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 Dranges_nth_element.pass.cpp97 constexpr void test_one(std::array<int, N> input, size_t nth_index, std::optional<int> expected_nth… in test_one()
131 constexpr void test_all_cases(std::array<int, N> input) { in test_all_cases()
165 std::array input = {6, 5, 3, 1, 4, 2}; in test_iterators() local
192 const std::array input = {1, 2, 3, 4, 5}; in test() local
216 const std::array input = {A{2}, A{1}, A{3}}; in test() local
244 const std::array input = {S{2}, S{1}, S{3}}; in test() local
262 const std::array input = {2, 1, 3}; in test() local
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/source_regexp/
H A Da.c6 main_func(int input) in main_func()
12 a_func(int input) in a_func()
/llvm-project-15.0.7/lldb/test/API/functionalities/thread/num_threads/
H A Dmain.cpp12 thread3(void *input) in thread3()
24 thread2(void *input) in thread2()
33 thread1(void *input) in thread1()
/llvm-project-15.0.7/lldb/test/API/functionalities/step-avoids-no-debug/
H A Dwithout-debug.c4 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()
/llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.lazy.split/
H A Dgeneral.pass.cpp71 constexpr bool test_function_call(T&& input, Separator&& separator, std::array<U, M> expected) { in test_function_call()
77 constexpr bool test_with_piping(T&& input, Separator&& separator, std::array<U, M> expected) { in test_with_piping()
98 auto input = "abc"sv; in test_l_r_values() local
105 const auto input = "abc"sv; in test_l_r_values() local
112 auto input = "abc"sv; in test_l_r_values() local
119 const auto input = "abc"sv; in test_l_r_values() local
162 constexpr void test_one(T&& input, Separator&& separator, std::array<U, M> expected) { in test_one()
211 const char input[] = "abc def"; in test_string_literals() local
/llvm-project-15.0.7/lldb/test/API/functionalities/thread/concurrent_events/
H A Dmain.cpp29 void do_action_args(void *input) { in do_action_args()
37 breakpoint_func (void *input) in breakpoint_func()
49 signal_func (void *input) { in signal_func()
63 watchpoint_func (void *input) { in watchpoint_func()
72 crash_func (void *input) { in crash_func()
/llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.lazy.split/range.lazy.split.outer.value/
H A Dctor.iter.pass.cpp26 CopyableView input = "a"; in test() local
34 InputView input = "a"; in test() local
H A Dbegin.pass.cpp22 CopyableView input("a"); in test() local
41 InputView input("a"); in test() local
/llvm-project-15.0.7/lldb/test/API/lang/cpp/break-on-initializers/
H A Dmain.cpp3 Trivial(int input) : m_int(input) {} in Trivial()
13 Foo(int input) { in Foo()
/llvm-project-15.0.7/clang/test/CodeGen/
H A Darm64_32-vaarg.c10 int test_int(OneInt input, va_list *mylist) { in test_int()
29 long long test_longlong(OneLongLong input, va_list *mylist) { in test_longlong()
83 long long test_bigstruct(BigStruct input, va_list *mylist) { in test_bigstruct()
105 short test_threeshorts(ThreeShorts input, va_list *mylist) { in test_threeshorts()
/llvm-project-15.0.7/lldb/test/API/functionalities/thread/create_after_attach/
H A Dmain.cpp10 thread_1_func (void *input) in thread_1_func()
23 thread_2_func (void *input) in thread_2_func()
/llvm-project-15.0.7/llvm/lib/TextAPI/
H A DTextStubCommon.cpp26 StringRef ScalarTraits<FlowStringRef>::input(StringRef Value, void *Ctx, in input() function in llvm::yaml::ScalarTraits
93 StringRef ScalarTraits<PlatformSet>::input(StringRef Scalar, void *IO, in input() function in llvm::yaml::ScalarTraits
144 StringRef ScalarTraits<Architecture>::input(StringRef Scalar, void *, in input() function in llvm::yaml::ScalarTraits
157 StringRef ScalarTraits<PackedVersion>::input(StringRef Scalar, void *, in input() function in llvm::yaml::ScalarTraits
187 StringRef ScalarTraits<SwiftVersion>::input(StringRef Scalar, void *IO, in input() function in llvm::yaml::ScalarTraits
221 StringRef ScalarTraits<UUID>::input(StringRef Scalar, void *, UUID &Value) { in input() function in llvm::yaml::ScalarTraits
/llvm-project-15.0.7/llvm/utils/
H A DDSAextract.py40 input = open(sys.argv[1], 'r') variable
86 input = open(sys.argv[1], 'r') variable
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/make.heap/
H A Dranges_make_heap.pass.cpp70 constexpr void test_one(const std::array<int, N> input, std::array<int, N> expected) { in test_one()
131 const std::array input = {5, 4, 3, 2, 1}; in test() local
154 const std::array input = {A{2}, A{1}, A{3}}; in test() local
180 const std::array input = {A{2}, A{1}, A{3}}; in test() local
196 const std::array input = {2, 1, 3}; in test() local
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/push.heap/
H A Dranges_push_heap.pass.cpp70 constexpr void test_one(const std::array<int, N> input, std::array<int, N> expected) { in test_one()
133 const std::array input = {5, 4, 3, 2, 1}; in test() local
156 const std::array input = {A{2}, A{1}, A{3}}; in test() local
182 const std::array input = {A{2}, A{1}, A{3}}; in test() local
198 const std::array input = {2, 1, 3}; in test() local

12345678910>>...13