Searched defs:isInRange (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/ARCMigrate/ | ||
H A D | TransProtectedScope.cpp | 191 bool isInRange(SourceLocation Loc, SourceRange R) { in isInRange() function in __anonf9ad4e870111::ProtectedScopeFixer |
/llvm-project/flang/lib/Evaluate/ | ||
H A D | intrinsics-library.cpp | 678 bool isInRange{ VerifyInRangeIfReal() local |
/llvm-project/lld/COFF/ | ||
H A D | Writer.cpp | 394 bool Writer::isInRange(uint16_t relType, uint64_t s, uint64_t p, int margin) { isInRange() function in Writer |
/llvm-project/llvm/lib/Target/X86/ | ||
H A D | X86ISelLowering.cpp | 3576 static bool isInRange(int Val, int Low, int Hi) { isInRange() function |