Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.h396 Address This, bool VirtualCall) { in adjustThisArgumentForVirtualFunctionCall() argument
H A DMicrosoftCXXABI.cpp284 bool VirtualCall) override;
1469 bool VirtualCall) { in adjustThisArgumentForVirtualFunctionCall() argument
1470 if (!VirtualCall) { in adjustThisArgumentForVirtualFunctionCall()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td747 : Checker<"VirtualCall">,