Home
last modified time | relevance | path

Searched defs:no_args (Results 1 – 6 of 6) sorted by relevance

/llvm-project/libcxx/test/std/utilities/function.objects/func.memfn/
H A Drobust_against_adl.pass.cpp20 Ptr no_args() const { return nullptr; } in no_args() function
32 std::mem_fn(&A::no_args)(a); in main() local
33 std::mem_fn(&A::no_args)(pa); in main() local
35 std::mem_fn(&A::no_args)(cpa); in main() local
/llvm-project/libcxx/test/std/utilities/function.objects/refwrap/refwrap.invoke/
H A Drobust_against_adl.pass.cpp19 Ptr no_args() { return nullptr; } in no_args() function
30 std::ref(no_args)(); in main() local
/llvm-project/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/
H A Drobust_against_adl.pass.cpp38 Ptr no_args() { return nullptr; } in no_args() function
/llvm-project/clang/test/SemaCXX/
H A Dno_destroy.cpp47 [[clang::no_destroy(0)]] int no_args; // expected-error{{'no_destroy' attribute takes no arguments}} global() variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Davoid-reference-coroutine-parameters.cpp45 Coro no_args() { in no_args() function
/llvm-project/clang/test/Frontend/
H A Dnoderef.cpp29 int __attribute__((noderef(10))) * no_args; // expected-error{{'noderef' attribute takes no arguments}} in Normal() local