Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Analysis/
H A Dinline.cpp439 void one_argument(int a) { } in one_argument() function
441 …reinterpret_cast<void (*)()>(one_argument)(); // expected-warning{{Function taking 1 argument is c… in call_with_less()