Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/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()
88 vfprintf(fp,s,ap); // no-warning in check_string_literal2()
/llvm-project-15.0.7/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-15.0.7/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-15.0.7/flang/lib/Common/
H A Didioms.cpp20 std::vfprintf(stderr, msg, ap); in die()
/llvm-project-15.0.7/libcxx/src/
H A Dverbose_abort.cpp38 std::vfprintf(stderr, format, list); in __libcpp_verbose_abort()
/llvm-project-15.0.7/libcxxabi/src/
H A Dabort_message.cpp39 vfprintf(stderr, format, list); in abort_message()
/llvm-project-15.0.7/compiler-rt/lib/orc/
H A Ddebug.cpp77 vfprintf(stderr, format, Args); in printdbg()
/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerIO.cpp157 vfprintf(OutputFile, Fmt, ap); in Printf()
166 vfprintf(OutputFile, Fmt, ap); in VPrintf()
/llvm-project-15.0.7/flang/runtime/
H A Dterminator.cpp44 std::vfprintf(stderr, message, ap); in CrashArgs()
/llvm-project-15.0.7/libcxx/test/std/depr/depr.c.headers/
H A Dstdio_h.pass.cpp131 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 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-15.0.7/libcxx/include/
H A Dcstdio62 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 Dtesting.cpp20 vfprintf(stderr, format, ap); in PrintFailureDetails()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dbuiltins.cpp60 extern "C" int vfprintf(FILE *__restrict, const char *__restrict,
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_io.cpp199 vfprintf(stream, format, ap); in __kmp_vprintf()
/llvm-project-15.0.7/compiler-rt/lib/fuzzer/afl/
H A Dafl_driver.cpp171 vfprintf(output_file, Fmt, ap); in Printf()
/llvm-project-15.0.7/lldb/source/Utility/
H A DTimer.cpp74 ::vfprintf(stdout, format, args); in Timer()
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/cert/
H A Derr33-c.rst135 * vfprintf()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/symbolizer/scripts/
H A Dglobal_symbols.txt170 vfprintf U
/llvm-project-15.0.7/llvm/test/Transforms/InferFunctionAttrs/
H A Dno-proto.ll957 ; CHECK: declare void @vfprintf(...)
958 declare void @vfprintf(...)
/llvm-project-15.0.7/openmp/runtime/test/affinity/
H A Dlibomp_test_topology.h314 vfprintf(stderr, format, args); in proc_bind_die()
/llvm-project-15.0.7/polly/tools/GPURuntime/
H A DGPUJIT.c49 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 DFile.cpp732 return ::vfprintf(m_stream, format, args); in PrintfVarArg()

12