Home
last modified time | relevance | path

Searched defs:OverflowUint (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_printf_test.cc65 TEST(Printf, OverflowUint) { in TEST() argument
/aosp_15_r20/prebuilts/go/linux-x86/src/reflect/
Dtype.go242 OverflowUint(x uint64) bool methodSpec
873 func (t *rtype) OverflowUint(x uint64) bool { func
Dvalue.go2164 func (v Value) OverflowUint(x uint64) bool { func