Searched refs:ignore_array_bounds (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/lldb/source/Core/ |
D | ValueObjectConstResultImpl.cpp | 57 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()
|
D | ValueObject.cpp | 592 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/ |
D | BlockPointer.cpp | 112 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/ |
D | CompilerType.h | 312 bool omit_empty_base_classes, bool ignore_array_bounds,
|
D | TypeSystem.h | 322 bool ignore_array_bounds, std::string &child_name,
|
/external/llvm-project/lldb/source/Symbol/ |
D | CompilerType.cpp | 592 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/ |
D | ABISysV_ppc64.cpp | 905 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/ |
D | TypeSystemClang.h | 801 bool ignore_array_bounds, std::string &child_name,
|
D | TypeSystemClang.cpp | 5980 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()
|