HomeSort by relevance Sort by last modified time
    Searched refs:format_arg (Results 1 - 8 of 8) sorted by null

  /external/clang/test/Sema/
attr-format_arg.c 5 const char* f(const char *s) __attribute__((format_arg(1)));
attr-format.c 72 const char *foo(const char *format) __attribute__((format_arg(1)));
89 const char *foo3(const char *format) __attribute__((format_arg("foo"))); // expected-error{{'format_arg' attribute requires parameter 1 to be an integer constant}}
  /external/clang/test/Misc/
attr-source-range.cpp 3 void f(int i) __attribute__((format_arg(1)));
  /external/clang/test/SemaCXX/
attr-format.cpp 4 static const char* f2(const char*) __attribute__((format_arg(1)));
9 const char* g2(const char*) __attribute__((format_arg(2)));
15 const char* h3(const char*) __attribute__((format_arg(1))); // \
value-dependent-exprs.cpp 34 __attribute__((format_arg(1 + I))),
format-strings.cpp 26 const char *gettext(const char *fmt) __attribute__((format_arg(2)));
32 static const char *gettext_static(const char *fmt) __attribute__((format_arg(1)));
  /external/elfutils/tests/
run-nm-self.sh 26 for format_arg in --format=bsd --format=sysv --format=posix; do
31 testrun ${abs_top_builddir}/src/nm $what_arg $format_arg $out_arg $self_file > /dev/null
  /external/python/cpython3/Modules/
timemodule.c 712 PyObject *format_arg; local
723 if (!PyArg_ParseTuple(args, "U|O:strftime", &format_arg, &tup))
755 format = PyUnicode_AsWideCharString(format_arg, NULL);
761 format = PyUnicode_EncodeLocale(format_arg, "surrogateescape");
    [all...]

Completed in 1471 milliseconds