Home
last modified time | relevance | path

Searched refs:asprintf (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Posix/
H A Dasprintf.cpp13 int res = asprintf(&p, "%d", argc); in main()
/llvm-project-15.0.7/clang/test/Sema/
H A Dformat-strings.c17 int asprintf(char **, const char *, ...);
39 asprintf(&b,s); // expected-warning {{format string is not a string lit}} in check_string_literal()
89 asprintf(&b,s); // expected-warning {{format string is not a string lit}} in check_string_literal2()
349asprintf(&b, "%d", "asprintf"); // expected-warning{{format specifies type 'int' but the argument … in test12()
/llvm-project-15.0.7/lldb/test/API/api/multiple-debuggers/
H A Dmulti-process-driver.cpp92 asprintf (&threadname, "thread #%lld", threadnum); in do_one_debugger()
/llvm-project-15.0.7/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c402 asprintf(&name, "unnamed function #%d", current_unnamed_symbol++); in scan_macho_load_commands()
1124 asprintf(&entry_encoding_index_str, ", encoding #%d", entry_encoding_index); in print_function_encoding()
1126 asprintf(&entry_encoding_index_str, ""); in print_function_encoding()
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt302 fun:asprintf=discard
H A Dlibc_ubuntu1404_abilist.txt1363 fun:asprintf=uninstrumented
/llvm-project-15.0.7/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp2049 TEST(MemorySanitizer, asprintf) { in TEST() argument
2052 int res = asprintf(&pbuf, "%d", 1234567); in TEST()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc1825 INTERCEPTOR(int, asprintf, char **strp, const char *format, ...)
1826 FORMAT_INTERCEPTOR_IMPL(asprintf, vasprintf, strp, format)
1853 COMMON_INTERCEPT_FUNCTION_LDBL(asprintf); \