Home
last modified time | relevance | path

Searched refs:ignore_array_bounds (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectConstResultImpl.cpp56 bool ignore_array_bounds = false; in CreateChildAtIndex() local
72 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in CreateChildAtIndex()
112 bool ignore_array_bounds = true; in CreateSyntheticArrayMember() local
129 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in CreateSyntheticArrayMember()
H A DValueObject.cpp493 bool ignore_array_bounds = false; in CreateChildAtIndex() local
509 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in CreateChildAtIndex()
528 bool ignore_array_bounds = true; in CreateSyntheticArrayMember() local
544 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in CreateSyntheticArrayMember()
2805 bool ignore_array_bounds = false; in Dereference() local
2823 ignore_array_bounds, child_name_str, child_byte_size, child_byte_offset, in Dereference()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp97 const bool ignore_array_bounds = false; in GetChildAtIndex() local
111 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildAtIndex()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h441 bool omit_empty_base_classes, bool ignore_array_bounds,
H A DTypeSystem.h366 bool ignore_array_bounds, std::string &child_name,
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.cpp909 const bool ignore_array_bounds = false; in GetChildType() local
923 ignore_array_bounds, name, size, child_offs, child_bitfield_bit_size, in GetChildType()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp906 bool omit_empty_base_classes, bool ignore_array_bounds, in GetChildCompilerTypeAtIndex() argument
916 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildCompilerTypeAtIndex()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h895 bool ignore_array_bounds, std::string &child_name,
H A DTypeSystemClang.cpp6195 bool ignore_array_bounds, std::string &child_name, in GetChildCompilerTypeAtIndex() argument
6491 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildCompilerTypeAtIndex()
6542 if (ignore_array_bounds || idx_is_valid) { in GetChildCompilerTypeAtIndex()
6571 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildCompilerTypeAtIndex()
6611 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildCompilerTypeAtIndex()