Home
last modified time | relevance | path

Searched defs:from_size (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/test/asan/TestCases/
Dstrcat_strict.c28 size_t from_size = 20; in main() local
Dstrncat_strict.c28 size_t from_size = 20; in main() local
/external/compiler-rt/lib/asan/tests/
Dasan_str_test.cc151 size_t from_size = Ident(6); // less than to_size in TEST() local
174 size_t from_size = Ident(6); // less than to_size in TEST() local
381 size_t from_size = Ident(20); in TEST() local
416 size_t from_size = Ident(20); in TEST() local
/external/compiler-rt/lib/asan/
Dasan_interceptors.cc545 uptr from_size = REAL(strlen)(from) + 1; in INTERCEPTOR() local
601 uptr from_size = Min(size, MaybeRealStrnlen(from, size) + 1); in INTERCEPTOR() local