Searched refs:End (Results 126 - 150 of 243) sorted by relevance

12345678910

/freebsd-9.3-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp662 const char **End = &StandardNames[LibFunc::NumLibFuncs]; local
673 const char **I = std::lower_bound(Start, End, funcName, StringComparator());
674 if (I != End && *I == funcName) {
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp830 IdentifierIndexTable::key_iterator End; member in class:__anon3375::GlobalIndexIdentifierIterator
835 End = Idx.key_end();
839 if (Current == End)
/freebsd-9.3-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp101 // given by Opcode. The operands are: Input (R2), Start (I3), End (I4) and
115 Mask(allOnes(BitSize)), Input(N), Start(64 - BitSize), End(63),
123 unsigned End; member in struct:__anon2489::RxSBGOperands
684 if (TII->isRxSBGMask(Mask, RxSBG.BitSize, RxSBG.Start, RxSBG.End)) {
895 RISBG.End &= 31;
901 CurDAG->getTargetConstant(RISBG.End | 128, MVT::i32),
945 CurDAG->getTargetConstant(RxSBG[I].End, MVT::i32),
H A DSystemZInstrInfo.h239 // significant. Set Start and End to the I3 and I4 operands if so.
241 unsigned &Start, unsigned &End) const;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Format/
H A DContinuationIndenter.cpp34 FormatToken *End = Tok.MatchingParen;
35 while (End->Next && !End->Next->CanBreakBefore) {
36 End = End->Next;
38 return End->TotalLength - Tok.TotalLength + 1;
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dvmsbuild.com68 $iloop: read/End=idone ifile$ iline
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DYAMLParser.h201 SMLoc End = SMLoc::getFromPointer(Val.end()); local
202 SourceRange = SMRange(Start, End);
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp459 MCSymbol *End = getLabelAfterInsn(RI->second); local
460 return !End;
498 MCSymbol *End = getLabelAfterInsn(RI->second); local
499 assert(End && "End label should not be null!");
502 assert(End->isDefined() && "Invalid end label for an inlined scope!");
505 TheCU->addLabelAddress(ScopeDIE, dwarf::DW_AT_high_pc, End);
551 llvm_unreachable("Unexpected Start and End labels for an inlined scope!");
1157 // End any existing sections.
1428 const MachineInstr *End local
1430 << "\\t" << *Begin << "\\t" << *End << "\\n"); local
2232 MCSymbol *End = Asm->GetTempSymbol(Section->getLabelEndName()); local
2779 const MCSymbol *Start, *End; member in struct:ArangeSpan
[all...]
/freebsd-9.3-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp79 unsigned char *End = P + EHFrame->Size; local
82 } while(P != End);
/freebsd-9.3-release/contrib/llvm/lib/MC/
H A DMCContext.cpp376 for (unsigned End = MCDwarfDirs.size(); DirIndex < End; DirIndex++) {
/freebsd-9.3-release/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp705 const char *End = getTok().getLoc().getPointer(); local
706 return StringRef(Start, End - Start);
716 const char *End = getTok().getLoc().getPointer(); local
717 return StringRef(Start, End - Start);
1705 std::size_t End = Body.size(), Pos = 0; local
1706 for (; Pos != End; ++Pos) {
1710 if (Body[Pos] != '$' || Pos + 1 == End)
1719 if (Body[Pos] == '\\' && Pos + 1 != End)
1728 if (Pos == End)
1761 while (isIdentifierChar(Body[I]) && I + 1 != End)
3162 std::size_t End = Body.size(), Pos = 0; local
4033 std::size_t I, End = Values.size(); local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Object/
H A DArchive.cpp149 StringRef::size_type End = StringRef(addr).find('/'); local
150 Result = StringRef(addr, End);
/freebsd-9.3-release/contrib/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp218 BasicBlock::iterator I = Load, End = BB->end();
224 if (I == End)
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp168 BasicBlock::iterator End) {
170 for (BasicBlock::iterator I = Begin; I != End; ++I) {
167 shouldSpeculateInstrs(BasicBlock::iterator Begin, BasicBlock::iterator End) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTBitCodes.h168 unsigned End; member in struct:clang::serialization::PPEntityOffset
174 End(R.getEnd().getRawEncoding()),
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DPPLexerChange.cpp430 for (recursive_directory_iterator Entry(Dir->getName(), EC), End;
431 Entry != End && !EC; Entry.increment(EC)) {
H A DPreprocessingRecord.cpp46 /// \brief Returns a pair of [Begin, End) iterators of preprocessed entities
126 /// \brief Returns a pair of [Begin, End) iterators of preprocessed entities
166 unsigned End = findEndLocalPreprocessedEntity(Range.getEnd()); local
167 return std::make_pair(Begin, End);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Tooling/
H A DTooling.cpp223 It = MappedFileContents.begin(), End = MappedFileContents.end();
224 It != End; ++It) {
/freebsd-9.3-release/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp389 uint64_t End = containsNextSym ? NextSym : SectSize; local
396 for (uint64_t Index = Start; Index < End; Index += Size) {
H A Dllvm-objdump.cpp467 uint64_t End; local
471 End = SectSize;
474 End = Symbols[si + 1].first - 1;
487 for (Index = Start; Index < End; Index += Size) {
/freebsd-9.3-release/contrib/llvm/lib/TableGen/
H A DTGParser.cpp483 Result.RefRange.End = Lex.getLoc();
506 Result.RefRange.End = Lex.getLoc();
528 Result.RefRange.End = Lex.getLoc();
551 Result.RefRange.End = Lex.getLoc();
566 int64_t End; local
580 End = Lex.getCurIntVal();
583 End = -Lex.getCurIntVal();
586 if (End < 0)
591 if (Start < End) {
592 for (; Start <= End;
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h173 MachineBasicBlock::iterator End,
172 initPolicy(MachineBasicBlock::iterator Begin, MachineBasicBlock::iterator End, unsigned NumRegionInstrs) argument
H A DSelectionDAGISel.h259 /// instructions between \p Begin and \p End. \p HadTailCall will be set
262 BasicBlock::const_iterator End,
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp597 It = Aliases.begin(), End = Aliases.end();
598 It != End; ++It) {
672 End = Declaration->bases_end();
673 It != End; ++It) {
/freebsd-9.3-release/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp776 EDI Start = Obj->begin_dynamic_table(), End = Obj->end_dynamic_table(true); local
778 if (Start == End)
781 ptrdiff_t Total = std::distance(Start, End);
790 for (; Start != End; ++Start) {

Completed in 279 milliseconds

12345678910