Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCXXABI.h366 Address This, bool VirtualCall) { in adjustThisArgumentForVirtualFunctionCall() argument
H A DMicrosoftCXXABI.cpp254 bool VirtualCall) override;
1422 bool VirtualCall) { in adjustThisArgumentForVirtualFunctionCall() argument
1423 if (!VirtualCall) { in adjustThisArgumentForVirtualFunctionCall()
/netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/
H A Dcheckers.rst540 .. _optin-cplusplus-VirtualCall:
542 optin.cplusplus.VirtualCall (C++)
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td677 def VirtualCallChecker : Checker<"VirtualCall">,