Home
last modified time | relevance | path

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

/external/apache-commons-bcel/src/examples/Mini/
DFunction.java33 private int no_args; field in Function
/external/llvm-project/clang/test/SemaCXX/
Dno_destroy.cpp47 [[clang::no_destroy(0)]] int no_args; // expected-error{{'no_destroy' attribute takes no arguments}} variable
/external/llvm-project/clang/test/Frontend/
Dnoderef.cpp29 …int __attribute__((noderef(10))) * no_args; // expected-error{{'noderef' attribute takes no argume… in Normal() local
/external/minijail/
Dminijail0_cli_unittest.cc82 TEST_F(CliTest, no_args) { in TEST_F() argument
/external/python/cpython3/Objects/
Drangeobject.c927 longrangeiter_len(longrangeiterobject *r, PyObject *no_args) in longrangeiter_len()
/external/libvpx/libvpx/
Dvpxenc.c530 static const arg_def_t *no_args[] = { NULL }; variable
/external/libaom/libaom/apps/
Daomenc.c1024 static const arg_def_t *no_args[] = { NULL }; variable
/external/python/cffi/c/
D_cffi_backend.c4206 static PyObject *dl_close_lib(DynLibObject *dlobj, PyObject *no_args) in dl_close_lib()