Home | History | Annotate | Download | only in CodeGenCXX

Lines Matching refs:elem

29 // CHECK: !DICompositeType(tag: DW_TAG_structure_type, name: "virt<elem>"
46 // CHECK: [[ELEM:![0-9]*]] = !DICompositeType(tag: DW_TAG_structure_type, name: "elem"
92 struct elem {
93 static virt<elem> x; // ensure that completing 'elem' will require/completing 'virt<elem>'
96 elem e; // ensure 'elem' is required to be complete when it is emitted as a template argument for 'virt<elem>'
99 virt<elem> d; // emit 'virt<elem>'