Home
last modified time | relevance | path

Searched refs:funk (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/test/Sema/
H A Dpredefined-function.c3 char *funk(int format);
5 char *funk(enum Test x);
H A Darray-parameter.cpp17 void funk(int i[10]);
18 void funk(int i[Extent]); // no-warning
H A Dblock-return.c75 static int funk(char *s) { in funk() function
84 …int (*yy)(const char *s) = funk; // expected-warning {{incompatible function pointer types initial… in foo4()
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dvirtual-near-miss.rst18 virtual void funk();
19 …// warning: 'Derived::funk' has a similar name and the same signature as virtual method 'Base::fun…
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dvirtual-near-miss.cpp17 virtual void funk();
130 void funk();