Searched refs:IncRange (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_allocator_primary64.h385 void IncRange(uptr from, uptr to) const { function in class:SizeClassAllocator64::PackedCounterArray
507 counters.IncRange(
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_primary64.h380 void IncRange(uptr from, uptr to) const { function in class:SizeClassAllocator64::PackedCounterArray
502 counters.IncRange(
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_primary64.h454 void IncRange(uptr from, uptr to) const { function in class:SizeClassAllocator64::PackedCounterArray
574 counters.IncRange(
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cc1172 counters.IncRange(0, kNumCounters - 1);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp4437 ConstantRange IncRange = getSignedRange(AR->getStepRecurrence(*this));
4440 Instruction::Add, IncRange, OBO::NoSignedWrap);
4447 ConstantRange IncRange = getUnsignedRange(AR->getStepRecurrence(*this));
4450 Instruction::Add, IncRange, OBO::NoUnsignedWrap);

Completed in 234 milliseconds