Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DValistChecker.cpp294 std::string VariableName = Reg->getDescriptiveName(); in reportLeakedVALists()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h189 std::string getDescriptiveName(bool UseQuotes = true) const;