Home
last modified time | relevance | path

Searched refs:isInRange (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp121 isInRange(I->getLocation(), BodyRange)) { in ProtectedScopeFixer()
152 if (isInRange(Diag.getLocation(), info.Range)) { in handleProtectedNote()
184 if (isInRange(DRE->getDecl()->getLocation(), info.Range) && in hasVarReferencedOutside()
185 !isInRange(DRE->getLocation(), info.Range)) in hasVarReferencedOutside()
191 bool isInRange(SourceLocation Loc, SourceRange R) { in isInRange() function in __anonbacc8b230111::ProtectedScopeFixer
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DWriter.cpp308 static bool isInRange(uint16_t RelType, uint64_t S, uint64_t P, int Margin) { in isInRange() function
343 if (LastThunk && isInRange(Type, LastThunk->getRVA(), P, Margin)) in getThunk()
404 if (isInRange(Rel.Type, S, P, Margin)) in createThunks()
447 if (!isInRange(Rel.Type, S, P, 0)) in verifyRanges()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5061 static bool isInRange(int Val, int Low, int Hi) { in isInRange() function
5069 if (isInRange(M, Low, Hi)) in isAnyInRange()
5077 return (Val == SM_SentinelUndef) || isInRange(Val, Low, Hi); in isUndefOrInRange()
5093 return isUndefOrZero(Val) || isInRange(Val, Low, Hi); in isUndefOrZeroOrInRange()