Searched refs:IsInRange (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_libignore.h | 64 inline bool IsInRange(uptr pc, const LibCodeRange &range) const { in IsInRange() function 93 if (IsInRange(pc, ignored_code_ranges_[i])) { in IsIgnored() 107 if (IsInRange(pc, instrumented_code_ranges_[i])) in IsPcInstrumented()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_libignore.h | 65 inline bool IsInRange(uptr pc, const LibCodeRange &range) const { in IsInRange() function 94 if (IsInRange(pc, ignored_code_ranges_[i])) { in IsIgnored() 108 if (IsInRange(pc, instrumented_code_ranges_[i])) in IsPcInstrumented()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_libignore.h | 63 inline bool IsInRange(uptr pc, const LibCodeRange &range) const { in IsInRange() function 92 if (IsInRange(pc, ignored_code_ranges_[i])) { in IsIgnored() 106 if (IsInRange(pc, instrumented_code_ranges_[i])) in IsPcInstrumented()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | SimpleConstraintManager.cpp | 123 bool IsInRange = IntVal >= From && IntVal <= To; in assumeInclusiveRange() local 124 bool isFeasible = (IsInRange == InRange); in assumeInclusiveRange()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 17894 auto IsInRange = [&](int RHSC, int Limit, int Scale) { in getMVEIndexedAddressParts() local 17912 if (Alignment >= 2 && IsInRange(RHSC, 0x80, 2)) in getMVEIndexedAddressParts() 17915 if (IsInRange(RHSC, 0x80, 1)) in getMVEIndexedAddressParts() 17919 IsInRange(RHSC, 0x80, 4)) in getMVEIndexedAddressParts() 17923 IsInRange(RHSC, 0x80, 2)) in getMVEIndexedAddressParts() 17925 else if ((CanChangeType || VT == MVT::v16i8) && IsInRange(RHSC, 0x80, 1)) in getMVEIndexedAddressParts()
|