Home
last modified time | relevance | path

Searched refs:VirtualCall (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/clang-analyzer/
H A Doptin.cplusplus.VirtualCall.rst1 .. title:: clang-tidy - clang-analyzer-optin.cplusplus.VirtualCall
5 clang-analyzer-optin.cplusplus.VirtualCall
8 The clang-analyzer-optin.cplusplus.VirtualCall check is an alias, please see
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Didentifier-naming.cpp352 void VirtualCall(AOverridden &a_vItem, ATOverridden<some_t> &a_vTitem) { in VirtualCall() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCXXABI.h382 Address This, bool VirtualCall) { in adjustThisArgumentForVirtualFunctionCall() argument
H A DMicrosoftCXXABI.cpp258 bool VirtualCall) override;
1429 bool VirtualCall) { in adjustThisArgumentForVirtualFunctionCall() argument
1430 if (!VirtualCall) { in adjustThisArgumentForVirtualFunctionCall()
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/
H A Dlist.rst411 …er-optin.cplusplus.VirtualCall <clang-analyzer/optin.cplusplus.VirtualCall.html>`_, `Clang Static …
/llvm-project-15.0.7/clang/docs/analyzer/
H A Dcheckers.rst578 .. _optin-cplusplus-VirtualCall:
580 optin.cplusplus.VirtualCall (C++)
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td725 def VirtualCallChecker : Checker<"VirtualCall">,