Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIBugReporter.cpp32 RequestRegion->getDescriptiveName() + ". "; in reportDoubleNonblocking()
54 std::string ErrorText{"Request " + RequestRegion->getDescriptiveName() + in reportMissingWait()
74 std::string ErrorText{"Request " + RequestRegion->getDescriptiveName() + in reportUnmatchedWait()
/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp635 std::string MemRegion::getDescriptiveName(bool UseQuotes) const { in getDescriptiveName() function in MemRegion
654 std::string Idx = ER->getDescriptiveName(false); in getDescriptiveName()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h163 std::string getDescriptiveName(bool UseQuotes = true) const;