Searched refs:asprintf (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Posix/ |
| H A D | asprintf.cpp | 13 int res = asprintf(&p, "%d", argc); in main()
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | format-strings.c | 17 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() 349 …asprintf(&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 D | multi-process-driver.cpp | 92 asprintf (&threadname, "thread #%lld", threadnum); in do_one_debugger()
|
| /llvm-project-15.0.7/lldb/tools/compact-unwind/ |
| H A D | compact-unwind-dumper.c | 402 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 D | done_abilist.txt | 302 fun:asprintf=discard
|
| H A D | libc_ubuntu1404_abilist.txt | 1363 fun:asprintf=uninstrumented
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/tests/ |
| H A D | msan_test.cpp | 2049 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 D | sanitizer_common_interceptors.inc | 1825 INTERCEPTOR(int, asprintf, char **strp, const char *format, ...) 1826 FORMAT_INTERCEPTOR_IMPL(asprintf, vasprintf, strp, format) 1853 COMMON_INTERCEPT_FUNCTION_LDBL(asprintf); \
|