Searched refs:LEnd (Results 1 – 9 of 9) sorted by relevance
| /freebsd-10-stable/contrib/llvm/lib/MC/ |
| D | MCAtom.cpp | 31 uint64_t &LBegin, uint64_t &LEnd, in remapForSplit() argument 38 LEnd = SplitPt - 1; in remapForSplit() 43 remap(LBegin, LEnd); in remapForSplit() 61 uint64_t LBegin, LEnd, RBegin, REnd; in split() local 62 remapForSplit(SplitPt, LBegin, LEnd, RBegin, REnd); in split() 98 uint64_t LBegin, LEnd, RBegin, REnd; in split() local 99 remapForSplit(SplitPt, LBegin, LEnd, RBegin, REnd); in split()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/ |
| D | LayoutOverrideSource.cpp | 194 LEnd = Layouts.end(); in dump() local 195 L != LEnd; ++L) { in dump()
|
| /freebsd-10-stable/contrib/llvm/include/llvm/MC/ |
| D | MCAtom.h | 101 uint64_t &LBegin, uint64_t &LEnd,
|
| /freebsd-10-stable/contrib/llvm/lib/Support/Unix/ |
| D | Memory.inc | 347 long LEnd = reinterpret_cast<long>(const_cast<char *>(End)); 348 cacheflush(LStart, LEnd, BCACHE);
|
| /freebsd-10-stable/contrib/llvm/include/llvm/ADT/ |
| D | ImmutableSet.h | 141 iterator LItr = begin(), LEnd = end(); in isEqual() local 144 while (LItr != LEnd && RItr != REnd) { in isEqual() 158 return LItr == LEnd && RItr == REnd; in isEqual()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaLookup.cpp | 3096 LEnd = Ctx->lookups_end(); in LookupVisibleDecls() local 3097 L != LEnd; ++L) { in LookupVisibleDecls()
|
| D | SemaDeclCXX.cpp | 8966 for (LookupResult::iterator L = OpLookup.begin(), LEnd = OpLookup.end(); in buildSingleCopyAssignRecursively() local 8967 L != LEnd; ++L) { in buildSingleCopyAssignRecursively()
|
| /freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAGBuilder.cpp | 2349 const APInt &LEnd = cast<ConstantInt>(I->High)->getValue(); in handleBTSplitSwitchCase() local 2351 APInt Range = ComputeRange(LEnd, RBegin); in handleBTSplitSwitchCase() 2358 (LEnd - First + 1ULL).roundToDouble(); in handleBTSplitSwitchCase() 2365 << "LEnd: " << LEnd << ", RBegin: " << RBegin << '\n' in handleBTSplitSwitchCase()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/ |
| D | ASTWriter.cpp | 1799 for (LineTableInfo::iterator L = LineTable.begin(), LEnd = LineTable.end(); in WriteSourceManagerBlock() local 1800 L != LEnd; ++L) { in WriteSourceManagerBlock()
|