Searched refs:FirstRange (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Verifier.cpp | 3811 ConstantRange FirstRange(FirstLow, FirstHigh); in visitRangeMetadata() local 3812 Check(FirstRange.intersectWith(LastRange).isEmptySet(), in visitRangeMetadata() 3814 Check(!isContiguous(FirstRange, LastRange), "Intervals are contiguous", in visitRangeMetadata()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 10352 SourceRange FirstRange, SecondRange; in diagnoseOdrViolations() local 10355 FirstRange = FirstStr->getSourceRange(); in diagnoseOdrViolations() 10358 FirstRange = FirstSA->getSourceRange(); in diagnoseOdrViolations() 10367 ODRDiagDeclError(FirstLoc, FirstRange, StaticAssertOnlyMessage) in diagnoseOdrViolations()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 11038 SourceRange FirstRange = FirstArg->getSourceRange(); in CheckMaxUnsignedZero() local 11041 SourceRange ZeroRange = IsFirstArgZero ? FirstRange : SecondRange; in CheckMaxUnsignedZero() 11049 RemovalRange = SourceRange(FirstRange.getBegin(), in CheckMaxUnsignedZero() 11052 RemovalRange = SourceRange(getLocForEndOfToken(FirstRange.getEnd()), in CheckMaxUnsignedZero()
|