Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
H A Dallocate_shared.pass.cpp26 int new_count = 0; variable
/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1062 size_t new_count = comp_unit.GetNumFunctions(); in ParseFunctions()
1063 lldbassert(new_count >= count); in ParseFunctions()
1064 return new_count - count; in ParseFunctions()
1795 const size_t new_count = GetTypeList().GetSize(); in ParseTypes()
1799 return new_count - old_count; in ParseTypes()
1066 size_t new_count = comp_unit.GetNumFunctions(); ParseFunctions() local
1801 const size_t new_count = GetTypeList().GetSize(); ParseTypes() local
/llvm-project/polly/utils/
H A Dargparse.py1003 new_count = _ensure_value(namespace, self.dest, 0) + 1
1004 setattr(namespace, self.dest, new_count)