Home | History | Annotate | Download | only in CodeGenCXX

Lines Matching full:void

3   void f();
4 void g(int, ...);
7 // RUN: grep "define void @_ZN1C1fEv" %t | count 1
8 void C::f() {
11 void test1() {
14 // RUN: grep "call void @_ZN1C1fEv" %t | count 1
17 // RUN: grep "call void (.struct.C\*, i32, ...)\* @_ZN1C1gEiz" %t | count 1
23 // RUN: grep "define linkonce_odr void @_ZN1SC1Ev.*unnamed_addr" %t
25 // RUN: grep "define linkonce_odr void @_ZN1SC1Ev.*unnamed_addr" %t
29 // RUN: grep "define linkonce_odr void @_ZN1S9f_inline1Ev" %t
30 void f_inline1() { }
31 // RUN: grep "define linkonce_odr void @_ZN1S9f_inline2Ev" %t
32 inline void f_inline2() { }
34 // RUN: grep "define linkonce_odr void @_ZN1S1gEv" %t
35 static void g() { }
37 static void f();
40 // RUN: grep "define void @_ZN1S1fEv" %t
41 void S::f() {
44 void test2() {
58 void test3() {
61 // RUN: grep "call void @_ZN1TplERKS_" %t