| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | vfprintf-valid-redecl.c | 9 int vfprintf(void) { return 0; } // expected-warning {{requires inclusion of the header <stdio.h>}} in vfprintf() function 15 int vfprintf(); // expected-warning {{a function declaration without a prototype is deprecated in a…
|
| H A D | vfprintf-invalid-redecl.c | 6 char vfprintf(); // expected-warning {{declaration of built-in function 'vfprintf'}}
|
| H A D | format-strings.c | 18 int vfprintf(FILE *, const char *restrict, va_list); 38 vfprintf(fp,s,ap); // expected-warning {{format string is not a string literal}} in check_string_literal() 88 vfprintf(fp,s,ap); // no-warning in check_string_literal2()
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | vfprintf.c | 4 int vfprintf(FILE*restrict,const char*restrict, __builtin_va_list); 6 vfprintf(0, " ", ap); in foo()
|
| /llvm-project-15.0.7/clang/test/CodeGen/Inputs/ |
| H A D | stdio.h | 2 extern int vfprintf(struct FILE *s, const char *format, __builtin_va_list arg); 8 return vfprintf (0, 0, y); in vprintf()
|
| /llvm-project-15.0.7/flang/lib/Common/ |
| H A D | idioms.cpp | 20 std::vfprintf(stderr, msg, ap); in die()
|
| /llvm-project-15.0.7/libcxx/src/ |
| H A D | verbose_abort.cpp | 38 std::vfprintf(stderr, format, list); in __libcpp_verbose_abort()
|
| /llvm-project-15.0.7/libcxxabi/src/ |
| H A D | abort_message.cpp | 39 vfprintf(stderr, format, list); in abort_message()
|
| /llvm-project-15.0.7/compiler-rt/lib/orc/ |
| H A D | debug.cpp | 77 vfprintf(stderr, format, Args); in printdbg()
|
| /llvm-project-15.0.7/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerIO.cpp | 157 vfprintf(OutputFile, Fmt, ap); in Printf() 166 vfprintf(OutputFile, Fmt, ap); in VPrintf()
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | terminator.cpp | 44 std::vfprintf(stderr, message, ap); in CrashArgs()
|
| /llvm-project-15.0.7/libcxx/test/std/depr/depr.c.headers/ |
| H A D | stdio_h.pass.cpp | 131 static_assert((std::is_same<decltype(vfprintf(fp,"",va)), int>::value), ""); in main() 143 static_assert((std::is_same<decltype(vfprintf(fp,"",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 | 101 static_assert((std::is_same<decltype(std::vfprintf(fp," ",va)), int>::value), ""); in main() 111 static_assert((std::is_same<decltype(std::vfprintf(fp," ",va)), int>::value), ""); in main()
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | cstdio | 62 int vfprintf(FILE* restrict stream, const char* restrict format, va_list arg); 121 using ::vfprintf _LIBCPP_USING_IF_EXISTS;
|
| /llvm-project-15.0.7/flang/unittests/Evaluate/ |
| H A D | testing.cpp | 20 vfprintf(stderr, format, ap); in PrintFailureDetails()
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | builtins.cpp | 60 extern "C" int vfprintf(FILE *__restrict, const char *__restrict,
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | kmp_io.cpp | 199 vfprintf(stream, format, ap); in __kmp_vprintf()
|
| /llvm-project-15.0.7/compiler-rt/lib/fuzzer/afl/ |
| H A D | afl_driver.cpp | 171 vfprintf(output_file, Fmt, ap); in Printf()
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | Timer.cpp | 74 ::vfprintf(stdout, format, args); in Timer()
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/cert/ |
| H A D | err33-c.rst | 135 * vfprintf()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/symbolizer/scripts/ |
| H A D | global_symbols.txt | 170 vfprintf U
|
| /llvm-project-15.0.7/llvm/test/Transforms/InferFunctionAttrs/ |
| H A D | no-proto.ll | 957 ; CHECK: declare void @vfprintf(...) 958 declare void @vfprintf(...)
|
| /llvm-project-15.0.7/openmp/runtime/test/affinity/ |
| H A D | libomp_test_topology.h | 314 vfprintf(stderr, format, args); in proc_bind_die()
|
| /llvm-project-15.0.7/polly/tools/GPURuntime/ |
| H A D | GPUJIT.c | 49 vfprintf(stderr, format, args); in debug_print() 344 vfprintf(stderr, format, args); in checkOpenCLError()
|
| /llvm-project-15.0.7/lldb/source/Host/common/ |
| H A D | File.cpp | 732 return ::vfprintf(m_stream, format, args); in PrintfVarArg()
|