Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td677 def VirtualCallChecker : Checker<"VirtualCall">,