Home
last modified time | relevance | path

Searched refs:cplusplus (Results 1 – 10 of 10) sorted by relevance

/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Checkers/
DCheckers.inc6 PACKAGE("alpha.cplusplus")
12 PACKAGE("cplusplus")
22 PACKAGE("optin.cplusplus")
88cplusplus.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)
109cplusplus.DeleteWithNonVirtualDtor", DeleteWithNonVirtualDtorChecker, "Reports destructions of pol…
133 CHECKER("cplusplus.InnerPointer", InnerPointerChecker, "Check for inner pointers of C++ containers …
136cplusplus.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/
DCheckers.inc6 PACKAGE("alpha.cplusplus")
12 PACKAGE("cplusplus")
22 PACKAGE("optin.cplusplus")
88cplusplus.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)
110cplusplus.DeleteWithNonVirtualDtor", DeleteWithNonVirtualDtorChecker, "Reports destructions of pol…
134 CHECKER("cplusplus.InnerPointer", InnerPointerChecker, "Check for inner pointers of C++ containers …
137cplusplus.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/
DCheckers.inc6 PACKAGE("alpha.cplusplus")
12 PACKAGE("cplusplus")
22 PACKAGE("optin.cplusplus")
70cplusplus.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)
110cplusplus.DeleteWithNonVirtualDtor", DeleteWithNonVirtualDtorChecker, "Reports destructions of pol…
134 CHECKER("cplusplus.InnerPointer", InnerPointerChecker, "Check for inner pointers of C++ containers …
137cplusplus.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/
DCheckers.inc7 PACKAGE("alpha.cplusplus")
13 PACKAGE("cplusplus")
23 PACKAGE("optin.cplusplus")
71cplusplus.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)
111cplusplus.DeleteWithNonVirtualDtor", DeleteWithNonVirtualDtorChecker, "Reports destructions of pol…
135 CHECKER("cplusplus.InnerPointer", InnerPointerChecker, "Check for inner pointers of C++ containers …
138cplusplus.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/
Dcompilation.py135 cplusplus = re.compile(r"^(.+)(\+\+)(-.+|)$")
140 return "c++" if cplusplus.match(executable) else "c"
/prebuilts/clang/host/linux-x86/clang-r536225/lib/libscanbuild/
Dcompilation.py135 cplusplus = re.compile(r"^(.+)(\+\+)(-.+|)$")
140 return "c++" if cplusplus.match(executable) else "c"
/prebuilts/clang/host/linux-x86/clang-r522817/lib/libscanbuild/
Dcompilation.py135 cplusplus = re.compile(r"^(.+)(\+\+)(-.+|)$")
140 return "c++" if cplusplus.match(executable) else "c"
/prebuilts/clang/host/linux-x86/clang-r547379/lib/libscanbuild/
Dcompilation.py135 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/
Dcppdefault.h39 const char cplusplus; /* Only look here if we're compiling C++. */ member
Dcpplib.h297 unsigned char cplusplus; member