Searched refs:PureVirtualCall (Results 1 – 2 of 2) sorted by relevance
231 struct PureVirtualCall : Abstract { void f(); }; // expected-note {{in call to 'Abstract}} struct232 …constexpr PureVirtualCall pure_virtual_call; // expected-error {{constant expression}} expected-no…
674 def PureVirtualCallChecker : Checker<"PureVirtualCall">,735 "Disables the checker. Keeps cplusplus.PureVirtualCall "