/llvm-project/libcxx/test/std/utilities/format/format.formatter/format.context/format.context/ |
H A D | advance_to.pass.cpp | 24 void test( in test() argument 23 void test( test() function 44 void test() { test() function [all...] |
H A D | out.pass.cpp | 24 void test( in test() argument 23 void test( test() function 42 void test() { test() function [all...] |
H A D | arg.pass.cpp | 25 void test() { test() function 31 std::basic_format_args args = store; test() local
|
H A D | locale.pass.cpp | 30 void test() { test() function 41 std::basic_format_args args = format_arg_store; test() local
|
/llvm-project/llvm/utils/ |
H A D | update_mir_test_checks.py | 75 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 D | ranges_robust_against_proxy_iterators.pass.cpp | 32 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 D | ranges_robust_against_omitting_invoke.pass.cpp | 40 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.c | 14 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 D | index_operator.pass.cpp | 54 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 D | stride.pass.cpp | 29 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 D | index_operator.pass.cpp | 54 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 D | stride.pass.cpp | 29 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 D | index_operator.pass.cpp | 52 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 D | stride.pass.cpp | 29 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 D | getpw_getgr.cpp | 57 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 D | lwg3720_arg_id_width_precision_allowed_types.pass.cpp | 36 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 D | TestWhileOpBuilder.cpp | 55 [&](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 D | ctx.h | 146 #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 D | copy.pass.cpp | 24 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 D | unicode.pass.cpp | 45 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 D | contains.pass.cpp | 19 void test(B bad, Vals... args) { in test() function
|
/llvm-project/libcxx/test/std/containers/unord/unord.map/ |
H A D | contains.pass.cpp | 19 void test(B bad, Pairs... args) { in test() function
|
/llvm-project/libcxx/test/std/containers/unord/unord.set/ |
H A D | contains.pass.cpp | 19 void test(B bad, Vals... args) { in test() function
|
/llvm-project/libcxx/test/std/containers/associative/map/map.ops/ |
H A D | contains.pass.cpp | 19 void test(B bad, Pairs... args) { in test() function
|
/llvm-project/clang/test/SemaCXX/ |
H A D | cxx1y-generic-lambdas-variadics.cpp | 19 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...] |