/external/llvm-project/clang/test/CodeGenCXX/ |
D | debug-info-nested-exprs.cpp | 25 int noargs(); 95 noargs()); in foo() 106 d = onearg(noargs()); in foo() 117 for (const auto x : range(noargs())) noargs1(); in foo() 128 if (noargs() && noargs1()) { in foo()
|
/external/mesa3d/src/compiler/glsl/glcpp/tests/ |
D | 023-define-extra-whitespace.c | 1 #define noargs() 1 macro 5 noargs ( )
|
/external/llvm-project/llvm/examples/HowToUseJIT/ |
D | HowToUseJIT.cpp | 130 std::vector<GenericValue> noargs; in main() local 131 GenericValue gv = EE->runFunction(FooF, noargs); in main()
|
/external/llvm/examples/HowToUseJIT/ |
D | HowToUseJIT.cpp | 132 std::vector<GenericValue> noargs; in main() local 133 GenericValue gv = EE->runFunction(FooF, noargs); in main()
|
/external/toybox/toys/posix/ |
D | du.c | 162 char *noargs[] = {".", 0}, **args; in du_main() local 165 for (args = toys.optc ? toys.optargs : noargs; *args; args++) in du_main()
|
D | ls.c | 503 char **s, *noargs[] = {".", 0}; in ls_main() local 537 for (s = *toys.optargs ? toys.optargs : noargs; *s; s++) { in ls_main()
|
/external/libffi/.travis/ |
D | bfin-sim.exp | 43 set_board_info noargs 1
|
D | m32r-sim.exp | 43 set_board_info noargs 1
|
D | or1k-sim.exp | 43 set_board_info noargs 1
|
D | wine-sim.exp | 40 set_board_info noargs 1
|
D | moxie-sim.exp | 45 set_board_info noargs 1
|
/external/python/cpython2/Modules/ |
D | gcmodule.c | 1060 gc_enable(PyObject *self, PyObject *noargs) in gc_enable() argument 1073 gc_disable(PyObject *self, PyObject *noargs) in gc_disable() argument 1086 gc_isenabled(PyObject *self, PyObject *noargs) in gc_isenabled() argument 1157 gc_get_debug(PyObject *self, PyObject *noargs) in gc_get_debug() argument 1192 gc_get_thresh(PyObject *self, PyObject *noargs) in gc_get_thresh() argument 1206 gc_get_count(PyObject *self, PyObject *noargs) in gc_get_count() argument 1307 gc_get_objects(PyObject *self, PyObject *noargs) in gc_get_objects() argument
|
D | posixmodule.c | 1801 posix_ctermid(PyObject *self, PyObject *noargs) in posix_ctermid() argument 2157 posix_getcwd(PyObject *self, PyObject *noargs) in posix_getcwd() argument 2173 posix_getcwd(PyObject *self, PyObject *noargs) in posix_getcwd() argument 2216 posix_getcwdu(PyObject *self, PyObject *noargs) in posix_getcwdu() argument 2899 posix_uname(PyObject *self, PyObject *noargs) in posix_uname() argument 3858 posix_fork1(PyObject *self, PyObject *noargs) in posix_fork1() argument 3891 posix_fork(PyObject *self, PyObject *noargs) in posix_fork() argument 3948 posix_openpty(PyObject *self, PyObject *noargs) in posix_openpty() argument 4016 posix_forkpty(PyObject *self, PyObject *noargs) in posix_forkpty() argument 4048 posix_getegid(PyObject *self, PyObject *noargs) in posix_getegid() argument [all …]
|
D | _testcapimodule.c | 387 test_to_contiguous(PyObject* self, PyObject *noargs) in test_to_contiguous() argument 435 test_from_contiguous(PyObject* self, PyObject *noargs) in test_from_contiguous() argument 996 test_buildvalue_N(PyObject *self, PyObject *noargs) in test_buildvalue_N() argument
|
D | readline.c | 516 get_completer(PyObject *self, PyObject *noargs) in get_completer() argument
|
/external/llvm-project/clang/test/Sema/ |
D | attr-loader-uninitialized.c | 17 int noargs __attribute__((loader_uninitialized(0))); variable
|
D | attr-loader-uninitialized.cpp | 16 int noargs __attribute__((loader_uninitialized(0))); variable
|
/external/python/cpython2/Objects/ |
D | memoryobject.c | 406 memory_tobytes(PyMemoryViewObject *self, PyObject *noargs) in memory_tobytes() argument 424 memory_tolist(PyMemoryViewObject *mem, PyObject *noargs) in memory_tolist() argument
|
/external/python/cpython2/Python/ |
D | sysmodule.c | 150 sys_exc_info(PyObject *self, PyObject *noargs) in sys_exc_info() argument 170 sys_exc_clear(PyObject *self, PyObject *noargs) in sys_exc_clear() argument 844 sys_current_frames(PyObject *self, PyObject *noargs) in sys_current_frames() argument
|
D | import.c | 353 imp_lock_held(PyObject *self, PyObject *noargs) in imp_lock_held() argument 363 imp_acquire_lock(PyObject *self, PyObject *noargs) in imp_acquire_lock() argument 373 imp_release_lock(PyObject *self, PyObject *noargs) in imp_release_lock() argument 2950 imp_get_magic(PyObject *self, PyObject *noargs) in imp_get_magic() argument 2963 imp_get_suffixes(PyObject *self, PyObject *noargs) in imp_get_suffixes() argument
|
/external/python/cpython3/Objects/ |
D | memoryobject.c | 1066 memory_release(PyMemoryViewObject *self, PyObject *noargs) in memory_release() argument 1419 memory_toreadonly(PyMemoryViewObject *self, PyObject *noargs) in memory_toreadonly() argument 2113 memory_tolist(PyMemoryViewObject *mv, PyObject *noargs) in memory_tolist() argument
|
/external/python/cpython3/Modules/ |
D | readline.c | 657 get_completer(PyObject *self, PyObject *noargs) in get_completer() argument
|
/external/python/cffi/c/ |
D | ffi_obj.c | 898 static PyObject *ffi_list_types(FFIObject *self, PyObject *noargs) in ffi_list_types() argument
|