Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCXXABI.h322 Address This, bool VirtualCall) { in adjustThisArgumentForVirtualFunctionCall() argument
DMicrosoftCXXABI.cpp237 bool VirtualCall) override;
1298 bool VirtualCall) { in adjustThisArgumentForVirtualFunctionCall() argument
1299 if (!VirtualCall) { in adjustThisArgumentForVirtualFunctionCall()
/external/clang/include/clang/StaticAnalyzer/Checkers/
DCheckers.td254 def VirtualCallChecker : Checker<"VirtualCall">,