Home
last modified time | relevance | path

Searched defs:noargs (Results 1 – 6 of 6) sorted by relevance

/llvm-project/openmp/libompd/gdb-plugin/
H A DompdAPITests.c797 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 DompdModule.c820 static PyObject *call_ompd_initialize(PyObject *self, PyObject *noargs) { in call_ompd_initialize()
/llvm-project/flang/test/Semantics/
H A Dgeneric04.f9017 real function noargs() function
/llvm-project/llvm/examples/HowToUseJIT/
H A DHowToUseJIT.cpp136 std::vector<GenericValue> noargs; in main() local
/llvm-project/clang/test/Sema/
H A Dattr-loader-uninitialized.c17 int noargs __attribute__((loader_uninitialized(0))); variable
H A Dattr-loader-uninitialized.cpp15 int noargs __attribute__((loader_uninitialized(0))); variable