Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp6157 uint32_t child_idx = 0; in GetChildCompilerTypeAtIndex() local
6178 if (idx == child_idx) { in GetChildCompilerTypeAtIndex()
6220 ++child_idx; in GetChildCompilerTypeAtIndex()
6228 field != field_end; ++field, ++field_idx, ++child_idx) { in GetChildCompilerTypeAtIndex()
6229 if (idx == child_idx) { in GetChildCompilerTypeAtIndex()
6270 uint32_t child_idx = 0; in GetChildCompilerTypeAtIndex() local
6305 ++child_idx; in GetChildCompilerTypeAtIndex()
6308 ++child_idx; in GetChildCompilerTypeAtIndex()
6311 const uint32_t superclass_idx = child_idx; in GetChildCompilerTypeAtIndex()
6313 if (idx < (child_idx + class_interface_decl->ivar_size())) { in GetChildCompilerTypeAtIndex()
[all …]
/freebsd-12-stable/contrib/ntp/include/
Dntp_worker.h40 u_int child_idx; member
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
DSymtab.cpp1139 uint32_t child_idx = GetIndexForSymbol(child_symbol); in GetParent() local
1140 if (child_idx != UINT32_MAX && child_idx > 0) { in GetParent()
1141 for (uint32_t idx = child_idx - 1; idx != UINT32_MAX; --idx) { in GetParent()
1144 if (sibling_idx != UINT32_MAX && sibling_idx > child_idx) in GetParent()
/freebsd-12-stable/contrib/ntp/libntp/
Dntp_worker.c207 req_hdr.child_idx = child_slot; in queue_blocking_request()