| /llvm-project/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() 87 vfprintf(fp,s,ap); // no-warning in check_string_literal2()
|
| /llvm-project/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/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/libc/src/stdio/ |
| H A D | CMakeLists.txt | 302 add_stdio_entrypoint_object(vfprintf)
|
| H A D | vfprintf.h | 1 //===-- Implementation header of vfprintf -----------------------*- C++ -*-===// 18 int vfprintf(::FILE *__restrict stream, const char *__restrict format,
|
| H A D | vfprintf.cpp | |
| /llvm-project/libcxx/test/std/depr/depr.c.headers/ |
| H A D | stdio_h.compile.pass.cpp | 122 ASSERT_SAME_TYPE(int, decltype(vfprintf(fp,"",va))); 134 ASSERT_SAME_TYPE(int, decltype(vfprintf(fp,"",va)));
|
| /llvm-project/flang/lib/Common/ |
| H A D | idioms.cpp | 20 std::vfprintf(stderr, msg, ap); in die()
|
| /llvm-project/clang/test/Analysis/Inputs/ |
| H A D | system-header-simulator-for-valist.h | 26 int vfprintf(FILE *stream, const char *format, va_list ap);
|
| /llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerIO.cpp | 162 vfprintf(OutputFile, Fmt, ap); in Printf() 171 vfprintf(OutputFile, Fmt, ap); in VPrintf()
|
| /llvm-project/libcxx/src/ |
| H A D | verbose_abort.cpp | 32 std::vfprintf(stderr, format, list); in __libcpp_verbose_abort()
|
| /llvm-project/libcxxabi/src/ |
| H A D | abort_message.cpp | 34 vfprintf(stderr, format, list); in abort_message()
|
| /llvm-project/compiler-rt/lib/orc/ |
| H A D | debug.cpp | 76 vfprintf(stderr, format, Args); in printdbg()
|
| /llvm-project/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/flang/runtime/ |
| H A D | terminator.cpp | 36 std::vfprintf(stderr, message, ap); in CrashArgs()
|
| /llvm-project/libc/test/src/stdio/ |
| H A D | vfprintf_test.cpp | 1 //===-- Unittests for vfprintf --------------------------------------------===// 20 #include "src/stdio/vfprintf.h" 42 int ret = LIBC_NAMESPACE::vfprintf(stream, format, vlist); in call_vfprintf()
|
| /llvm-project/libcxx/include/ |
| H A D | cstdio | 62 int vfprintf(FILE* restrict stream, const char* restrict format, va_list arg); 132 using ::vfprintf _LIBCPP_USING_IF_EXISTS;
|
| /llvm-project/libcxx/modules/std.compat/ |
| H A D | cstdio.inc | 53 using ::vfprintf _LIBCPP_USING_IF_EXISTS;
|
| /llvm-project/flang/unittests/Evaluate/ |
| H A D | testing.cpp | 20 vfprintf(stderr, format, ap); in PrintFailureDetails()
|
| /llvm-project/utils/bazel/llvm-project-overlay/libc/test/src/stdio/ |
| H A D | BUILD.bazel | 120 "//libc:vfprintf",
|
| /llvm-project/libcxx/modules/std/ |
| H A D | cstdio.inc | 53 using std::vfprintf _LIBCPP_USING_IF_EXISTS;
|
| /llvm-project/openmp/runtime/src/ |
| H A D | kmp_io.cpp | 180 vfprintf(stream, format, ap); in __kmp_vprintf()
|
| /llvm-project/clang/test/SemaCXX/ |
| H A D | builtins.cpp | 68 extern "C" int vfprintf(FILE *__restrict, const char *__restrict,
|