Home | History | Annotate | Download | only in gdb.cp

Lines Matching refs:outfile

53 set outfile [open $filename w]
56 puts $outfile {
108 puts $outfile "$type item_$utype;"
109 puts $outfile "unsigned a_$utype\n = alignof ($type);"
110 puts $outfile "typedef $type t_$utype;"
111 puts $outfile "t_$utype item_t_$utype;"
119 puts $outfile "align_pair<$type, $inner> item_${utype}_x_${uinner};"
120 puts $outfile "unsigned a_${utype}_x_${uinner}"
121 puts $outfile " = alignof (align_pair<$type, $inner>);"
123 puts $outfile "align_union<$type, $inner> item_${utype}_u_${uinner};"
124 puts $outfile "unsigned a_${utype}_u_${uinner}"
125 puts $outfile " = alignof (align_union<$type, $inner>);"
130 puts $outfile {
136 close $outfile