Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCXXABI.h347 Address This, bool VirtualCall) { in adjustThisArgumentForVirtualFunctionCall() argument
H A DMicrosoftCXXABI.cpp249 bool VirtualCall) override;
1356 bool VirtualCall) { in adjustThisArgumentForVirtualFunctionCall() argument
1357 if (!VirtualCall) { in adjustThisArgumentForVirtualFunctionCall()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td326 def VirtualCallChecker : Checker<"VirtualCall">,