Searched refs:m_core (Results 1 - 4 of 4) sorted by relevance

/external/lldb/include/lldb/Core/
H A DArchSpec.h210 return m_core >= eCore_arm_generic && m_core < kNumCores;
309 return m_core;
396 Core m_core; member in class:lldb_private::ArchSpec
/external/lldb/source/Core/
H A DArchSpec.cpp325 m_core (kCore_invalid),
332 m_core (kCore_invalid),
342 m_core (kCore_invalid),
351 m_core (kCore_invalid),
359 m_core (kCore_invalid),
378 m_core = rhs.m_core;
388 m_core = kCore_invalid;
399 const CoreDefinition *core_def = FindCoreDefinition (m_core);
408 const CoreDefinition *core_def = FindCoreDefinition (m_core);
[all...]
/external/deqp/framework/platform/win32/
H A DtcuWGL.hpp204 const Core* m_core; member in class:tcu::wgl::Context
H A DtcuWGL.cpp354 : m_core (core)
427 const Functions& wgl = m_core->getLibrary()->getFunctions();
438 ptr = (FunctionPtr)m_core->getLibrary()->getFunctions().getProcAddress(name);
442 ptr = (FunctionPtr)m_core->getLibrary()->getGLLibrary().getFunction(name);
449 const Functions& wgl = m_core->getLibrary()->getFunctions();

Completed in 100 milliseconds