OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsInRange
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_libignore.h
65
inline bool
IsInRange
(uptr pc, const LibCodeRange &range) const {
94
if (
IsInRange
(pc, ignored_code_ranges_[i])) {
108
if (
IsInRange
(pc, instrumented_code_ranges_[i]))
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_libignore.h
64
inline bool
IsInRange
(uptr pc, const LibCodeRange &range) const {
93
if (
IsInRange
(pc, ignored_code_ranges_[i])) {
107
if (
IsInRange
(pc, instrumented_code_ranges_[i]))
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_libignore.h
64
inline bool
IsInRange
(uptr pc, const LibCodeRange &range) const {
93
if (
IsInRange
(pc, ignored_code_ranges_[i])) {
107
if (
IsInRange
(pc, instrumented_code_ranges_[i]))
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
SimpleConstraintManager.cpp
123
bool
IsInRange
= IntVal >= From && IntVal <= To;
124
bool isFeasible = (
IsInRange
== InRange);
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp
17894
auto
IsInRange
= [&](int RHSC, int Limit, int Scale) {
17912
if (Alignment >= 2 &&
IsInRange
(RHSC, 0x80, 2))
17915
if (
IsInRange
(RHSC, 0x80, 1))
17919
IsInRange
(RHSC, 0x80, 4))
17923
IsInRange
(RHSC, 0x80, 2))
17925
else if ((CanChangeType || VT == MVT::v16i8) &&
IsInRange
(RHSC, 0x80, 1))
Completed in 31 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026