Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCXXABI.h391 Address This, bool VirtualCall) { in adjustThisArgumentForVirtualFunctionCall() argument
H A DMicrosoftCXXABI.cpp271 bool VirtualCall) override;
1434 bool VirtualCall) { in adjustThisArgumentForVirtualFunctionCall() argument
1435 if (!VirtualCall) { in adjustThisArgumentForVirtualFunctionCall()
/openbsd-src/gnu/llvm/clang/docs/analyzer/
H A Dcheckers.rst594 .. _optin-cplusplus-VirtualCall:
596 optin.cplusplus.VirtualCall (C++)
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td729 def VirtualCallChecker : Checker<"VirtualCall">,