Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dclang-analyzer-optin.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
Dlist.rst357 …`clang-analyzer-optin.cplusplus.VirtualCall <clang-analyzer-optin.cplusplus.VirtualCall.html>`_, `…
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dreadability-identifier-naming.cpp303 void VirtualCall(AOverridden &a_vItem) { in VirtualCall() function
/external/clang/lib/CodeGen/
DCGCXXABI.h322 Address This, bool VirtualCall) { in adjustThisArgumentForVirtualFunctionCall() argument
DMicrosoftCXXABI.cpp237 bool VirtualCall) override;
1298 bool VirtualCall) { in adjustThisArgumentForVirtualFunctionCall() argument
1299 if (!VirtualCall) { in adjustThisArgumentForVirtualFunctionCall()
/external/llvm-project/clang/lib/CodeGen/
DCGCXXABI.h359 Address This, bool VirtualCall) { in adjustThisArgumentForVirtualFunctionCall() argument
DMicrosoftCXXABI.cpp249 bool VirtualCall) override;
1412 bool VirtualCall) { in adjustThisArgumentForVirtualFunctionCall() argument
1413 if (!VirtualCall) { in adjustThisArgumentForVirtualFunctionCall()
/external/clang/include/clang/StaticAnalyzer/Checkers/
DCheckers.td254 def VirtualCallChecker : Checker<"VirtualCall">,
/external/llvm-project/clang/docs/analyzer/
Dcheckers.rst540 .. _optin-cplusplus-VirtualCall:
542 optin.cplusplus.VirtualCall (C++)
/external/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
DCheckers.td677 def VirtualCallChecker : Checker<"VirtualCall">,