Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueArray.cpp20 const Type array_element_type = ConvertTypeMaskToType(m_type_mask); in DumpValue() local
24 GetBuiltinTypeAsCString(array_element_type)); in DumpValue()
41 switch (array_element_type) { in DumpValue()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1319 CompilerType array_element_type = element_type->GetForwardCompilerType(); in ParseArrayType() local
1320 RequireCompleteType(array_element_type); in ParseArrayType()
1330 clang_type = m_ast.CreateArrayType(array_element_type, num_elements, in ParseArrayType()
1332 array_element_type = clang_type; in ParseArrayType()
1339 m_ast.CreateArrayType(array_element_type, 0, attrs.is_vector); in ParseArrayType()