HomeSort by relevance Sort by last modified time
    Searched refs:m_core (Results 1 - 4 of 4) sorted by null

  /external/lldb/include/lldb/Core/
ArchSpec.h 210 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/
ArchSpec.cpp 325 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/
tcuWGL.hpp 204 const Core* m_core; member in class:tcu::wgl::Context
tcuWGL.cpp 354 : 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 138 milliseconds