Searched defs:no_args (Results 1 – 8 of 8) sorted by relevance
33 private int no_args; field in Function
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
82 TEST_F(CliTest, no_args) { in TEST_F() argument
927 longrangeiter_len(longrangeiterobject *r, PyObject *no_args) in longrangeiter_len()
530 static const arg_def_t *no_args[] = { NULL }; variable
1024 static const arg_def_t *no_args[] = { NULL }; variable
4206 static PyObject *dl_close_lib(DynLibObject *dlobj, PyObject *no_args) in dl_close_lib()