Home
last modified time | relevance | path

Searched refs:vprintf (Results 1 – 25 of 32) sorted by relevance

12

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dformat-strings.cpp10 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 Dstdio.h3 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 Dformat-strings.c19 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 DDebug.cpp39 int32_t vprintf(const char *, void *);
42 return vprintf(Format, Arguments); in omp_vprintf()
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dbuiltin-recursive.cpp8 vprintf(0, 0); in testcase()
H A Ddebug-prefix-map.c22 vprintf("string", argp); in test_rewrite_includes()
/llvm-project-15.0.7/clang/test/Modules/Inputs/va_list/
H A Dva_list_a.h1 int vprintf(const char * __restrict, va_list);
/llvm-project-15.0.7/clang/test/CodeGenCUDA/
H A Dprintf.cu9 extern "C" __device__ int vprintf(const char*, const char*);
/llvm-project-15.0.7/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-for-valist.h20 int vprintf (const char *restrict format, va_list arg);
/llvm-project-15.0.7/clang/test/Analysis/
H A Dvalist-uninitialized-no-undef.c36vprintf(isstring ? "%s" : "%d", va); // expected-warning{{Function 'vprintf' is called with an uni… in call_vprintf_bad()
H A Dvalist-uninitialized.c164 vprintf(isstring ? "%s" : "%d", va); in call_vprintf_ok()
/llvm-project-15.0.7/libcxx/include/
H A Dcstdio64 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 Dcolorprint.cc146 vprintf(fmt, args); in ColorPrintf()
/llvm-project-15.0.7/openmp/runtime/test/affinity/format/
H A Daffinity_values.c42 retval = vprintf(format, args); in debug_printf()
/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A Dformat-strings.mm8 extern int vprintf(const char *restrict, va_list); function
/llvm-project-15.0.7/lldb/examples/interposing/darwin/fd_interposing/
H A DFDInterposing.cpp90 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 Dlibdebugserver.cpp317 vprintf(format, args); in ASLLogCallback()
/llvm-project-15.0.7/clang/lib/Headers/
H A D__clang_cuda_runtime_wrapper.h404 __device__ int vprintf(const char *, const char *);
/llvm-project-15.0.7/libcxx/test/std/depr/depr.c.headers/
H A Dstdio_h.pass.cpp145 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 Dcstdio.pass.cpp169 static_assert((std::is_same<decltype(std::vprintf(" ",va)), int>::value), ""); in main()
/llvm-project-15.0.7/llvm/test/Transforms/InferFunctionAttrs/
H A Dno-proto.ll963 ; CHECK: declare void @vprintf(...)
964 declare void @vprintf(...)
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def1453 /// 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 Dpython.cc113 vprintf(format, args); in print_indent()
/llvm-project-15.0.7/llvm/test/tools/llvm-tli-checker/
H A Dps4-tli-check.yaml993 - Name: vprintf
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest.cc3044 vprintf(fmt, args); in ColoredPrintf()
3065 vprintf(fmt, args); in ColoredPrintf()
3072 vprintf(fmt, args); in ColoredPrintf()

12