Searched refs:cplusplus (Results 1 – 10 of 10) sorted by relevance
/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Checkers/ |
D | Checkers.inc | 6 PACKAGE("alpha.cplusplus") 12 PACKAGE("cplusplus") 22 PACKAGE("optin.cplusplus") 88 …cplusplus.ArrayDelete", CXXArrayDeleteChecker, "Reports destructions of arrays of polymorphic obje… 89 CHECKER("cplusplus.SelfAssignment", CXXSelfAssignmentChecker, "Checks C++ copy and move assignment … 102 CHECKER("alpha.cplusplus.ContainerModeling", ContainerModeling, "Models C++ containers", "", true) 109 …cplusplus.DeleteWithNonVirtualDtor", DeleteWithNonVirtualDtorChecker, "Reports destructions of pol… 133 CHECKER("cplusplus.InnerPointer", InnerPointerChecker, "Check for inner pointers of C++ containers … 136 …cplusplus.InvalidatedIterator", InvalidatedIteratorChecker, "Check for use of invalidated iterator… 137 CHECKER("alpha.cplusplus.IteratorModeling", IteratorModeling, "Models iterators of C++ containers",… [all …]
|
/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Checkers/ |
D | Checkers.inc | 6 PACKAGE("alpha.cplusplus") 12 PACKAGE("cplusplus") 22 PACKAGE("optin.cplusplus") 88 …cplusplus.ArrayDelete", CXXArrayDeleteChecker, "Reports destructions of arrays of polymorphic obje… 89 CHECKER("cplusplus.SelfAssignment", CXXSelfAssignmentChecker, "Checks C++ copy and move assignment … 103 CHECKER("alpha.cplusplus.ContainerModeling", ContainerModeling, "Models C++ containers", "", true) 110 …cplusplus.DeleteWithNonVirtualDtor", DeleteWithNonVirtualDtorChecker, "Reports destructions of pol… 134 CHECKER("cplusplus.InnerPointer", InnerPointerChecker, "Check for inner pointers of C++ containers … 137 …cplusplus.InvalidatedIterator", InvalidatedIteratorChecker, "Check for use of invalidated iterator… 138 CHECKER("alpha.cplusplus.IteratorModeling", IteratorModeling, "Models iterators of C++ containers",… [all …]
|
/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Checkers/ |
D | Checkers.inc | 6 PACKAGE("alpha.cplusplus") 12 PACKAGE("cplusplus") 22 PACKAGE("optin.cplusplus") 70 …cplusplus.ArrayDelete", ArrayDeleteChecker, "Reports destructions of arrays of polymorphic objects… 89 CHECKER("cplusplus.SelfAssignment", CXXSelfAssignmentChecker, "Checks C++ copy and move assignment … 103 CHECKER("alpha.cplusplus.ContainerModeling", ContainerModeling, "Models C++ containers", "", true) 110 …cplusplus.DeleteWithNonVirtualDtor", DeleteWithNonVirtualDtorChecker, "Reports destructions of pol… 134 CHECKER("cplusplus.InnerPointer", InnerPointerChecker, "Check for inner pointers of C++ containers … 137 …cplusplus.InvalidatedIterator", InvalidatedIteratorChecker, "Check for use of invalidated iterator… 138 CHECKER("alpha.cplusplus.IteratorModeling", IteratorModeling, "Models iterators of C++ containers",… [all …]
|
/prebuilts/clang/host/linux-x86/clang-r547379/include/clang/StaticAnalyzer/Checkers/ |
D | Checkers.inc | 7 PACKAGE("alpha.cplusplus") 13 PACKAGE("cplusplus") 23 PACKAGE("optin.cplusplus") 71 …cplusplus.ArrayDelete", ArrayDeleteChecker, "Reports destructions of arrays of polymorphic objects… 90 CHECKER("cplusplus.SelfAssignment", CXXSelfAssignmentChecker, "Checks C++ copy and move assignment … 104 CHECKER("alpha.cplusplus.ContainerModeling", ContainerModeling, "Models C++ containers", "", true) 111 …cplusplus.DeleteWithNonVirtualDtor", DeleteWithNonVirtualDtorChecker, "Reports destructions of pol… 135 CHECKER("cplusplus.InnerPointer", InnerPointerChecker, "Check for inner pointers of C++ containers … 138 …cplusplus.InvalidatedIterator", InvalidatedIteratorChecker, "Check for use of invalidated iterator… 139 CHECKER("alpha.cplusplus.IteratorModeling", IteratorModeling, "Models iterators of C++ containers",… [all …]
|
/prebuilts/clang/host/linux-x86/clang-r530567/lib/libscanbuild/ |
D | compilation.py | 135 cplusplus = re.compile(r"^(.+)(\+\+)(-.+|)$") 140 return "c++" if cplusplus.match(executable) else "c"
|
/prebuilts/clang/host/linux-x86/clang-r536225/lib/libscanbuild/ |
D | compilation.py | 135 cplusplus = re.compile(r"^(.+)(\+\+)(-.+|)$") 140 return "c++" if cplusplus.match(executable) else "c"
|
/prebuilts/clang/host/linux-x86/clang-r522817/lib/libscanbuild/ |
D | compilation.py | 135 cplusplus = re.compile(r"^(.+)(\+\+)(-.+|)$") 140 return "c++" if cplusplus.match(executable) else "c"
|
/prebuilts/clang/host/linux-x86/clang-r547379/lib/libscanbuild/ |
D | compilation.py | 135 cplusplus = re.compile(r"^(.+)(\+\+)(-.+|)$") 140 return "c++" if cplusplus.match(executable) else "c"
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
D | cppdefault.h | 39 const char cplusplus; /* Only look here if we're compiling C++. */ member
|
D | cpplib.h | 297 unsigned char cplusplus; member
|