Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp191 bool isInRange(SourceLocation Loc, SourceRange R) { in isInRange() function in __anon2f6a04b40111::ProtectedScopeFixer
/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp394 bool Writer::isInRange(uint16_t relType, uint64_t s, uint64_t p, int margin) { in isInRange() function in Writer
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3571 static bool isInRange(int Val, int Low, int Hi) { in isInRange() function