Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCommonBugCategories.cpp23 const char *const CXXMoveSemantics = "C++ move semantics"; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DCommonBugCategories.h22 extern const char *const CXXMoveSemantics;
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMoveChecker.cpp205 BugType BT{this, "Use-after-move", categories::CXXMoveSemantics};