Home
last modified time | relevance | path

Searched defs:Begin (Results 1 – 25 of 73) sorted by relevance

123

/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DStringExtras.h169 inline std::string join_impl(IteratorT Begin, IteratorT End, in join_impl()
184 inline std::string join_impl(IteratorT Begin, IteratorT End, in join_impl()
205 inline std::string join(IteratorT Begin, IteratorT End, StringRef Separator) { in join()
/minix3/external/bsd/llvm/dist/llvm/unittests/Support/
H A DIteratorTest.cpp29 test_iterator Begin, End; in TEST() local
70 test_iterator Begin, End; in TEST() local
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DMachineLoopInfo.cpp51 MachineFunction::iterator Begin = TopMBB->getParent()->begin(); in getTopBlock() local
H A DSlotIndexes.cpp147 MachineBasicBlock::iterator Begin, in repairIndexesInRange()
H A DLiveIntervalAnalysis.cpp295 SlotIndex Begin = Indexes->getMBBStartIdx(MBB); in computeLiveInRegUnits() local
1196 MachineBasicBlock::iterator Begin = MBB->begin(); in findLastUseBefore() local
1240 void LiveIntervals::repairOldRegInRange(const MachineBasicBlock::iterator Begin, in repairOldRegInRange()
1330 MachineBasicBlock::iterator Begin, in repairIntervalsInRange()
H A DMachineFunction.cpp263 MachineFunction::extractLoadMemRefs(MachineInstr::mmo_iterator Begin, in extractLoadMemRefs()
295 MachineFunction::extractStoreMemRefs(MachineInstr::mmo_iterator Begin, in extractStoreMemRefs()
H A DTwoAddressInstructionPass.cpp417 MachineRegisterInfo::def_iterator Begin = MRI->def_begin(Reg); in isKilled() local
829 MachineBasicBlock::iterator Begin = MI; in rescheduleMIBelowKill() local
1283 MachineBasicBlock::iterator Begin(NewMIs[0]); in tryInstructionTransform() local
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DUser.cpp46 Use *Begin = static_cast<Use*>(::operator new(size)); in allocHungoffUses() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/
H A DDWARFDebugLoc.h25 uint64_t Begin; member
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaFixItUtils.cpp60 const SourceLocation Begin = FullExpr->getSourceRange().getBegin(); in tryToFixConversion() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCWinEH.h34 const MCSymbol *Begin; member
/minix3/external/bsd/llvm/dist/clang/lib/Format/
H A DFormatToken.cpp123 static unsigned CodePointsBetween(const FormatToken *Begin, in CodePointsBetween()
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp139 DILineInfoTable::iterator Begin = Lines.begin(); in NotifyObjectEmitted() local
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DPreprocessingRecord.cpp165 unsigned Begin = findBeginLocalPreprocessedEntity(Range.getBegin()); in findLocalPreprocessedEntitiesInRange() local
286 Begin = PreprocessedEntities.begin(); in addPreprocessedEntity() local
H A DLiteralSupport.cpp51 SourceLocation Begin = in MakeCharSourceRange() local
69 SourceLocation Begin = in Diag() local
/minix3/external/bsd/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h190 virtual ParamIteratorInterface<T>* Begin() const { in Begin() function
275 virtual ParamIteratorInterface<T>* Begin() const { in Begin() function
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h23 const MCSymbol *Begin; variable
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/Support/
H A DBumpVector.h54 T *Begin, *End, *Capacity; variable
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h236 Begin(B), End(E), Waste(IsWaste) {} in Begin() function
238 unsigned Begin; member
/minix3/external/bsd/llvm/dist/clang/unittests/AST/
H A DMatchVerifier.h210 SourceLocation Begin = R.getBegin(); in verify() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp258 BasicBlock::iterator Begin = BB->begin(); in ContractRelease() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp355 bool RegDefsUses::update(const MachineInstr &MI, unsigned Begin, unsigned End) { in update()
613 bool Filler::searchRange(MachineBasicBlock &MBB, IterTy Begin, IterTy End, in searchRange()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp295 UnresolvedSetIterator Begin, in Create()
327 UnresolvedSetIterator Begin, in OverloadExpr()
395 UnresolvedSetIterator Begin, in initializeResults()
1335 UnresolvedSetIterator Begin, in UnresolvedMemberExpr()
1371 UnresolvedSetIterator Begin, in Create()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DAllocator.h389 char *Begin = (char*)alignAddr(*I, alignOf<T>()); in DestroyAll() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp197 static bool shouldSpeculateInstrs(BasicBlock::iterator Begin, in shouldSpeculateInstrs()

123