Searched refs:ltype (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/lldb/bindings/lua/ |
| H A D | lua-typemaps.swig | 24 %typemap(in,checkfn="lua_isinteger") TYPE *INPUT($*ltype temp), TYPE &INPUT($*ltype temp) 25 %{ temp = ($*ltype)lua_tointeger(L,$input); 27 %typemap(in, numinputs=0) TYPE *OUTPUT ($*ltype temp) 37 %typemap(in,checkfn="lua_isinteger") const TYPE *INPUT($*ltype temp) 38 %{ temp = ($*ltype)lua_tointeger(L,$input);
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | kmp_affinity.cpp | 1636 hwloc_obj_type_t ltype = lower->type; in __kmp_hwloc_get_sub_id() local 1640 obj = hwloc_get_obj_by_type(t, ltype, lindex); in __kmp_hwloc_get_sub_id() 1649 obj = hwloc_get_obj_by_type(t, ltype, lindex); in __kmp_hwloc_get_sub_id()
|