Home
last modified time | relevance | path

Searched refs:vfprintf (Results 1 – 25 of 52) sorted by relevance

123

/llvm-project/clang/test/Sema/
H A Dvfprintf-valid-redecl.c9 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 Dvfprintf-invalid-redecl.c6 char vfprintf(); // expected-warning {{declaration of built-in function 'vfprintf'}}
H A Dformat-strings.c18 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 Dvfprintf.c4 int vfprintf(FILE*restrict,const char*restrict, __builtin_va_list);
6 vfprintf(0, " ", ap); in foo()
/llvm-project/clang/test/CodeGen/Inputs/
H A Dstdio.h2 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 DCMakeLists.txt302 add_stdio_entrypoint_object(vfprintf)
H A Dvfprintf.h1 //===-- Implementation header of vfprintf -----------------------*- C++ -*-===//
18 int vfprintf(::FILE *__restrict stream, const char *__restrict format,
H A Dvfprintf.cpp
/llvm-project/libcxx/test/std/depr/depr.c.headers/
H A Dstdio_h.compile.pass.cpp122 ASSERT_SAME_TYPE(int, decltype(vfprintf(fp,"",va)));
134 ASSERT_SAME_TYPE(int, decltype(vfprintf(fp,"",va)));
/llvm-project/flang/lib/Common/
H A Didioms.cpp20 std::vfprintf(stderr, msg, ap); in die()
/llvm-project/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-for-valist.h26 int vfprintf(FILE *stream, const char *format, va_list ap);
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIO.cpp162 vfprintf(OutputFile, Fmt, ap); in Printf()
171 vfprintf(OutputFile, Fmt, ap); in VPrintf()
/llvm-project/libcxx/src/
H A Dverbose_abort.cpp32 std::vfprintf(stderr, format, list); in __libcpp_verbose_abort()
/llvm-project/libcxxabi/src/
H A Dabort_message.cpp34 vfprintf(stderr, format, list); in abort_message()
/llvm-project/compiler-rt/lib/orc/
H A Ddebug.cpp76 vfprintf(stderr, format, Args); in printdbg()
/llvm-project/libcxx/test/std/input.output/file.streams/c.files/
H A Dcstdio.pass.cpp101 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 Dterminator.cpp36 std::vfprintf(stderr, message, ap); in CrashArgs()
/llvm-project/libc/test/src/stdio/
H A Dvfprintf_test.cpp1 //===-- 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 Dcstdio62 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 Dcstdio.inc53 using ::vfprintf _LIBCPP_USING_IF_EXISTS;
/llvm-project/flang/unittests/Evaluate/
H A Dtesting.cpp20 vfprintf(stderr, format, ap); in PrintFailureDetails()
/llvm-project/utils/bazel/llvm-project-overlay/libc/test/src/stdio/
H A DBUILD.bazel120 "//libc:vfprintf",
/llvm-project/libcxx/modules/std/
H A Dcstdio.inc53 using std::vfprintf _LIBCPP_USING_IF_EXISTS;
/llvm-project/openmp/runtime/src/
H A Dkmp_io.cpp180 vfprintf(stream, format, ap); in __kmp_vprintf()
/llvm-project/clang/test/SemaCXX/
H A Dbuiltins.cpp68 extern "C" int vfprintf(FILE *__restrict, const char *__restrict,

123