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

  /src/external/bsd/elftosb/dist/common/
StSRecordFile.h 84 inline const_iterator getBegin() const { return m_records.begin(); }
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
Iterator.h 93 SymbolRef getBegin() const { return Begin; }
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
SourceLocation.h 221 SourceLocation getBegin() const { return B; }
285 SourceLocation getBegin() const { return Range.getBegin(); }
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp 160 const SCEV *getBegin() const { return Begin; }
184 /// Represents an signed integer range [Range.getBegin(), Range.getEnd()). If
185 /// R.getEnd() le R.getBegin(), then R denotes the empty range.
197 const SCEV *getBegin() const { return Begin; }
1132 SE.isKnownPredicate(PredLE, Range.getBegin(), Smallest);
1134 Result.LowLimit = Clamp(Range.getBegin());
1281 auto *RangeTy = Range.getBegin()->getType();
1422 cast<IntegerType>(Range.getBegin()->getType());
1588 auto *RCType = cast<IntegerType>(getBegin()->getType());
1594 // getBegin() and "D" is getStep()). We rewrite the value being rang
    [all...]
  /src/external/bsd/elftosb/dist/elftosb2/
ElftosbAST.h 1167 inline ASTNode * getBegin() { return m_begin; }
  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTBitCodes.h 188 : Begin(R.getBegin().getRawEncoding()), End(R.getEnd().getRawEncoding()),
191 SourceLocation getBegin() const {
208 : Begin(R.getBegin().getRawEncoding()), End(R.getEnd().getRawEncoding()) {
211 SourceLocation getBegin() const {

Completed in 58 milliseconds