Lines Matching defs:void
27 void operator bool(int, ...) const; // expected-error{{conversion function cannot have a return type}} \
55 operator const void() const; // expected-warning{{conversion function converting 'B' to 'const void' will never be used}}
77 void f(const C& c) {
92 void f(Yb& a) {
153 void f() {
216 void test_any() {
259 void *ptr;
261 operator void*() { return ptr; }
268 void fake_memcpy(const void *);
270 void use() {
286 void test() {
288 (void) (x != __null);
308 void test2(UeberDerived ud) {
326 void test3(ExtraDerived23 ed) {
343 operator X(void) { return X(); }
389 void f() {