Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang/unittests/StaticAnalyzer/
H A DSValTest.cpp71 CollectedSVals[VR->getDescriptiveName(false)] = Val; in checkBind()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DValistChecker.cpp295 std::string VariableName = Reg->getDescriptiveName(); in reportLeakedVALists()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp675 std::string MemRegion::getDescriptiveName(bool UseQuotes) const { in getDescriptiveName() function in MemRegion
694 std::string Idx = ER->getDescriptiveName(false); in getDescriptiveName()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h189 std::string getDescriptiveName(bool UseQuotes = true) const;