Home
last modified time | relevance | path

Searched refs:LEnd (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/MC/
DMCAtom.cpp28 uint64_t &LBegin, uint64_t &LEnd, in remapForSplit() argument
35 LEnd = SplitPt - 1; in remapForSplit()
40 remap(LBegin, LEnd); in remapForSplit()
58 uint64_t LBegin, LEnd, RBegin, REnd; in split() local
59 remapForSplit(SplitPt, LBegin, LEnd, RBegin, REnd); in split()
95 uint64_t LBegin, LEnd, RBegin, REnd; in split() local
96 remapForSplit(SplitPt, LBegin, LEnd, RBegin, REnd); in split()
/external/clang/lib/Frontend/
DLayoutOverrideSource.cpp194 LEnd = Layouts.end(); in dump() local
195 L != LEnd; ++L) { in dump()
/external/llvm/include/llvm/MC/
DMCAtom.h99 uint64_t &LBegin, uint64_t &LEnd,
/external/llvm/lib/Support/Unix/
DMemory.inc347 long LEnd = reinterpret_cast<long>(const_cast<char *>(End));
348 cacheflush(LStart, LEnd, BCACHE);
/external/llvm/include/llvm/ADT/
DImmutableSet.h141 iterator LItr = begin(), LEnd = end(); in isEqual() local
144 while (LItr != LEnd && RItr != REnd) { in isEqual()
158 return LItr == LEnd && RItr == REnd; in isEqual()
/external/clang/lib/Sema/
DSemaLookup.cpp2996 LEnd = Ctx->lookups_end(); in LookupVisibleDecls() local
2997 L != LEnd; ++L) { in LookupVisibleDecls()
DSemaDeclCXX.cpp8626 for (LookupResult::iterator L = OpLookup.begin(), LEnd = OpLookup.end(); in buildSingleCopyAssignRecursively() local
8627 L != LEnd; ++L) { in buildSingleCopyAssignRecursively()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2268 const APInt &LEnd = cast<ConstantInt>(I->High)->getValue(); in handleBTSplitSwitchCase() local
2270 APInt Range = ComputeRange(LEnd, RBegin); in handleBTSplitSwitchCase()
2277 (LEnd - First + 1ULL).roundToDouble(); in handleBTSplitSwitchCase()
2284 << "LEnd: " << LEnd << ", RBegin: " << RBegin << '\n' in handleBTSplitSwitchCase()
/external/clang/lib/Serialization/
DASTWriter.cpp1798 for (LineTableInfo::iterator L = LineTable.begin(), LEnd = LineTable.end(); in WriteSourceManagerBlock() local
1799 L != LEnd; ++L) { in WriteSourceManagerBlock()