Home
last modified time | relevance | path

Searched defs:IsInRange (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSimpleConstraintManager.cpp123 bool IsInRange = IntVal >= From && IntVal <= To; in assumeInclusiveRange() local
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_libignore.h64 inline bool IsInRange(uptr pc, const LibCodeRange &range) const { in IsInRange() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_libignore.h65 inline bool IsInRange(uptr pc, const LibCodeRange &range) const { in IsInRange() function
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_libignore.h63 inline bool IsInRange(uptr pc, const LibCodeRange &range) const { in IsInRange() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp17894 auto IsInRange = [&](int RHSC, int Limit, int Scale) { in getMVEIndexedAddressParts() local