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

  /src/external/apache2/llvm/dist/llvm/lib/IR/
Verifier.cpp 3668 static bool isContiguous(const ConstantRange &A, const ConstantRange &B) {
3702 Assert(!isContiguous(CurRange, LastRange), "Intervals are contiguous",
3715 Assert(!isContiguous(FirstRange, LastRange), "Intervals are contiguous",
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 11232 bool isContiguous() const { return PromotedMin <= PromotedMax; }
11257 if (!isContiguous()) {

Completed in 66 milliseconds