Home
last modified time | relevance | path

Searched +defs:test +defs:args (Results 1 – 25 of 70) sorted by relevance

123

/llvm-project/libcxx/test/std/utilities/format/format.formatter/format.context/format.context/
H A Dadvance_to.pass.cpp24 void test( in test() argument
23 void test( test() function
44 void test() { test() function
[all...]
H A Dout.pass.cpp24 void test( in test() argument
23 void test( test() function
42 void test() { test() function
[all...]
H A Darg.pass.cpp25 void test() { test() function
31 std::basic_format_args args = store; test() local
H A Dlocale.pass.cpp30 void test() { test() function
41 std::basic_format_args args = format_arg_store; test() local
/llvm-project/llvm/utils/
H A Dupdate_mir_test_checks.py75 def __call__(self, args, ir): argument
112 def build_run_list(test, run_lines, verbose=False): argument
189 test, raw_tool_output, triple, prefixes, func_dict, verbose argument
232 test, output_lines, run_list, func_dict, func_name, single_bb, args argument
266 test, output_lines, prefix, func_name, single_bb, func_info: FunctionInfo, args argument
347 def update_test_file(args, test, autogenerated_note): argument
/llvm-project/libcxx/test/std/algorithms/
H A Dranges_robust_against_proxy_iterators.pass.cpp32 constexpr void test(Func&& func, Input& in, Args&& ...args) { in test() argument
39 constexpr void test(Func&& func, Range1& r1, Range2& r2, Args&& ...args) { in test() argument
46 constexpr void test_mid(Func&& func, Input& in, std::ranges::iterator_t<Input> mid, Args&& ...args) { in test_mid() argument
[all...]
H A Dranges_robust_against_omitting_invoke.pass.cpp40 test(Func && func,Input & in,Args &&...args) test() argument
47 test(Func && func,Input & in1,Input & in2,Args &&...args) test() argument
54 test_mid(Func && func,Input & in,std::ranges::iterator_t<Input> mid,Args &&...args) test_mid() argument
[all...]
/llvm-project/clang/test/PCH/
H A D__va_list_tag-typedef.c14 void test(const char* format, ...) { va_list args; va_start( args, format ); } in test() local
/llvm-project/libcxx/test/std/containers/views/mdspan/layout_right/
H A Dindex_operator.pass.cpp54 iterate_right(M m,T & count,Args...args) iterate_right() argument
68 test_iteration(Args...args) test_iteration() argument
76 constexpr bool test() { test() function
[all...]
H A Dstride.pass.cpp29 test_stride(std::array<typename E::index_type,E::rank ()> strides,Args...args) test_stride() argument
38 constexpr bool test() { test() function
/llvm-project/libcxx/test/std/containers/views/mdspan/layout_left/
H A Dindex_operator.pass.cpp54 iterate_left(M m,T & count,Args...args) iterate_left() argument
68 test_iteration(Args...args) test_iteration() argument
76 constexpr bool test() { test() function
[all...]
H A Dstride.pass.cpp29 test_stride(std::array<typename E::index_type,E::rank ()> strides,Args...args) test_stride() argument
38 constexpr bool test() { test() function
/llvm-project/libcxx/test/std/containers/views/mdspan/layout_stride/
H A Dindex_operator.pass.cpp52 iterate_stride(M m,const std::array<int,M::extents_type::rank ()> & strides,Args...args) iterate_stride() argument
68 test_iteration(std::array<int,E::rank ()> strides,Args...args) test_iteration() argument
75 constexpr bool test() { test() function
[all...]
H A Dstride.pass.cpp29 test_stride(std::array<typename E::index_type,E::rank ()> strides,Args...args) test_stride() argument
44 constexpr bool test() { test() function
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Dgetpw_getgr.cpp57 void test(Fn f, Args... args) { in test() function
63 void test_r(Fn f, Args... args) { in test_r()
/llvm-project/libcxx/test/std/utilities/format/format.string/format.string.std/
H A Dlwg3720_arg_id_width_precision_allowed_types.pass.cpp36 test_exception(std::basic_string_view<CharT> fmt,Args &&...args) test_exception() argument
50 void test() { test() function
/llvm-project/mlir/test/lib/Dialect/SCF/
H A DTestWhileOpBuilder.cpp55 [&](OpBuilder &b, Location loc, ValueRange args) { in runOnOperation()
64 [&](OpBuilder &b, Location loc, ValueRange args) { in runOnOperation()
77 namespace test { namespace
/llvm-project/polly/lib/External/isl/include/isl/
H A Dctx.h146 #define isl_assert4(ctx,test,code,errno) \ argument
152 #define isl_assert(ctx,test,code) \ argument
178 #define ISL_ARG_CTX_DECL(prefix,st,args) \ argument
181 #define ISL_ARG_CTX_DEF(prefix,st,args) \ argument
187 #define ISL_CTX_GET_INT_DEF(prefix,st,args,field) \ argument
199 #define ISL_CTX_SET_INT_DEF(prefix,st,args,field) \ argument
212 #define ISL_CTX_GET_STR_DEF(prefix,st,args,field) \ argument
224 #define ISL_CTX_SET_STR_DEF(prefix,st,args,field) \ argument
242 #define ISL_CTX_GET_BOOL_DEF(prefix,st,args,field) \ argument
245 #define ISL_CTX_SET_BOOL_DEF(prefix,st,args,field) \ argument
[all …]
/llvm-project/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/
H A Dcopy.pass.cpp24 void test(InitArgs&&... args) in test() function
35 constexpr bool constexpr_test(InitArgs&&... args) in constexpr_test()
67 void test_ref(InitArgs&&... args) in test_ref()
/llvm-project/libcxx/test/std/utilities/format/format.functions/
H A Dunicode.pass.cpp45 check(std::basic_string_view<CharT> expected,test_format_string<CharT,Args...> fmt,Args &&...args) check() argument
311 static void test() { test() function
[all...]
/llvm-project/libcxx/test/std/containers/associative/set/
H A Dcontains.pass.cpp19 void test(B bad, Vals... args) { in test() function
/llvm-project/libcxx/test/std/containers/unord/unord.map/
H A Dcontains.pass.cpp19 void test(B bad, Pairs... args) { in test() function
/llvm-project/libcxx/test/std/containers/unord/unord.set/
H A Dcontains.pass.cpp19 void test(B bad, Vals... args) { in test() function
/llvm-project/libcxx/test/std/containers/associative/map/map.ops/
H A Dcontains.pass.cpp19 void test(B bad, Pairs... args) { in test() function
/llvm-project/clang/test/SemaCXX/
H A Dcxx1y-generic-lambdas-variadics.cpp19 int test() { in test() function
134 (void)[](auto... args, int = args) {}; // expected-error {{default argument contains unexpanded parameter pack}} in pr42587() argument
135 (void)[](auto... args, decltype(args)) {}; // expected-error {{type contains unexpanded parameter pack}} in pr42587() argument
136 (void)[](auto... args, decltype(args) in pr42587() argument
137 __anon0774f1a91302(auto... args, int = [=] {} ()) pr42587() argument
[all...]

123