Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/support/
H A Dunique_ptr_test_helper.h38 newValue(int num_elements) { in newValue()
46 newValue(int num_elements) { in newValue()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParser.cpp36 uint64_t num_elements = 0; in ParseChildArrayInfo() local
H A DDWARFASTParserClang.cpp1308 uint64_t num_elements = 0; in ParseArrayType() local
/llvm-project-15.0.7/libc/src/__support/CPP/
H A Dvector.h28 size_t num_elements = 0; variable
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp322 size_t num_elements = m_descriptors.size(); in Dump() local
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpoint.cpp768 size_t num_elements = old_id_vec.size(); in ModuleReplaced() local
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp666 uint32_t num_elements = array_type->getCount(); in CreateLLDBTypeFromPDBType() local
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp1601 uint32_t num_elements; in ReplaceVariables() local
H A DClangExpressionDeclMap.cpp454 bool ClangExpressionDeclMap::GetStructInfo(uint32_t &num_elements, size_t &size, in GetStructInfo()