Home
last modified time | relevance | path

Searched refs:getDescriptiveName (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIBugReporter.cpp31 RequestRegion->getDescriptiveName() + ". "; in reportDoubleNonblocking()
53 std::string ErrorText{"Request " + RequestRegion->getDescriptiveName() + in reportMissingWait()
73 std::string ErrorText{"Request " + RequestRegion->getDescriptiveName() + in reportUnmatchedWait()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DValistChecker.cpp294 std::string VariableName = Reg->getDescriptiveName(); in reportLeakedVALists()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp672 std::string MemRegion::getDescriptiveName(bool UseQuotes) const { in getDescriptiveName() function in MemRegion
691 std::string Idx = ER->getDescriptiveName(false); in getDescriptiveName()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h184 std::string getDescriptiveName(bool UseQuotes = true) const;