Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGCXXABI.h396 Address This, bool VirtualCall) { in adjustThisArgumentForVirtualFunctionCall() argument
HDMicrosoftCXXABI.cpp283 bool VirtualCall) override;
1472 bool VirtualCall) { in adjustThisArgumentForVirtualFunctionCall() argument
1473 if (!VirtualCall) { in adjustThisArgumentForVirtualFunctionCall()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
HDCheckers.td755 def VirtualCallChecker : Checker<"VirtualCall">,