Searched defs:noargs (Results 1 – 6 of 6) sorted by relevance
/llvm-project/openmp/libompd/gdb-plugin/ |
H A D | ompdAPITests.c | 797 PyObject *test_ompd_initialize(PyObject *self, PyObject *noargs) { in test_ompd_initialize() 899 PyObject *test_ompd_get_api_version(PyObject *self, PyObject *noargs) { in test_ompd_get_api_version() 946 PyObject *test_ompd_get_version_string(PyObject *self, PyObject *noargs) { in test_ompd_get_version_string() 997 PyObject *test_ompd_finalize(PyObject *self, PyObject *noargs) { in test_ompd_finalize() 1034 PyObject *test_ompd_process_initialize(PyObject *self, PyObject *noargs) { in test_ompd_process_initialize() 1101 PyObject *test_ompd_device_initialize(PyObject *self, PyObject *noargs) { in test_ompd_device_initialize() 1127 PyObject *test_ompd_rel_address_space_handle(PyObject *self, PyObject *noargs) { in test_ompd_rel_address_space_handle() 1743 PyObject *test_ompd_rel_task_handle(PyObject *self, PyObject *noargs) { in test_ompd_rel_task_handle() 2218 PyObject *test_ompd_rel_display_control_vars(PyObject *self, PyObject *noargs) { in test_ompd_rel_display_control_vars()
|
H A D | ompdModule.c | 820 static PyObject *call_ompd_initialize(PyObject *self, PyObject *noargs) { in call_ompd_initialize()
|
/llvm-project/flang/test/Semantics/ |
H A D | generic04.f90 | 17 real function noargs() function
|
/llvm-project/llvm/examples/HowToUseJIT/ |
H A D | HowToUseJIT.cpp | 136 std::vector<GenericValue> noargs; in main() local
|
/llvm-project/clang/test/Sema/ |
H A D | attr-loader-uninitialized.c | 17 int noargs __attribute__((loader_uninitialized(0))); variable
|
H A D | attr-loader-uninitialized.cpp | 15 int noargs __attribute__((loader_uninitialized(0))); variable
|