/external/llvm-project/lldb/source/Symbol/ |
D | TypeMap.cpp | 22 TypeMap::TypeMap() : m_types() {} in TypeMap() 31 m_types.insert(std::make_pair(type_sp->GetID(), type_sp)); in Insert() 37 iterator pos, end = m_types.end(); in InsertUnique() 39 for (pos = m_types.find(type_uid); in InsertUnique() 73 void TypeMap::Clear() { m_types.clear(); } in Clear() 75 uint32_t TypeMap::GetSize() const { return m_types.size(); } in GetSize() 77 bool TypeMap::Empty() const { return m_types.empty(); } in Empty() 86 for (pos = m_types.begin(), end = m_types.end(); pos != end; ++pos) { in GetTypeAtIndex() 96 for (auto pos = m_types.begin(), end = m_types.end(); pos != end; ++pos) { in ForEach() 104 for (auto pos = m_types.begin(), end = m_types.end(); pos != end; ++pos) { in ForEach() [all …]
|
D | TypeList.cpp | 22 TypeList::TypeList() : m_types() {} in TypeList() 31 m_types.push_back(type_sp); in Insert() 58 void TypeList::Clear() { m_types.clear(); } in Clear() 60 uint32_t TypeList::GetSize() const { return m_types.size(); } in GetSize() 70 for (pos = m_types.begin(), end = m_types.end(); pos != end; ++pos) { in GetTypeAtIndex() 80 for (auto pos = m_types.begin(), end = m_types.end(); pos != end; ++pos) { in ForEach() 88 for (auto pos = m_types.begin(), end = m_types.end(); pos != end; ++pos) { in ForEach() 95 for (iterator pos = m_types.begin(), end = m_types.end(); pos != end; ++pos) { in Dump() 124 iterator pos, end = m_types.end(); in RemoveMismatchedTypes() 126 for (pos = m_types.begin(); pos != end; ++pos) { in RemoveMismatchedTypes() [all …]
|
/external/deqp/modules/egl/ |
D | teglMultiThreadTests.cpp | 720 Type m_types; member in deqp::egl::MultiThreadedObjectTest 746 , m_types ((Type)type) in MultiThreadedObjectTest() 906 if ((m_types & TYPE_WINDOW) != 0) in runThread() 909 if ((m_types & TYPE_PBUFFER) != 0) in runThread() 912 if ((m_types & TYPE_PIXMAP) != 0) in runThread() 932 …if ((m_types & TYPE_SINGLE_WINDOW) != 0 && (m_types & TYPE_PBUFFER) == 0 && (m_types & TYPE_PIXMAP… in runThread() 970 if ((m_types & TYPE_SINGLE_WINDOW) == 0) in runThread() 989 if ((m_types & TYPE_PBUFFER) != 0) in createDestroyObjects() 992 if ((m_types & TYPE_PIXMAP) != 0) in createDestroyObjects() 995 if ((m_types & TYPE_WINDOW) != 0) in createDestroyObjects() [all …]
|
D | teglMemoryStressTests.cpp | 94 ObjectType m_types; member in deqp::egl::__anon57d2408d0111::MemoryAllocator 113 , m_types (types) in MemoryAllocator() 144 if ((m_types & OBJECTTYPE_CONTEXT) != 0) in allocateUntilFailure() 147 if ((m_types & OBJECTTYPE_PBUFFER) != 0) in allocateUntilFailure()
|
/external/deqp/modules/gles2/functional/ |
D | es2fLifetimeTests.cpp | 53 MovePtr<Types> m_types; member in deqp::gles2::Functional::__anon4b32106a0111::TestGroup 61 m_types = MovePtr<Types>(new ES2Types(ltCtx)); in init() 62 addTestCases(*this, *m_types); in init()
|
/external/llvm-project/lldb/source/DataFormatters/ |
D | TypeFormat.cpp | 136 : TypeFormatImpl(flags), m_enum_type(type_name), m_types() {} in TypeFormatImpl_EnumType() 156 auto iter = m_types.find(valobj_key), end = m_types.end(); in FormatObject() 175 m_types.emplace(valobj_key, valobj_enum_type); in FormatObject()
|
/external/llvm-project/lldb/source/Target/ |
D | SystemRuntime.cpp | 30 SystemRuntime::SystemRuntime(Process *process) : Runtime(process), m_types() {} in SystemRuntime() 43 return m_types; in GetExtendedBacktraceTypes()
|
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | TypeList.h | 45 TypeIterable Types() { return TypeIterable(m_types); } in Types() 64 collection m_types; variable
|
D | TypeMap.h | 47 TypeIterable Types() { return TypeIterable(m_types); } in Types() 68 collection m_types; variable
|
/external/deqp/modules/gles3/functional/ |
D | es3fLifetimeTests.cpp | 441 m_types.insert(m_types.end(), DE_ARRAY_BEGIN(types), DE_ARRAY_END(types)); in ES3Types() 561 MovePtr<Types> m_types; member in deqp::gles3::Functional::__anon343cbacc0111::TestGroup 569 m_types = MovePtr<Types>(new ES3Types(ltCtx)); in init() 571 addTestCases(*this, *m_types); in init()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
D | SymbolFileNativePDB.cpp | 681 auto full_iter = m_types.find(toOpaqueUid(*full_decl_uid)); in CreateAndCacheType() 682 if (full_iter != m_types.end()) { in CreateAndCacheType() 686 m_types[toOpaqueUid(type_id)] = result; in CreateAndCacheType() 701 m_types[best_uid] = result; in CreateAndCacheType() 705 m_types[toOpaqueUid(type_id)] = result; in CreateAndCacheType() 714 auto iter = m_types.find(toOpaqueUid(type_id)); in GetOrCreateType() 715 if (iter != m_types.end()) in GetOrCreateType() 1375 auto iter = m_types.find(toOpaqueUid(id)); in GetOrCreateTypedef() 1376 if (iter != m_types.end()) in GetOrCreateTypedef() 1517 auto iter = m_types.find(type_uid); in ResolveTypeUID() [all …]
|
D | SymbolFileNativePDB.h | 244 llvm::DenseMap<lldb::user_id_t, lldb::TypeSP> m_types; variable
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | SystemRuntime.h | 298 std::vector<ConstString> m_types;
|
/external/deqp/modules/glshared/ |
D | glsLifetimeTests.hpp | 265 const vector<Type*>& getTypes (void) { return m_types; } in getTypes() 272 vector<Type*> m_types; member in deqp::gls::LifetimeTests::details::Types
|
D | glsLifetimeTests.cpp | 756 m_types.insert(m_types.end(), DE_ARRAY_BEGIN(types), DE_ARRAY_END(types)); in ES2Types()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
D | SymbolFilePDB.cpp | 551 auto find_result = m_types.find(type_uid); in ResolveTypeUID() 552 if (find_result != m_types.end()) in ResolveTypeUID() 577 m_types.insert(std::make_pair(type_uid, result)); in ResolveTypeUID() 1503 auto iter = m_types.find(result->getSymIndexId()); in FindTypesByRegex() 1504 if (iter == m_types.end()) in FindTypesByRegex() 1553 auto iter = m_types.find(result->getSymIndexId()); in FindTypesByName() 1554 if (iter == m_types.end()) in FindTypesByName()
|
D | SymbolFilePDB.h | 250 llvm::DenseMap<uint32_t, lldb::TypeSP> m_types; variable
|
/external/llvm-project/lldb/include/lldb/DataFormatters/ |
D | TypeFormat.h | 212 mutable std::unordered_map<void *, CompilerType> m_types; variable
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCClassDescriptorV2.cpp | 298 process->ReadCStringFromMemory(m_types_ptr, m_types, error); in Read() 401 if (instance_method_func(method->m_name.c_str(), method->m_types.c_str())) in Describe()
|
D | AppleObjCClassDescriptorV2.h | 151 std::string m_types; member
|
/external/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/ |
D | SystemRuntimeMacOSX.cpp | 674 if (m_types.size() == 0) { in GetExtendedBacktraceTypes() 675 m_types.push_back(ConstString("libdispatch")); in GetExtendedBacktraceTypes() 679 return m_types; in GetExtendedBacktraceTypes()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cShadingLanguage420PackTests.cpp | 4313 << "T1:" << Utils::getTypeName(test_case.m_types.m_t1, test_case.m_n_cols, in prepareNextTestCase() 4315 << " T2:" << Utils::getTypeName(test_case.m_types.m_t2, test_case.m_n_cols, in prepareNextTestCase() 4512 …const GLchar* t1 = Utils::getTypeName(test_case.m_types.m_t1, test_case.m_n_cols, test_case.m… in prepareShaderSource() 4513 …const GLchar* t2 = Utils::getTypeName(test_case.m_types.m_t2, test_case.m_n_cols, test_case.m… in prepareShaderSource() 4574 switch (test_case.m_types.m_t2) in prepareUniforms() 4610 m_debug_test_case.m_types.m_t1 = Utils::FLOAT; in testInit() 4611 m_debug_test_case.m_types.m_t2 = Utils::FLOAT; in testInit()
|
D | gl4cShadingLanguage420PackTests.hpp | 969 typesPair m_types; member
|
/external/llvm-project/clang/include/clang/Basic/ |
D | arm_sve.td | 1088 string name, string m_types, string xz_types, string types, 1090 def _M : SInst<name, m_types, types, MergeOp1, intrinsic, flags>; 1095 multiclass SInstCvtMX<string name, string m_types, string xz_types, 1098 def _M : SInst<name, m_types, types, MergeOp1, intrinsic, flags>;
|