Searched refs:Boom (Results 1 – 8 of 8) sorted by relevance
24 struct Boom { struct25 Boom(const Boom&) { in Boom() argument32 void odr_used(P &p, Boom<int> boom_int, Boom<float> boom_float, in odr_used()33 Boom<double> boom_double) { in odr_used()
70 struct Boom { struct71 Boom(const Boom&) { in Boom() function78 void odr_used(R &r, Boom<T> boom) { in odr_used()86 …template void odr_used(int&, Boom<int>); // expected-note{{in instantiation of function template s…89 void odr_used2(R &r, Boom<T> boom) { in odr_used2()97 template void odr_used2(P&, Boom<float>);
267 struct Boom { struct268 ~Boom() { in ~Boom() argument274 Boom<float> *bfp;277 void f(Boom<int> = Boom<int>()) { } // expected-note{{requested here}} in f()
11 function Boom() { class57 var boom = new Boom();
222 function Boom() {} class226 throw new Boom();232 }, Boom);
5 exclude header "Boom.h"
8 @interface Boom interface
173 @interface Boom interface177 @property (readonly) Boom * NotInnerPointer __attribute__((objc_returns_inner_pointer)); // expecte…178 - (Boom *) NotInnerPointerMethod __attribute__((objc_returns_inner_pointer)); // expected-warning {…