Searched refs:ignore_array_bounds (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/ValueObject/ |
| H A D | ValueObjectConstResultImpl.cpp | 55 bool ignore_array_bounds = false; in CreateChildAtIndex() local 71 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in CreateChildAtIndex() 111 bool ignore_array_bounds = true; in CreateSyntheticArrayMember() local 128 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in CreateSyntheticArrayMember()
|
| H A D | ValueObject.cpp | 490 bool ignore_array_bounds = false; in CreateChildAtIndex() local 506 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in CreateChildAtIndex() 525 bool ignore_array_bounds = true; in CreateSyntheticArrayMember() local 541 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in CreateSyntheticArrayMember()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | BlockPointer.cpp | 97 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 D | CompilerType.h | 448 bool omit_empty_base_classes, bool ignore_array_bounds,
|
| H A D | TypeSystem.h | 376 bool ignore_array_bounds, std::string &child_name,
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
| H A D | ABISysV_ppc64.cpp | 914 const bool ignore_array_bounds = false; in GetChildType() local 928 ignore_array_bounds, name, size, child_offs, child_bitfield_bit_size, in GetChildType()
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 910 bool omit_empty_base_classes, bool ignore_array_bounds, in GetChildCompilerTypeAtIndex() argument 920 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildCompilerTypeAtIndex()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 900 bool ignore_array_bounds, std::string &child_name,
|
| H A D | TypeSystemClang.cpp | 6188 bool ignore_array_bounds, std::string &child_name, in GetChildCompilerTypeAtIndex() argument 6487 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildCompilerTypeAtIndex() 6538 if (ignore_array_bounds || idx_is_valid) { in GetChildCompilerTypeAtIndex() 6567 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildCompilerTypeAtIndex() 6607 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildCompilerTypeAtIndex()
|