Searched refs:idxs (Results 1 - 5 of 5) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp505 ValueObject::GetChildAtIndexPath(llvm::ArrayRef<size_t> idxs, argument
507 if (idxs.size() == 0)
510 for (size_t idx : idxs) {
522 llvm::ArrayRef<std::pair<size_t, bool>> idxs, size_t *index_of_error) {
523 if (idxs.size() == 0)
526 for (std::pair<size_t, bool> idx : idxs) {
521 GetChildAtIndexPath( llvm::ArrayRef<std::pair<size_t, bool>> idxs, size_t *index_of_error) argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h463 lldb::ValueObjectSP GetChildAtIndexPath(llvm::ArrayRef<size_t> idxs,
467 GetChildAtIndexPath(llvm::ArrayRef<std::pair<size_t, bool>> idxs,
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp3711 llvm::Constant *idxs[] = { local
3717 selectorList->getValueType(), selectorList, idxs);
/freebsd-11-stable/sys/xen/interface/
H A Dmemory.h264 XEN_GUEST_HANDLE(xen_ulong_t) idxs; member in struct:xen_add_to_physmap_batch
/freebsd-11-stable/sys/dev/xen/privcmd/
H A Dprivcmd.c257 xen_ulong_t *idxs; local
302 idxs = malloc(sizeof(*idxs) * num, M_PRIVCMD, M_WAITOK);
306 set_xen_guest_handle(add.idxs, idxs);
318 error = copyin(&mmap->arr[index], idxs,
319 sizeof(idxs[0]) * num);
355 free(idxs, M_PRIVCMD);

Completed in 114 milliseconds