Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/include/
H A Dntp_worker.h40 u_int child_idx; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp6249 uint32_t child_idx = 0; in GetChildCompilerTypeAtIndex() local
6270 if (idx == child_idx) { in GetChildCompilerTypeAtIndex()
6313 ++child_idx; in GetChildCompilerTypeAtIndex()
6321 field != field_end; ++field, ++field_idx, ++child_idx) { in GetChildCompilerTypeAtIndex()
6322 if (idx == child_idx) { in GetChildCompilerTypeAtIndex()
6364 uint32_t child_idx = 0; in GetChildCompilerTypeAtIndex() local
6401 ++child_idx; in GetChildCompilerTypeAtIndex()
6404 ++child_idx; in GetChildCompilerTypeAtIndex()
6407 const uint32_t superclass_idx = child_idx; in GetChildCompilerTypeAtIndex()
6409 if (idx < (child_idx + class_interface_decl->ivar_size())) { in GetChildCompilerTypeAtIndex()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp1162 uint32_t child_idx = GetIndexForSymbol(child_symbol); in GetParent() local
1163 if (child_idx != UINT32_MAX && child_idx > 0) { in GetParent()
1164 for (uint32_t idx = child_idx - 1; idx != UINT32_MAX; --idx) { in GetParent()
1167 if (sibling_idx != UINT32_MAX && sibling_idx > child_idx) in GetParent()
/freebsd/contrib/ntp/libntp/
H A Dntp_worker.c207 req_hdr.child_idx = child_slot; in queue_blocking_request()