Home
last modified time | relevance | path

Searched refs:scopePy (Results 1 – 1 of 1) sorted by relevance

/llvm-project/openmp/libompd/gdb-plugin/
H A DompdModule.c1147 PyObject *scopePy = PyTuple_GetItem(args, 1); in call_ompd_get_icv_from_scope() local
1150 ompd_scope_t scope = (ompd_scope_t)PyLong_AsLong(scopePy); in call_ompd_get_icv_from_scope()
1346 PyObject *scopePy = PyTuple_GetItem(args, 0); in call_ompd_get_tool_data() local
1347 ompd_scope_t scope = (ompd_scope_t)(PyLong_AsLong(scopePy)); in call_ompd_get_tool_data()
1393 PyObject *scopePy = PyTuple_GetItem(args, 1); in call_ompd_get_icv_string_from_scope() local
1396 ompd_scope_t scope = (ompd_scope_t)PyLong_AsLong(scopePy); in call_ompd_get_icv_string_from_scope()