/art/test/107-int-math2/ |
expected.txt | 26 virtualCall PASSED
|
/external/clang/test/Analysis/ |
virtualcall.cpp | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=alpha.cplusplus.VirtualCall -analyzer-store region -verify -std=c++11 %s 76 #include "virtualcall.h" 79 #include "virtualcall.h"
|
/art/test/107-int-math2/src/ |
Main.java | 781 int virtualCall(int a) 799 return foo.virtualCall(a); 1093 System.out.println("virtualCall PASSED"); 1095 System.out.println("virtualCall FAILED: " + res); [all...] |
/external/clang/lib/CodeGen/ |
CGCXXABI.h | 319 /// The "VirtualCall" argument is true iff the call itself is virtual. 322 Address This, bool VirtualCall) {
|
MicrosoftCXXABI.cpp | 237 bool VirtualCall) override; [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/ |
Checkers.inc | 166 CHECKER("optin.cplusplus.VirtualCall", VirtualCallChecker, VirtualCallChecker.cpp, "Check virtual function calls during construction or destruction", -1, false) [all...] |
Checkers.td | 274 def VirtualCallChecker : Checker<"VirtualCall">,
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Checkers/ |
Checkers.inc | 166 CHECKER("optin.cplusplus.VirtualCall", VirtualCallChecker, VirtualCallChecker.cpp, "Check virtual function calls during construction or destruction", -1, false) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Checkers/ |
Checkers.inc | 166 CHECKER("optin.cplusplus.VirtualCall", VirtualCallChecker, VirtualCallChecker.cpp, "Check virtual function calls during construction or destruction", -1, false) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Checkers/ |
Checkers.inc | 170 CHECKER("optin.cplusplus.VirtualCall", VirtualCallChecker, VirtualCallChecker.cpp, "Check virtual function calls during construction or destruction", -1, false) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Checkers/ |
Checkers.inc | 170 CHECKER("optin.cplusplus.VirtualCall", VirtualCallChecker, VirtualCallChecker.cpp, "Check virtual function calls during construction or destruction", -1, false) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Checkers/ |
Checkers.inc | 170 CHECKER("optin.cplusplus.VirtualCall", VirtualCallChecker, VirtualCallChecker.cpp, "Check virtual function calls during construction or destruction", -1, false) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Checkers/ |
Checkers.inc | 170 CHECKER("optin.cplusplus.VirtualCall", VirtualCallChecker, VirtualCallChecker.cpp, "Check virtual function calls during construction or destruction", -1, false) [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/ |
Checkers.inc | 166 CHECKER("optin.cplusplus.VirtualCall", VirtualCallChecker, VirtualCallChecker.cpp, "Check virtual function calls during construction or destruction", -1, false) [all...] |
Checkers.td | 274 def VirtualCallChecker : Checker<"VirtualCall">,
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Checkers/ |
Checkers.inc | 166 CHECKER("optin.cplusplus.VirtualCall", VirtualCallChecker, VirtualCallChecker.cpp, "Check virtual function calls during construction or destruction", -1, false) [all...] |
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Checkers/ |
Checkers.inc | 166 CHECKER("optin.cplusplus.VirtualCall", VirtualCallChecker, VirtualCallChecker.cpp, "Check virtual function calls during construction or destruction", -1, false) [all...] |
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Checkers/ |
Checkers.inc | 170 CHECKER("optin.cplusplus.VirtualCall", VirtualCallChecker, VirtualCallChecker.cpp, "Check virtual function calls during construction or destruction", -1, false) [all...] |
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Checkers/ |
Checkers.inc | 170 CHECKER("optin.cplusplus.VirtualCall", VirtualCallChecker, VirtualCallChecker.cpp, "Check virtual function calls during construction or destruction", -1, false) [all...] |
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Checkers/ |
Checkers.inc | 170 CHECKER("optin.cplusplus.VirtualCall", VirtualCallChecker, VirtualCallChecker.cpp, "Check virtual function calls during construction or destruction", -1, false) [all...] |
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Checkers/ |
Checkers.inc | 170 CHECKER("optin.cplusplus.VirtualCall", VirtualCallChecker, VirtualCallChecker.cpp, "Check virtual function calls during construction or destruction", -1, false) [all...] |
/external/clang/include/clang/StaticAnalyzer/Checkers/ |
Checkers.td | 254 def VirtualCallChecker : Checker<"VirtualCall">,
|
/external/clang/www/analyzer/ |
alpha_checks.html | 203 alpha.cplusplus.VirtualCall</span><span class="lang">
|