Home
last modified time | relevance | path

Searched defs:scanf (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/test/SemaObjC/
H A Dformat-strings-utf8.m10 int scanf(const char * restrict, ...); function
/llvm-project/clang/test/SemaObjCXX/
H A Dformat-strings.mm6 extern int scanf(const char *restrict, ...); function
/llvm-project/libc/config/gpu/
H A Dconfig.json
/llvm-project/libc/config/
H A Dconfig.json24 "scanf": { global() object
/llvm-project/clang/test/Analysis/
H A Dsecurity-syntax-checks.m260 int scanf(const char *format, ...); function
/llvm-project/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp3263 TEST(MemorySanitizer, scanf) { in TEST() argument