Home
last modified time | relevance | path

Searched defs:NewEnd (Results 1 – 8 of 8) sorted by relevance

/freebsd-9-stable/contrib/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp180 size_t NewEnd = GetCurrentBitNo()+((NumElts+3)&~3)*8; in skipRecord() local
250 size_t NewEnd = CurBitPos+((NumElts+3)&~3)*8; in readRecord() local
/freebsd-9-stable/contrib/llvm/lib/MC/
DMCAtom.cpp20 void MCAtom::remap(uint64_t NewBegin, uint64_t NewEnd) { in remap()
DMCModule.cpp53 void MCModule::remap(MCAtom *Atom, uint64_t NewBegin, uint64_t NewEnd) { in remap()
/freebsd-9-stable/contrib/llvm/include/llvm/ADT/
DSmallVector.h759 iterator NewEnd; variable
819 iterator NewEnd = this->begin(); variable
/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DLiveInterval.cpp220 void LiveRange::extendSegmentEndTo(iterator I, SlotIndex NewEnd) { in extendSegmentEndTo()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Frontend/
DTextDiagnostic.cpp451 unsigned NewEnd = map.startOfNextColumn(SourceEnd); in selectInterestingSourceRegion() local
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DExprCXX.cpp503 SourceLocation NewEnd = Arg->getLocEnd(); in getLocEnd() local
DExprConstant.cpp747 unsigned NewEnd = OldStackSize; in cleanup() local