Searched defs:Bam (Results 1 – 2 of 2) sorted by relevance
253 struct Bam { struct254 Bam(int *a) {} in Bam() function255 Bam(float *a) {} in Bam() argument256 Bam operator=(int *a) { return Bam(a); } in operator =() argument257 Bam operator=(float *a) { return Bam(a); } in operator =() argument
112 typedef FOO Bam; typedef