Home
last modified time | relevance | path

Searched refs:dest60 (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-not-null-terminated-result-wmemcpy-safe-cxx.cpp88 wchar_t dest60[13]; in bad_wmemcpy_s_full_source_length() local
89 wmemcpy_s(dest60, 13, src, wcslen(src)); in bad_wmemcpy_s_full_source_length()
Dbugprone-not-null-terminated-result-memcpy-safe.c101 char dest60[13]; in bad_memcpy_s_full_source_length() local
102 memcpy_s(dest60, 13, src, strlen(src)); in bad_memcpy_s_full_source_length()
Dbugprone-not-null-terminated-result-memcpy-safe-cxx.cpp101 char dest60[13]; in bad_memcpy_s_full_source_length() local
102 memcpy_s(dest60, 13, src, strlen(src)); in bad_memcpy_s_full_source_length()