Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libignore.h65 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()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSimpleConstraintManager.cpp124 bool IsInRange = IntVal >= From && IntVal <= To; in assumeInclusiveRange() local
125 bool isFeasible = (IsInRange == InRange); in assumeInclusiveRange()
/freebsd-12.1/contrib/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp323 bool IsInRange = isRV64() ? true : isInt<32>(Imm) || isUInt<32>(Imm); in isImmXLenLI() local
324 return IsConstantImm && IsInRange && VK == RISCVMCExpr::VK_RISCV_None; in isImmXLenLI()