Home | History | Annotate | Download | only in CodeGenCXX

Lines Matching refs:foo

4 // CHECK-DAG: [ DW_TAG_structure_type ] [foo] [line [[@LINE+1]], {{.*}} [def]
5 struct foo {
9 typedef foo bar;
16 // CHECK-DAG: [ DW_TAG_structure_type ] [foo] [line [[@LINE+1]], {{.*}} [def]
17 struct foo {
20 foo *bar(foo *a) {
21 foo *b = new foo(*a);
27 // CHECK-DAG: [ DW_TAG_structure_type ] [foo] [line [[@LINE+1]], {{.*}} [def]
28 struct foo {
31 extern int bar(foo *a);
32 int baz(foo *a) {
38 // FIXME: if we were a bit fancier, we could realize that the 'foo' type is only
41 // CHECK-DAG: [ DW_TAG_structure_type ] [foo] [line [[@LINE+1]], {{.*}} [def]
42 struct foo {
46 foo f;
50 foo *f;