Searched refs:Boom (Results 1 – 7 of 7) sorted by relevance
24 struct Boom { struct25 Boom(const Boom&) { in Boom() function33 void odr_used(P &p, Boom<int> boom_int, Boom<float> boom_float, in odr_used()34 Boom<double> boom_double) { in odr_used()
70 struct Boom { struct71 Boom(const Boom&) { in Boom() function79 void odr_used(R &r, Boom<T> boom) { in odr_used()87 …template void odr_used(int&, Boom<int>); // expected-note{{in instantiation of function template s…90 void odr_used2(R &r, Boom<T> boom) { in odr_used2()98 template void odr_used2(P&, Boom<float>);
258 struct Boom { struct259 ~Boom() { in ~Boom() argument265 Boom<float> *bfp;268 void f(Boom<int> = Boom<int>()) { } // expected-note{{requested here}} in f()
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 {…
5808 -L location for libedit. Patch from Serge van den Boom.