| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | format-strings.cpp | 10 extern int vprintf(const char *restrict, va_list); 78 vprintf(format, ap); // no-warning in printf() 81 vprintf(format2, ap); // expected-warning{{format string is not a string literal}} in printf() 89 vprintf(fmt, ap); // expected-warning{{format string is not a string literal}} in printf2()
|
| /llvm-project-15.0.7/clang/test/CodeGen/Inputs/ |
| H A D | stdio.h | 3 extern int vprintf(const char *format, __builtin_va_list arg); 6 vprintf(const char *x, __builtin_va_list y) in vprintf() function
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | format-strings.c | 19 int vprintf(const char *restrict, va_list); 35 vprintf(s,ap); // expected-warning {{format string is not a string literal}} in check_string_literal() 85 vprintf(s,ap); // no-warning in check_string_literal2() 219 vprintf("",ap); // expected-warning {{format string is empty}} in check_empty_format_string() 281 vprintf ("%*.*d", v8); // no-warning in torture() 806 vprintf(fmt, ap); in test_block() 819 vprintf(fmt, ap); in test_block() 820 vprintf(not_fmt, ap); // expected-warning{{format string is not a string literal}} in test_block()
|
| /llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/ |
| H A D | Debug.cpp | 39 int32_t vprintf(const char *, void *); 42 return vprintf(Format, Arguments); in omp_vprintf()
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | builtin-recursive.cpp | 8 vprintf(0, 0); in testcase()
|
| H A D | debug-prefix-map.c | 22 vprintf("string", argp); in test_rewrite_includes()
|
| /llvm-project-15.0.7/clang/test/Modules/Inputs/va_list/ |
| H A D | va_list_a.h | 1 int vprintf(const char * __restrict, va_list);
|
| /llvm-project-15.0.7/clang/test/CodeGenCUDA/ |
| H A D | printf.cu | 9 extern "C" __device__ int vprintf(const char*, const char*);
|
| /llvm-project-15.0.7/clang/test/Analysis/Inputs/ |
| H A D | system-header-simulator-for-valist.h | 20 int vprintf (const char *restrict format, va_list arg);
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | valist-uninitialized-no-undef.c | 36 …vprintf(isstring ? "%s" : "%d", va); // expected-warning{{Function 'vprintf' is called with an uni… in call_vprintf_bad()
|
| H A D | valist-uninitialized.c | 164 vprintf(isstring ? "%s" : "%d", va); in call_vprintf_ok()
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | cstdio | 64 int vprintf(const char* restrict format, va_list arg); 166 using ::vprintf _LIBCPP_USING_IF_EXISTS;
|
| /llvm-project-15.0.7/third-party/benchmark/src/ |
| H A D | colorprint.cc | 146 vprintf(fmt, args); in ColorPrintf()
|
| /llvm-project-15.0.7/openmp/runtime/test/affinity/format/ |
| H A D | affinity_values.c | 42 retval = vprintf(format, args); in debug_printf()
|
| /llvm-project-15.0.7/clang/test/SemaObjCXX/ |
| H A D | format-strings.mm | 8 extern int vprintf(const char *restrict, va_list); function
|
| /llvm-project-15.0.7/lldb/examples/interposing/darwin/fd_interposing/ |
| H A D | FDInterposing.cpp | 90 vprintf(format, args); in String() 107 vprintf(format, args); in printf() 110 void vprintf(const char *format, va_list args) { in vprintf() function in fd_interposing::String
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | libdebugserver.cpp | 317 vprintf(format, args); in ASLLogCallback()
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | __clang_cuda_runtime_wrapper.h | 404 __device__ int vprintf(const char *, const char *);
|
| /llvm-project-15.0.7/libcxx/test/std/depr/depr.c.headers/ |
| H A D | stdio_h.pass.cpp | 145 static_assert((std::is_same<decltype(vprintf(" ",va)), int>::value), ""); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/file.streams/c.files/ |
| H A D | cstdio.pass.cpp | 169 static_assert((std::is_same<decltype(std::vprintf(" ",va)), int>::value), ""); in main()
|
| /llvm-project-15.0.7/llvm/test/Transforms/InferFunctionAttrs/ |
| H A D | no-proto.ll | 963 ; CHECK: declare void @vprintf(...) 964 declare void @vprintf(...)
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.def | 1453 /// int vprintf(const char *restrict format, va_list ap); 1454 TLI_DEFINE_ENUM_INTERNAL(vprintf) 1455 TLI_DEFINE_STRING_INTERNAL("vprintf")
|
| /llvm-project-15.0.7/polly/lib/External/isl/interface/ |
| H A D | python.cc | 113 vprintf(format, args); in print_indent()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-tli-checker/ |
| H A D | ps4-tli-check.yaml | 993 - Name: vprintf
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/src/ |
| H A D | gtest.cc | 3044 vprintf(fmt, args); in ColoredPrintf() 3065 vprintf(fmt, args); in ColoredPrintf() 3072 vprintf(fmt, args); in ColoredPrintf()
|