Home
last modified time | relevance | path

Searched refs:IsRange (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/plat-mac/
Daetypes.py161 def IsRange(x): function
490 elif IsRange(seld):
522 elif IsRange(seld):
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp553 bool IsRange = false) { in getOrInsertValueProfilingCall() argument
561 if (!IsRange) { in getOrInsertValueProfilingCall()
610 bool IsRange = (Ind->getValueKind()->getZExtValue() == in lowerValueProfileInst() local
614 if (!IsRange) { in lowerValueProfileInst()
/external/perfetto/src/trace_processor/containers/
Drow_map.h436 bool IsRange() const { return std::holds_alternative<Range>(data_); } in IsRange() function
/external/perfetto/src/trace_processor/sqlite/
Ddb_sqlite_table.cc585 if (filter_map.IsRange() && filter_map.size() <= 1) { in Filter()
/external/libusb/libusb/os/
Dwindows_winusb.h739 BOOLEAN IsRange; member