Searched refs:ignore_array_bounds (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A 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()
|
| H A D | ValueObject.cpp | 537 bool ignore_array_bounds = synthetic_array_member; in CreateChildAtIndex() local 554 ignore_array_bounds, child_name_str, child_byte_size, child_byte_offset, in CreateChildAtIndex() 2640 bool ignore_array_bounds = false; in Dereference() local 2658 ignore_array_bounds, child_name_str, child_byte_size, child_byte_offset, in Dereference()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | BlockPointer.cpp | 106 const bool ignore_array_bounds = false; in GetChildAtIndex() local 121 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildAtIndex()
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 604 bool omit_empty_base_classes, bool ignore_array_bounds, in GetChildCompilerTypeAtIndex() argument 614 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildCompilerTypeAtIndex()
|
| /llvm-project-15.0.7/lldb/include/lldb/Symbol/ |
| H A D | CompilerType.h | 319 bool omit_empty_base_classes, bool ignore_array_bounds,
|
| H A D | TypeSystem.h | 326 bool ignore_array_bounds, std::string &child_name,
|
| /llvm-project-15.0.7/lldb/source/Plugins/ABI/PowerPC/ |
| H A 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()
|
| /llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 790 bool ignore_array_bounds, std::string &child_name,
|
| H A D | TypeSystemClang.cpp | 6148 bool ignore_array_bounds, std::string &child_name, in GetChildCompilerTypeAtIndex() argument 6436 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildCompilerTypeAtIndex() 6487 if (ignore_array_bounds || idx_is_valid) { in GetChildCompilerTypeAtIndex() 6516 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildCompilerTypeAtIndex() 6556 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildCompilerTypeAtIndex()
|