Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/asan/tests/
H A Dasan_mem_test.cpp26 void *(*MEMSET)(void *s, int c, size_t n) = Ident(memset); in MemSetOOBTestTemplate() local
/llvm-project/libc/benchmarks/automemcpy/include/automemcpy/
H A DFunctionDescriptor.h
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dundefined-memory-manipulation.cpp135 #define MEMSET memset(&vf, 0, sizeof(int)); in notTriviallyCopyable() macro
/llvm-project/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test_util_posix.cpp206 MEMSET enumerator