Searched defs:no_args (Results 1 – 6 of 6) sorted by relevance
20 Ptr no_args() const { return nullptr; } in no_args() function32 std::mem_fn(&A::no_args)(a); in main() local33 std::mem_fn(&A::no_args)(pa); in main() local35 std::mem_fn(&A::no_args)(cpa); in main() local
19 Ptr no_args() { return nullptr; } in no_args() function30 std::ref(no_args)(); in main() local
38 Ptr no_args() { return nullptr; } in no_args() function
47 [[clang::no_destroy(0)]] int no_args; // expected-error{{'no_destroy' attribute takes no arguments}} global() variable
45 Coro no_args() { in no_args() function
29 int __attribute__((noderef(10))) * no_args; // expected-error{{'noderef' attribute takes no arguments}} in Normal() local