Home
last modified time | relevance | path

Searched refs:array_element_type (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueArray.cpp19 const Type array_element_type = ConvertTypeMaskToType(m_type_mask); in DumpValue() local
23 GetBuiltinTypeAsCString(array_element_type)); in DumpValue()
40 switch (array_element_type) { in DumpValue()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1478 CompilerType array_element_type = element_type->GetForwardCompilerType(); in ParseArrayType() local
1479 TypeSystemClang::RequireCompleteType(array_element_type); in ParseArrayType()
1487 array_element_type, /*element_count=*/*pos, attrs.is_vector); in ParseArrayType()
1490 array_element_type = clang_type; in ParseArrayType()
1497 array_element_type, /*element_count=*/std::nullopt, attrs.is_vector); in ParseArrayType()