/llvm-project/clang/test/SemaCXX/ |
H A D | unknown-anytype.cpp | 11 int test() { in test() function 25 void test() { in test() function 32 void test() { in test() function 42 void test() { in test() function 43 void (*fn)(int) = (void(*)(int)) test0; in test() local 53 void test() { in test() function 63 void test() { in test() function
|
H A D | warn-assignment-condition.cpp | 10 void test() { in test() function 125 void (*fn)(); variable 143 void test() { in test() function
|
H A D | access.cpp | 141 class test { class 181 …void func2(void(*fn)()) {} // expected-note 2 {{candidate function template not viable: no overloa… in func2()
|
H A D | cxx2a-constexpr-dynalloc.cpp | 36 constexpr void *fn = std::allocator<void()>().allocate(); // expected-error {{constant expression}} expected-note {{in call}} variable 235 void test() {}; test() function
|
H A D | cxx2b-consteval-propagate.cpp | 129 void test() { in test() function 141 constexpr bool test(auto i) { in test() function 149 void test() { in test() function 188 consteval void test() { in test() function 249 void test() { in test() function 309 constexpr S test(auto) { in test() function 406 consteval S fn() { return S(5); } in fn() function [all...] |
H A D | typo-correction.cpp | 187 void test() { test() function in ClashTool 217 void test() { test() function 283 void test() { test() function 299 void test() { test() function 359 void test(Foo F, int num) { test() function 392 void test() { test() function 431 void test() { test() function 476 void test() { test() function 534 Frobnats fn; // expected-error {{unknown type name 'Frobnats'; did you mean 'Frobnatz'?}} global() variable 558 void test(Manager *m) { test() function 575 void test() { test() function 589 void TypoB::test() { test() function in PR19681::TypoB 596 long test(bool a) { test() function 605 namespace test { global() namespace 653 int test(Foo f) { test() function [all...] |
/llvm-project/clang/test/CodeGenCXX/ |
H A D | microsoft-interface.cpp | 10 virtual int test() override { in test() function 15 int fn() { in fn() function
|
H A D | cxx2b-deducing-this.cpp | 6 void test() { in test() function 83 fn(t); in test_pointer() local 261 void test() { test() function
|
/llvm-project/libcxx/test/std/utilities/function.objects/range.cmp/ |
H A D | equal_to.pass.cpp | 36 constexpr bool test() { in test() function 37 auto fn = std::ranges::equal_to(); in test() local
|
H A D | greater_equal.pass.cpp | 35 constexpr bool test() { in test() function 36 auto fn = std::ranges::greater_equal(); in test() local
|
H A D | less_equal.pass.cpp | 35 constexpr bool test() { in test() function 36 auto fn = std::ranges::less_equal(); in test() local
|
H A D | less.pass.cpp | 35 constexpr bool test() { in test() function 36 auto fn = std::ranges::less(); in test() local
|
H A D | greater.pass.cpp | 35 constexpr bool test() { in test() function 36 auto fn = std::ranges::greater(); in test() local
|
H A D | not_equal_to.pass.cpp | 42 constexpr bool test() { in test() function 43 auto fn = std::ranges::not_equal_to(); in test() local
|
/llvm-project/clang/test/CodeGen/ |
H A D | vlt_to_pointer.c | 15 int test(int n, int (*(*fn)(void))[n]) { in test() function 24 int (*fn[m])(void); in main() local
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_test2.cc | 45 static binary_fn<A1, R, T> const arg(const binary_fn<A1, R, T> &fn) in arg() 62 static ternary_fn<A1, A2, R, T> const arg(const ternary_fn<A1, A2, R, T> &fn) in arg() 120 static void test(isl::ctx ctx, R (T::*fn)() const, const std::string &name, in test() function 123 for (const auto &test : tests) { in test() local 145 static void test(isl::ctx ctx, R (T::*fn)(A1) const, const std::string &name, in test() function 148 for (const auto &test : tests) { in test() local 171 static void test(isl::ctx ctx, R (T::*fn)(A1, A2) const, in test() function 174 for (const auto &test : tests) { in test() local
|
H A D | isl_test.c | 832 __isl_give isl_val *(*fn)(__isl_take isl_val *v); in test_un_val() local 850 __isl_give isl_val *(*fn)(__isl_take isl_val *v1, member 952 __isl_give isl_val *(*fn)(__isl_take isl_val *v1, in test_bin_val() local 1483 __isl_give isl_basic_set *(*fn)(__isl_take isl_set *set); member 3317 __isl_give isl_val *(*fn)(__isl_keep isl_set *set, member 4464 isl_union_map *test; in test_one_schedule() local 5428 int test; in test_plain_injective() local 5528 __isl_give isl_aff *(*fn)(__isl_take isl_aff *aff1, member 5589 __isl_give isl_aff *(*fn)(__isl_take isl_aff *aff1, in test_bin_aff() local 5616 __isl_give isl_pw_aff *(*fn)(__isl_take isl_pw_aff *pa1, member [all …]
|
H A D | isl_union_templ.c | 269 __isl_give PART *(*fn)(__isl_take PART *part, void *user); in S() local 568 __isl_give PART *(*fn)(__isl_take PART *, __isl_take PART *); in S() local 666 __isl_give PW *(*fn)(__isl_take PW*, __isl_take isl_set*); in S() local 738 __isl_give PW *(*fn)(__isl_take PW*, __isl_take isl_set*); in S() local 1157 isl_bool (*test)(__isl_keep PW *pw, void *user); in S() local
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | instantiate-decl-init.cpp | 17 void fn(T t, const arg& arg) { in fn() function 21 void test() { in test() function
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/ |
H A D | unused-parameters.cpp | 32 void f(void (*fn)()) {;} in f() argument 86 staticFunctionH(void (* fn)()) staticFunctionH() argument 149 s(void (* fn)()) s() argument 171 w(void (* fn)()) w() argument 281 using fn = void(int); global() typedef 283 void test() { test() function [all...] |
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
H A D | p3.cpp | 83 void test() { in test() function 133 void test() in test() function 157 int fn() { in fn() function
|
/llvm-project/libcxx/test/std/utilities/function.objects/func.bind.partial/ |
H A D | bind_back.pass.cpp | 155 auto fn = std::bind_back(&MemberFunction::foo, 2, 3); in test_edge_cases() local 165 auto fn = std::bind_back(&MemberObject::obj); in test_edge_cases() local 366 constexpr bool test() { in test() function
|
/llvm-project/clang/test/Sema/ |
H A D | overloadable.c | 72 void test() { in test() function 255 __typeof__(not_a_pointer) *fn; in typeof_function_is_not_a_pointer() local
|
/llvm-project/mlir/test/lib/Dialect/Affine/ |
H A D | TestLoopFusion.cpp | 164 LoopFunc fn, bool returnOnChange = false) { in iterateLoops() 209 namespace test { namespace
|
/llvm-project/mlir/test/lib/Dialect/SCF/ |
H A D | TestSCFUtils.cpp | 55 NewYieldValuesFn fn = [&](OpBuilder &b, Location loc, in runOnOperation() local 236 namespace test { global() namespace [all...] |