Home
last modified time | relevance | path

Searched defs:num_elements (Results 1 – 9 of 9) sorted by relevance

/llvm-project/libcxx/test/support/
H A Dunique_ptr_test_helper.h55 …EXPR_CXX23 typename std::enable_if<!std::is_array<T>::value, T*>::type newValue(int num_elements) { in newValue()
62 newValue(int num_elements) { in newValue()
/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp198 CalculateNumChildren(CompilerType container_elem_type, uint64_t num_elements, in CalculateNumChildren() argument
259 uint64_t num_elements; in Update() local
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParser.cpp40 std::optional<uint64_t> num_elements; in ParseChildArrayInfo() local
H A DDWARFASTParserClang.cpp1371 uint64_t num_elements = 0; ParseArrayType() local
/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp321 size_t num_elements = m_descriptors.size(); in Dump() local
/llvm-project/lldb/source/Breakpoint/
H A DBreakpoint.cpp757 size_t num_elements = old_id_vec.size(); ModuleReplaced() local
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp1432 uint32_t num_elements; ReplaceVariables() local
H A DClangExpressionDeclMap.cpp451 bool ClangExpressionDeclMap::GetStructInfo(uint32_t &num_elements, size_t &size, in GetStructInfo() argument
/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp669 uint32_t num_elements = array_type->getCount(); in CreateLLDBTypeFromPDBType() local