Home
last modified time | relevance | path

Searched refs:is_vector (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h562 bool is_vector = false; member
H A DDWARFASTParserClang.cpp499 is_vector = form_value.Boolean(); in ParsedDWARFTypeAttributes()
1487 array_element_type, /*element_count=*/*pos, attrs.is_vector); in ParseArrayType()
1497 array_element_type, /*element_count=*/std::nullopt, attrs.is_vector); in ParseArrayType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h500 bool is_vector);
H A DTypeSystemClang.cpp2249 bool is_vector) { in CreateArrayType() argument
2263 if (is_vector) in CreateArrayType()