Searched defs:one_argument (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/Analysis/
H A Dinline.cpp435 void one_argument(int a) { } function in namespace:bug16307
437 reinterpret_cast<void (*)()>(one_argument)(); // expected-warning{{Function taking 1 argument}}

Completed in 114 milliseconds