/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | ValueObjectConstResultImpl.cpp | 56 bool ignore_array_bounds = false; in CreateChildAtIndex() local 72 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in CreateChildAtIndex() 112 bool ignore_array_bounds = true; in CreateSyntheticArrayMember() local 129 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in CreateSyntheticArrayMember()
|
H A D | ValueObject.cpp | 493 bool ignore_array_bounds = false; in CreateChildAtIndex() local 509 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in CreateChildAtIndex() 528 bool ignore_array_bounds = true; in CreateSyntheticArrayMember() local 544 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in CreateSyntheticArrayMember() 2805 bool ignore_array_bounds = false; in Dereference() local 2823 ignore_array_bounds, child_name_str, child_byte_size, child_byte_offset, in Dereference()
|
/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 | 441 bool omit_empty_base_classes, bool ignore_array_bounds,
|
H A D | TypeSystem.h | 366 bool ignore_array_bounds, std::string &child_name,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
H A D | ABISysV_ppc64.cpp | 909 const bool ignore_array_bounds = false; in GetChildType() local 923 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 | 906 bool omit_empty_base_classes, bool ignore_array_bounds, in GetChildCompilerTypeAtIndex() argument 916 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 | 895 bool ignore_array_bounds, std::string &child_name,
|
H A D | TypeSystemClang.cpp | 6195 bool ignore_array_bounds, std::string &child_name, in GetChildCompilerTypeAtIndex() argument 6491 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildCompilerTypeAtIndex() 6542 if (ignore_array_bounds || idx_is_valid) { in GetChildCompilerTypeAtIndex() 6571 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildCompilerTypeAtIndex() 6611 ignore_array_bounds, child_name, child_byte_size, child_byte_offset, in GetChildCompilerTypeAtIndex()
|