HomeSort by: relevance | last modified time | path
    Searched defs:getEnd (Results 1 - 13 of 13) sorted by relevancy

  /src/external/bsd/elftosb/dist/common/
StSRecordFile.h 85 inline const_iterator getEnd() const { return m_records.end(); }
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
Iterator.h 94 SymbolRef getEnd() const { return End; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Dominators.h 101 const BasicBlock *getEnd() const {
124 BBInfo::getHashValue(Edge.getEnd()));
129 BBInfo::isEqual(LHS.getEnd(), RHS.getEnd());
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
SourceLocation.h 222 SourceLocation getEnd() const { return E; }
286 SourceLocation getEnd() const { return Range.getEnd(); }
  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_diag.h 112 Location getEnd() const { return End; }
  /src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
ubsan_diag.h 111 Location getEnd() const { return End; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
LoopInfo.h 544 const DebugLoc &getEnd() const { return End; }
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
PathDiagnostic.h 384 const PathDiagnosticLocation &getEnd() const { return End; }
663 return LPairs[0].getEnd();
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CoverageMappingGen.cpp 66 SourceMgr.isWrittenInSameFile(SkippedRanges.back().Range.getEnd(),
68 SkippedRanges.back().Range.setEnd(Range.getEnd());
278 SourceLocation getEnd(const Stmt *S) {
378 auto LocEnd = Range.getEnd();
491 SourceLocation End = getEnd(Body);
690 SourceLocation EndLoc = getEnd(S);
732 popRegions(pushRegion(Counter::getZero(), getStart(C), getEnd(C),
736 popRegions(pushRegion(TrueCnt, getStart(C), getEnd(C), FalseCnt));
866 SourceLocation EndLoc = getEnd(S);
975 auto Gap = findGapAreaBetween(getEnd(LastStmt), getStart(Child))
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 718 LineCoverageIterator getEnd() const {
739 auto End = Begin.getEnd();
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp 162 const SCEV *getEnd() const { return End; }
184 /// Represents an signed integer range [Range.getBegin(), Range.getEnd()). If
185 /// R.getEnd() le R.getBegin(), then R denotes the empty range.
198 const SCEV *getEnd() const { return End; }
1137 SE.isKnownPredicate(PredLT, GreatestSeen, Range.getEnd());
1139 Result.HighLimit = Clamp(Range.getEnd());
1694 // We use it twice: for X = 0 everything is fine, but for X = getEnd() we can
1696 // that if getEnd() is negative then both ends of the safe range are zero.
1699 const SCEV *REnd = getEnd();
1727 const SCEV *NewEnd = SE.getSMinExpr(R1Value.getEnd(), R2.getEnd())
    [all...]
  /src/external/bsd/elftosb/dist/elftosb2/
ElftosbAST.h 1170 inline ASTNode * getEnd() { return m_end; }
  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTBitCodes.h 188 : Begin(R.getBegin().getRawEncoding()), End(R.getEnd().getRawEncoding()),
195 SourceLocation getEnd() const {
208 : Begin(R.getBegin().getRawEncoding()), End(R.getEnd().getRawEncoding()) {
214 SourceLocation getEnd() const {

Completed in 54 milliseconds