/external/llvm-project/compiler-rt/test/xray/TestCases/Posix/ |
D | common-trampoline-alignment.cpp | 17 [[clang::xray_always_instrument]] __attribute__((noinline)) void noarg() { in noarg() function 49 noarg(); // CHECK: noarg handler called in main() 55 noarg(); in main()
|
/external/llvm/test/Transforms/TailCallElim/ |
D | basic.ll | 3 declare void @noarg() 8 ; Trivial case. Mark @noarg with tail call. 10 ; CHECK: tail call void @noarg() 11 call void @noarg() 70 ; CHECK: tail call void @noarg() 74 call void @noarg() 93 call void @noarg() 143 call void @noarg()
|
/external/python/cpython2/Modules/ |
D | readline.c | 188 get_history_length(PyObject *self, PyObject *noarg) in get_history_length() argument 308 get_completion_type(PyObject *self, PyObject *noarg) in get_completion_type() argument 321 get_begidx(PyObject *self, PyObject *noarg) in get_begidx() argument 335 get_endidx(PyObject *self, PyObject *noarg) in get_endidx() argument 489 get_completer_delims(PyObject *self, PyObject *noarg) in get_completer_delims() argument 595 get_current_history_length(PyObject *self, PyObject *noarg) in get_current_history_length() argument 608 get_line_buffer(PyObject *self, PyObject *noarg) in get_line_buffer() argument 623 py_clear_history(PyObject *self, PyObject *noarg) in py_clear_history() argument 655 redisplay(PyObject *self, PyObject *noarg) in redisplay() argument
|
D | _lsprof.c | 632 profiler_getstats(ProfilerObject *pObj, PyObject* noarg) in profiler_getstats() argument 731 profiler_disable(ProfilerObject *self, PyObject* noarg) in profiler_disable() argument 749 profiler_clear(ProfilerObject *pObj, PyObject* noarg) in profiler_clear() argument
|
/external/llvm-project/llvm/test/Transforms/TailCallElim/ |
D | basic.ll | 3 declare void @noarg() 8 ; Trivial case. Mark @noarg with tail call. 10 ; CHECK: tail call void @noarg() 11 call void @noarg() 78 ; CHECK: tail call void @noarg() 82 call void @noarg() 101 call void @noarg() 151 call void @noarg()
|
/external/python/cpython3/Modules/ |
D | readline.c | 324 get_history_length(PyObject *self, PyObject *noarg) in get_history_length() argument 424 get_completion_type(PyObject *self, PyObject *noarg) in get_completion_type() argument 437 get_begidx(PyObject *self, PyObject *noarg) in get_begidx() argument 451 get_endidx(PyObject *self, PyObject *noarg) in get_endidx() argument 630 get_completer_delims(PyObject *self, PyObject *noarg) in get_completer_delims() argument 734 get_current_history_length(PyObject *self, PyObject *noarg) in get_current_history_length() argument 747 get_line_buffer(PyObject *self, PyObject *noarg) in get_line_buffer() argument 762 py_clear_history(PyObject *self, PyObject *noarg) in py_clear_history() argument 796 redisplay(PyObject *self, PyObject *noarg) in redisplay() argument
|
D | _lsprof.c | 584 profiler_getstats(ProfilerObject *pObj, PyObject* noarg) in profiler_getstats() argument 685 profiler_disable(ProfilerObject *self, PyObject* noarg) in profiler_disable() argument 707 profiler_clear(ProfilerObject *pObj, PyObject* noarg) in profiler_clear() argument
|
/external/linux-kselftest/tools/testing/selftests/powerpc/eeh/ |
D | Makefile | 2 noarg: target
|
/external/linux-kselftest/tools/testing/selftests/powerpc/mm/ |
D | Makefile | 2 noarg: target
|
/external/tcpdump/missing/ |
D | getopt_long.c | 106 static const char noarg[] = "option `%s%.*s' doesn't allow an argument"; variable 111 static const char noarg[] = "option doesn't take an argument -- %.*s"; variable 273 warnx(noarg, in parse_long_options()
|
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/ |
D | Makefile | 4 noarg: target
|
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ |
D | Makefile | 2 noarg: target
|
/external/openssh/openbsd-compat/ |
D | getopt_long.c | 111 static const char noarg[] = "option doesn't take an argument -- %.*s"; variable 228 warnx(noarg, (int)current_argv_len, in parse_long_options()
|
/external/mesa3d/src/getopt/ |
D | getopt_long.c | 94 static const char noarg[] = "option doesn't take an argument -- %.*s"; variable 211 fprintf(stderr, noarg, (int)current_argv_len, in parse_long_options()
|
/external/llvm-project/lldb/source/Host/common/ |
D | GetOptInc.cpp | 161 warnx(noarg, (int)current_argv_len, current_argv); in parse_long_options()
|
/external/python/cffi/c/ |
D | lib_obj.c | 578 static PyObject *lib_dir(PyObject *self, PyObject *noarg) in lib_dir() argument
|
D | _cffi_backend.c | 620 ctypedescr_dir(PyObject *ct, PyObject *noarg) in ctypedescr_dir() argument 3096 static PyObject *cdata_dir(PyObject *cd, PyObject *noarg) in cdata_dir() argument 3117 static PyObject *cdata_complex(PyObject *cd_, PyObject *noarg) in cdata_complex() argument 3156 static PyObject *cdata_enter(PyObject *cd, PyObject *noarg) in cdata_enter() argument 6668 static PyObject *b_get_errno(PyObject *self, PyObject *noarg) argument 6963 static PyObject *b__get_types(PyObject *self, PyObject *noarg) argument
|