Searched refs:m_first (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
D | LibCxxBitset.cpp | 41 ValueObject* m_first = nullptr; member in __anon1e9508570111::BitsetFrontEnd 60 m_first = nullptr; in Update() 73 m_first = m_backend.GetChildMemberWithName(ConstString("__first_"), true).get(); in Update() 78 if (idx >= m_elements.size() || !m_first) in GetChildAtIndex() 88 if (m_first->GetCompilerType().IsArrayType(&type, nullptr, nullptr)) { in GetChildAtIndex() 93 chunk = m_first->GetChildAtIndex(idx / *bit_size, true); in GetChildAtIndex() 95 type = m_first->GetCompilerType(); in GetChildAtIndex() 96 chunk = m_first->GetSP(); in GetChildAtIndex()
|
/external/deqp/framework/common/ |
D | tcuEither.hpp | 72 First* m_first; member 146 m_first->~First(); in release() 151 m_first = DE_NULL; in release() 158 m_first = new(m_data)First(first); in Either() 179 m_first = new(m_data)First(*other.m_first); in Either() 195 m_first = new(m_data)First(*other.m_first); in operator =() 208 m_first = new(m_data)First(first); in operator =() 240 return *m_first; in getFirst()
|
/external/deqp/framework/delibs/decpp/ |
D | deAppendList.hpp | 90 Block* m_first; member in de::AppendList 167 , m_first (new Block(0, blockSize)) in AppendList() 168 , m_last (m_first) in AppendList() 176 Block* curBlock = m_first; in ~AppendList() 200 Block* curBlock = m_first; in clear() 212 if (delBlock != m_first) in clear() 219 m_first->next = DE_NULL; in clear() 220 m_last = m_first; in clear() 274 return const_iterator(m_first, m_blockSize, 0); in begin() 280 return iterator(m_first, m_blockSize, 0); in begin()
|
/external/testng/src/test/java/test/dependent/ |
D | SampleDependentConfigurationMethods.java | 8 private boolean m_first = false; field in SampleDependentConfigurationMethods 18 m_first = true; in firstInvocation() 24 assert m_first : "firstInvocation() was never called"; in verifyDependents()
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | EncodingInfo.java | 199 m_first, in isInEncoding() 246 m_first, in isInEncoding() 291 final private int m_first; field in EncodingInfo.EncodingImpl 346 m_first = first; in EncodingImpl()
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | CppModuleConfiguration.cpp | 18 if (m_first) { in TrySet() 21 m_first = false; in TrySet()
|
D | CppModuleConfiguration.h | 28 bool m_first = true; variable
|
/external/emma/core/java12/com/vladium/emma/instr/ |
D | InstrVisitor.java | 983 block.m_first = leader; // m_first set in visit() 1141 …jumpAdjOffsets [l + 1] = _blocks [l].m_first + _blocks [l].m_length; // implies the insertion goes… in visit() 1149 jumpAdjMap [l + 1] = emitctx.m_out.size () - _blocks [l + 1].m_first; in visit() 1183 final int jump = _blocks [patchData [3]].m_first - patchData [2]; in visit() 1417 int m_first; // inclusive offset of the leader instruction [first instr in the block] field in InstrVisitor.Block 1439 final int first = m_first; in emit() 1441 m_first = out.size (); // update position to be within new code array in emit() 1506 … final int jumpOffset = ((Block) ctx.m_blocks.m_blocks.get (targetBlockID)).m_first - ip; in emitJumpOffset2() 1530 … final int jumpOffset = ((Block) ctx.m_blocks.m_blocks.get (targetBlockID)).m_first - ip; in emitJumpOffset4()
|