Searched refs:FirstRange (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Verifier.cpp | 3270 ConstantRange FirstRange(FirstLow, FirstHigh); in visitRangeMetadata() local 3271 Assert(FirstRange.intersectWith(LastRange).isEmptySet(), in visitRangeMetadata() 3273 Assert(!isContiguous(FirstRange, LastRange), "Intervals are contiguous", in visitRangeMetadata()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 10076 SourceRange FirstRange; in diagnoseOdrViolations() local 10081 FirstRange = FirstIt->first->getSourceRange(); in diagnoseOdrViolations() 10084 << FirstRecord << FirstModule.empty() << FirstModule << FirstRange in diagnoseOdrViolations() 10198 SourceRange FirstRange, SecondRange; in diagnoseOdrViolations() local 10201 FirstRange = FirstStr->getSourceRange(); in diagnoseOdrViolations() 10204 FirstRange = FirstSA->getSourceRange(); in diagnoseOdrViolations() 10213 ODRDiagError(FirstLoc, FirstRange, StaticAssertOnlyMessage) in diagnoseOdrViolations()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 8745 SourceRange FirstRange = FirstArg->getSourceRange(); in CheckMaxUnsignedZero() local 8748 SourceRange ZeroRange = IsFirstArgZero ? FirstRange : SecondRange; in CheckMaxUnsignedZero() 8756 RemovalRange = SourceRange(FirstRange.getBegin(), in CheckMaxUnsignedZero() 8759 RemovalRange = SourceRange(getLocForEndOfToken(FirstRange.getEnd()), in CheckMaxUnsignedZero()
|