Home
last modified time | relevance | path

Searched refs:PureVirtualCall (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dconstant-expression-cxx2a.cpp231 struct PureVirtualCall : Abstract { void f(); }; // expected-note {{in call to 'Abstract}} struct
232 …constexpr PureVirtualCall pure_virtual_call; // expected-error {{constant expression}} expected-no…
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td674 def PureVirtualCallChecker : Checker<"PureVirtualCall">,
735 "Disables the checker. Keeps cplusplus.PureVirtualCall "