Home
last modified time | relevance | path

Searched defs:child_count (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DValueObjectMemory.cpp131 auto child_count = m_type_sp->GetNumChildren(true); in CalculateNumChildren() local
137 auto child_count = in CalculateNumChildren() local
DValueObjectVariable.cpp104 auto child_count = type.GetNumChildren(omit_empty_base_classes, &exe_ctx); in CalculateNumChildren() local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibStdcppTuple.cpp68 size_t child_count = current_child->GetNumChildren(); in Update() local
/freebsd-12-stable/sys/dev/mmc/
Dmmc_private.h64 int child_count; member
/freebsd-12-stable/tools/regression/sysvsem/
Dsemtest.c62 int child_count; variable
/freebsd-12-stable/contrib/netbsd-tests/kernel/
Dt_sysv.c58 volatile int child_status, child_count; variable
/freebsd-12-stable/sys/dev/acpica/
Dacpi.c1199 int child_count, i; in acpi_sysres_alloc() local
1257 int child_count, i; in acpi_reserve_resources() local
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DComment.h229 unsigned child_count() const { in child_count() function