Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DValueObjectConstResultImpl.cpp57 bool ignore_array_bounds = synthetic_array_member; in CreateChildAtIndex() local
75 ignore_array_bounds, child_name_str, child_byte_size, child_byte_offset, in CreateChildAtIndex()
DValueObject.cpp592 bool ignore_array_bounds = synthetic_array_member; in CreateChildAtIndex() local
609 ignore_array_bounds, child_name_str, child_byte_size, child_byte_offset, in CreateChildAtIndex()
2736 bool ignore_array_bounds = false; in Dereference() local
2754 ignore_array_bounds, child_name_str, child_byte_size, child_byte_offset, in Dereference()
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DBlockPointer.cpp112 const bool ignore_array_bounds = false; in GetChildAtIndex() local
127 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildAtIndex()
/external/llvm-project/lldb/include/lldb/Symbol/
DCompilerType.h312 bool omit_empty_base_classes, bool ignore_array_bounds,
DTypeSystem.h322 bool ignore_array_bounds, std::string &child_name,
/external/llvm-project/lldb/source/Symbol/
DCompilerType.cpp592 bool omit_empty_base_classes, bool ignore_array_bounds, in GetChildCompilerTypeAtIndex() argument
602 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildCompilerTypeAtIndex()
/external/llvm-project/lldb/source/Plugins/ABI/PowerPC/
DABISysV_ppc64.cpp905 const bool ignore_array_bounds = false; in GetChildType() local
919 ignore_array_bounds, name, size, child_offs, child_bitfield_bit_size, in GetChildType()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h801 bool ignore_array_bounds, std::string &child_name,
DTypeSystemClang.cpp5980 bool ignore_array_bounds, std::string &child_name, in GetChildCompilerTypeAtIndex() argument
6268 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildCompilerTypeAtIndex()
6319 if (ignore_array_bounds || idx_is_valid) { in GetChildCompilerTypeAtIndex()
6348 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildCompilerTypeAtIndex()
6387 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildCompilerTypeAtIndex()