Lines Matching full:prior
155 void f(int&); // expected-note {{'f' should be declared prior to the call site}}
167 void f(char&); // expected-note {{'f' should be declared prior to the call site}}
193 int Multiply(int x, int y) { // expected-note {{should be declared prior to the call site}} in Multiply()
213 …std::ostream& out, ns::Data data) { // expected-note {{should be declared prior to the call site o… in operator <<()
235 …std::ostream &print(std::ostream &out, int); // expected-note-re {{should be declared prior to the…
236 …std::ostream &print(std::ostream &out, ns::Data); // expected-note {{should be declared prior to t…
237 …ream &out, std::vector<ns2::Data>); // expected-note {{should be declared prior to the call site o…
238 …t, std::pair<ns::Data, ns2::Data>); // expected-note {{should be declared prior to the call site o…
258 …ns::Data operator!(ns::Data); // expected-note {{should be declared prior to the call site or in n…
385 // to prior to the call site to fix the problem.
386 …PR14695_f(PR14695_X); } // expected-note {{'PR14695_f' should be declared prior to the call site o…
400 void *operator new(size_t, OperatorNew::X); // expected-note-re {{should be declared prior to the c…