Home
last modified time | relevance | path

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

/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_printf_test.cc52 TEST(Printf, OverflowInt) { in TEST() argument
/aosp_15_r20/prebuilts/go/linux-x86/src/reflect/
Dtype.go238 OverflowInt(x int64) bool methodSpec
862 func (t *rtype) OverflowInt(x int64) bool { func
Dvalue.go2151 func (v Value) OverflowInt(x int64) bool { func