Home
last modified time | relevance | path

Searched refs:vscanf (Results 1 – 25 of 38) sorted by relevance

12

/external/clang/test/Sema/
Dformat-strings-scanf.c16 int vscanf(const char * restrict, va_list);
79 vscanf("%[abc", ap); // expected-warning{{no closing ']' for '%[' in scanf format string}} in test_variants()
Dformat-strings.c21 int vscanf(const char *restrict format, va_list arg);
54 vscanf(s, ap); // expected-warning {{format string is not a string literal}} in check_string_literal()
96 vscanf(s, ap); // expected-warning {{format string is not a string literal}} in check_string_literal2()
/external/llvm-project/clang/test/Sema/
Dformat-strings-scanf.c34 int vscanf(const char * restrict, va_list);
97 vscanf("%[abc", ap); // expected-warning{{no closing ']' for '%[' in scanf format string}} in test_variants()
Dformat-strings.c21 int vscanf(const char *restrict format, va_list arg);
54 vscanf(s, ap); // expected-warning {{format string is not a string literal}} in check_string_literal()
96 vscanf(s, ap); // expected-warning {{format string is not a string literal}} in check_string_literal2()
/external/libxml2/
Dtrio.h194 # undef vscanf
195 # define vscanf trio_vscanf macro
/external/libcxx/include/
Dcstdio66 int vscanf(const char* restrict format, va_list arg); // C99
160 using ::vscanf;
/external/llvm-project/libcxx/include/
Dcstdio65 int vscanf(const char* restrict format, va_list arg); // C99
163 using ::vscanf;
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dstdio_h.pass.cpp140 static_assert((std::is_same<decltype(vscanf("",va)), int>::value), ""); in main()
/external/libcxx/test/std/depr/depr.c.headers/
Dstdio_h.pass.cpp141 static_assert((std::is_same<decltype(vscanf("",va)), int>::value), ""); in main()
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcstdio.pass.cpp149 static_assert((std::is_same<decltype(std::vscanf("",va)), int>::value), ""); in main()
/external/llvm-project/libcxx/test/std/input.output/file.streams/c.files/
Dcstdio.pass.cpp154 static_assert((std::is_same<decltype(std::vscanf(" ",va)), int>::value), ""); in main()
/external/llvm-project/clang/test/Analysis/
Dsecurity-syntax-checks.m285 int vscanf(const char *format, va_list arg); function
336 vscanf(format, args); // expected-warning{{Call to function 'vscanf' is insecure}}
/external/python/pycparser/tests/c_files/
Dcppd_with_stdio_h.c4676 int vscanf();
/external/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll837 ; CHECK: declare void @vscanf(...)
838 declare void @vscanf(...)
Dannotate.ll853 ; CHECK: declare i32 @vscanf(i8* nocapture readonly, %opaque*) [[G0]]
854 declare i32 @vscanf(i8*, %opaque*)
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def1103 /// int vscanf(const char *format, va_list arg);
1104 TLI_DEFINE_ENUM_INTERNAL(vscanf)
1105 TLI_DEFINE_STRING_INTERNAL("vscanf")
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def1387 /// int vscanf(const char *format, va_list arg);
1388 TLI_DEFINE_ENUM_INTERNAL(vscanf)
1389 TLI_DEFINE_STRING_INTERNAL("vscanf")
/external/llvm-project/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def1432 /// int vscanf(const char *format, va_list arg);
1433 TLI_DEFINE_ENUM_INTERNAL(vscanf)
1434 TLI_DEFINE_STRING_INTERNAL("vscanf")
/external/llvm-project/llvm/test/Transforms/InferFunctionAttrs/
Dannotate.ll993 ; CHECK: declare noundef i32 @vscanf(i8* nocapture noundef readonly, %opaque* noundef) [[G1]]
994 declare i32 @vscanf(i8*, %opaque*)
/external/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp520 case LibFunc::vscanf: in inferLibFuncAttributes()
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp796 case LibFunc::vscanf: in isValidProtoForLibFunc()
/external/clang/include/clang/Basic/
DBuiltins.def86 // S:N: -> similar to the s:N: attribute, but the function is like vscanf
775 LIBBUILTIN(vscanf, "icC*Ra", "fS:0:", "stdio.h", ALL_LANGUAGES)
/external/llvm-project/clang/include/clang/Basic/
DBuiltins.def95 // S:N: -> similar to the s:N: attribute, but the function is like vscanf
1013 LIBBUILTIN(vscanf, "icC*Ra", "fS:0:", "stdio.h", ALL_LANGUAGES)
/external/llvm-project/clang-tools-extra/clangd/
DCSymbolMap.inc868 SYMBOL(vscanf, None, <stdio.h>)
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc1127 INTERCEPTOR(int, vscanf, const char *format, va_list ap)
1128 VSCANF_INTERCEPTOR_IMPL(vscanf, true, format, ap)
1149 FORMAT_INTERCEPTOR_IMPL(scanf, vscanf, format)
1175 COMMON_INTERCEPT_FUNCTION(vscanf); \

12