Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectConstResultImpl.cpp59 bool ignore_array_bounds = synthetic_array_member; in CreateChildAtIndex() local
77 ignore_array_bounds, child_name_str, child_byte_size, child_byte_offset, in CreateChildAtIndex()
H A DValueObject.cpp629 bool ignore_array_bounds = synthetic_array_member; in CreateChildAtIndex() local
646 ignore_array_bounds, child_name_str, child_byte_size, child_byte_offset, in CreateChildAtIndex()
2815 bool ignore_array_bounds = false; in Dereference() local
2833 ignore_array_bounds, child_name_str, child_byte_size, child_byte_offset, in Dereference()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp105 const bool ignore_array_bounds = false; in GetChildAtIndex() local
120 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildAtIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h343 bool omit_empty_base_classes, bool ignore_array_bounds,
H A DTypeSystem.h322 bool ignore_array_bounds, std::string &child_name,
H A DClangASTContext.h791 bool ignore_array_bounds, std::string &child_name,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp630 bool omit_empty_base_classes, bool ignore_array_bounds, in GetChildCompilerTypeAtIndex() argument
640 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildCompilerTypeAtIndex()
H A DClangASTContext.cpp6593 bool ignore_array_bounds, std::string &child_name, in GetChildCompilerTypeAtIndex() argument
6885 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildCompilerTypeAtIndex()
6936 if (ignore_array_bounds || idx_is_valid) { in GetChildCompilerTypeAtIndex()
6965 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildCompilerTypeAtIndex()
7004 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildCompilerTypeAtIndex()
7036 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildCompilerTypeAtIndex()
7047 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildCompilerTypeAtIndex()
7058 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildCompilerTypeAtIndex()
7069 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildCompilerTypeAtIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64/
H A DABISysV_ppc64.cpp913 const bool ignore_array_bounds = false; in GetChildType() local
927 ignore_array_bounds, name, size, child_offs, child_bitfield_bit_size, in GetChildType()