Home | History | Annotate | Download | only in SemaCXX

Lines Matching defs:void

25   void operator bool(int, ...) const; // expected-error{{conversion function cannot have a return type}} \
53 operator const void() const; // expected-warning{{conversion function converting 'B' to 'const void' will never be used}}
75 void f(const C& c) {
90 void f(Yb& a) {
151 void f() {
214 void test_any() {
257 void *ptr;
259 operator void*() { return ptr; }
266 void fake_memcpy(const void *);
268 void use() {
284 void test() {
286 (void) (x != __null);
306 void test2(UeberDerived ud) {
324 void test3(ExtraDerived23 ed) {
341 operator X(void) { return X(); }
387 void f() {