Searched refs:Start (Results 76 - 100 of 179) sorted by relevance

12345678

/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/
H A DDiagnostics.h39 SourceLocation Start; member in struct:clang::ast_matchers::dynamic::SourceRange
/freebsd-10.2-release/contrib/llvm/lib/Object/
H A DArchive.cpp82 Archive::Child::Child(const Archive *Parent, const char *Start) argument
84 if (!Start)
88 reinterpret_cast<const ArchiveMemberHeader *>(Start);
89 Data = StringRef(Start, sizeof(ArchiveMemberHeader) + Header->getSize());
/freebsd-10.2-release/contrib/llvm/include/llvm/Support/
H A DStreamableMemoryObject.h176 const unsigned char *Start, const unsigned char *End);
H A DYAMLParser.h200 SMLoc Start = SMLoc::getFromPointer(Val.begin()); local
202 SourceRange = SMRange(Start, End);
225 , StringRef::size_type Start
418 WasPreviousTokenFlowEntry(true), // Start with an imaginary ','.
H A DTimer.h35 /// getCurrentTime - Get the current time and memory usage. If Start is true
39 static TimeRecord getCurrentTime(bool Start = true);
107 /// startTimer - Start the timer running. Time between calls to
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceManager.h344 /// Start and End specify the expansion range (where the macro is
349 SourceLocation Start, SourceLocation End) {
352 X.ExpansionLocStart = Start.getRawEncoding();
1180 /// \brief Returns true if \p Loc is inside the [\p Start, +\p Length)
1186 SourceLocation Start, unsigned Length,
1188 assert(((Start.getOffset() < NextLocalOffset &&
1189 Start.getOffset()+Length <= NextLocalOffset) ||
1190 (Start.getOffset() >= CurrentLoadedOffset &&
1191 Start.getOffset()+Length < MaxLoadedOffset)) &&
1194 unsigned BeginOffs = Start
348 create(SourceLocation SpellingLoc, SourceLocation Start, SourceLocation End) argument
1185 isInSLocAddrSpace(SourceLocation Loc, SourceLocation Start, unsigned Length, unsigned *RelativeOffset = 0) const argument
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Rewrite/Core/
H A DRewriter.h94 /// Initialize - Start this rewrite buffer out with a copy of the unmodified
216 bool RemoveText(SourceLocation Start, unsigned Length,
233 bool ReplaceText(SourceLocation Start, unsigned OrigLength,
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DSplitKit.h204 /// - Start a new live interval with openIntv.
388 void useIntv(SlotIndex Start, SlotIndex End);
409 /// The Start index should be a return value from a leaveIntv* call, and End
413 void overlapIntv(SlotIndex Start, SlotIndex End);
/freebsd-10.2-release/contrib/llvm/include/llvm/CodeGen/
H A DLiveIntervalAnalysis.h248 bool findLiveInMBBs(SlotIndex Start, SlotIndex End, argument
250 return Indexes->findLiveInMBBs(Start, End, MBBs);
H A DPasses.h147 /// Start pass ID is zero, then compilation will begin at the normal point;
151 void setStartStopPasses(AnalysisID Start, AnalysisID Stop) { argument
152 StartAfter = Start;
/freebsd-10.2-release/contrib/llvm/lib/Support/
H A DYAMLParser.cpp555 OS << "Stream-Start: ";
567 OS << "Document-Start: ";
579 OS << "Block-Sequence-Start: ";
582 OS << "Block-Mapping-Start: ";
588 OS << "Flow-Sequence-Start: ";
594 OS << "Flow-Mapping-Start: ";
857 StringRef::iterator Start = Current; local
873 return StringRef(Start, Current - Start);
1076 StringRef::iterator Start local
1238 StringRef::iterator Start = Current; local
1295 StringRef::iterator Start = Current; local
1373 StringRef::iterator Start = Current; local
1408 StringRef::iterator Start = Current; local
1444 StringRef::iterator Start = Current; local
1609 SMLoc Start = SMLoc::getFromPointer(peekNext().Range.begin()); local
[all...]
H A DTimer.cpp129 TimeRecord TimeRecord::getCurrentTime(bool Start) { argument
133 if (Start) {
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Basic/
H A DTargetInfo.cpp463 const char *Start = Name; local
472 std::string SymbolicName(Start, Name - Start);
/freebsd-10.2-release/contrib/llvm/lib/MC/
H A DMCMachOStreamer.cpp150 MCSymbol *Start = getContext().CreateTempSymbol();
151 EmitLabel(Start);
153 DataRegionData Data = { Kind, Start, NULL };
/freebsd-10.2-release/contrib/llvm/include/llvm/Object/
H A DArchive.h61 Child(const Archive *Parent, const char *Start);
/freebsd-10.2-release/sys/boot/i386/gptboot/
H A Dgptldr.S124 jmp MEM_JMP # Start BTX
/freebsd-10.2-release/sys/boot/i386/kgzldr/
H A Dstart.s36 movl $_edata,%edi # Start of bss
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Format/
H A DTokenAnnotator.cpp897 FormatToken *Start = Current; local
908 Start = Current;
918 addFakeParenthesis(Start, prec::Unknown);
920 addFakeParenthesis(Start, prec::Level(Precedence));
961 void addFakeParenthesis(FormatToken *Start, prec::Level Precedence) { argument
962 Start->FakeLParens.push_back(Precedence);
964 Start->StartsBinaryExpression = true;
980 FormatToken *Start = Current; local
985 addFakeParenthesis(Start, prec::Unknown);
989 FormatToken *Start local
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp262 const Stmt *Start = CF->getStartLocation().asStmt(); local
264 if (Start && isa<CXXDefaultInitExpr>(Start)) {
626 PathDiagnosticLocation Start = local
648 Start, End, os.str()));
700 Start, End, os.str()));
706 Start, End, os.str()));
718 Start, End, os.str()));
740 Start, End, os.str()));
760 PathDiagnosticLocation Start local
787 PathDiagnosticLocation Start = local
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp248 // Start from the bottom of the block and work up, examining the
723 unsigned Start, End; local
724 if (isRxSBGMask(Imm, And.RegSize, Start, End)) {
730 Start &= 31;
739 .addImm(Start).addImm(End + 128).addImm(0);
1179 unsigned &Start, unsigned &End) const {
1184 // Handle the 1+0+ or 0+1+0* cases. Start then specifies the index of
1188 Start = 63 - (LSB + Length - 1);
1193 // Handle the wrap-around 1+0+1+ cases. Start then specifies the msb
1198 Start
1178 isRxSBGMask(uint64_t Mask, unsigned BitSize, unsigned &Start, unsigned &End) const argument
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp946 const SCEV *Start = AR->getStart(); local
954 return getAddRecExpr(getZeroExtendExpr(Start, Ty),
974 getTruncateOrZeroExtend(MaxBECount, Start->getType());
979 // Check whether Start+Step*MaxBECount has no unsigned overflow.
981 const SCEV *ZAdd = getZeroExtendExpr(getAddExpr(Start, ZMul), WideTy);
982 const SCEV *WideStart = getZeroExtendExpr(Start, WideTy);
993 return getAddRecExpr(getZeroExtendExpr(Start, Ty),
1008 return getAddRecExpr(getZeroExtendExpr(Start, Ty),
1022 (isLoopEntryGuardedByCond(L, ICmpInst::ICMP_ULT, Start, N) &&
1028 return getAddRecExpr(getZeroExtendExpr(Start, T
1090 const SCEV *Start = AR->getStart(); local
1212 const SCEV *Start = AR->getStart(); local
[all...]
H A DScalarEvolutionExpander.cpp291 const SCEV *Start = A->getStart(); local
292 if (!FactorOutConstant(Start, Remainder, Factor, SE, TD))
294 S = SE.getAddRecExpr(Start, Step, A->getLoop(),
342 const SCEV *Start = A->getStart(); local
343 if (Start->isZero()) break;
349 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(Start)) {
354 Ops[i] = Start;
1167 const SCEV *Start = Normalized->getStart(); local
1169 if (!SE.properlyDominates(Start, L->getHeader())) {
1170 PostLoopOffset = Start;
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp1081 const SCEV *Start = RealIVSCEV->getStart(); local
1083 Start = SE->getMulExpr(Start,
1084 SE->getConstant(Start->getType(), Scale));
1086 cast<SCEVAddRecExpr>(SE->getAddRecExpr(Start,
/freebsd-10.2-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp661 const char **Start = &StandardNames[0]; local
673 const char **I = std::lower_bound(Start, End, funcName, StringComparator());
675 F = (LibFunc::Func)(I - Start);
/freebsd-10.2-release/sys/contrib/dev/acpica/compiler/
H A Dasltree.c1261 ACPI_PARSE_OBJECT *Start; local
1269 Start = This;
1299 return (Start);

Completed in 171 milliseconds

12345678