Searched refs:no_args (Results 1 – 11 of 11) 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() local34 std::mem_fn(&A::no_args)(*cpa); in main()35 std::mem_fn(&A::no_args)(cpa); in main() local
5 ; CHECK: define x86_intrcc void @no_args() {6 define x86_intrcc void @no_args() {
6 __attribute__((callback(1))) void no_args(void (*callback)(void));9 …((callback(1, 2, 3))) void args_1(void (*callback)(int, double), int a, double b) { no_args(cb0); } in args_1()
38 Ptr no_args() { return nullptr; } in no_args() function48 std::function<Ptr()> f(no_args); f(); in main()
19 Ptr no_args() { return nullptr; } in no_args() function30 std::ref(no_args)(); in main() local
6 CHECK: define x86_intrcc void @no_args() {14 OPAQUE: define x86_intrcc void @no_args() {
6 ; CHECK-LABEL: {{^}}no_args:8 define amdgpu_kernel void @no_args() {
5 __attribute__((callback(1))) void no_args(void (*callback)(void));
47 [[clang::no_destroy(0)]] int no_args; // expected-error{{'no_destroy' attribute takes no arguments}} variable
29 …int __attribute__((noderef(10))) * no_args; // expected-error{{'noderef' attribute takes no argume… in Normal() local
9 // CHECK-LABEL:func @no_args(%{{.*}}: index)10 func.func @no_args(%sz : index) {