Home
last modified time | relevance | path

Searched defs:Bam (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-nullptr-basic.cpp253 struct Bam { struct
254 Bam(int *a) {} in Bam() function
255 Bam(float *a) {} in Bam() argument
256 Bam operator=(int *a) { return Bam(a); } in operator =() argument
257 Bam operator=(float *a) { return Bam(a); } in operator =() argument
H A Duse-using.cpp112 typedef FOO Bam; typedef