HomeSort by: relevance | last modified time | path
    Searched refs:getDescriptiveName (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
MPIBugReporter.cpp 31 RequestRegion->getDescriptiveName() + ". ";
53 std::string ErrorText{"Request " + RequestRegion->getDescriptiveName() +
73 std::string ErrorText{"Request " + RequestRegion->getDescriptiveName() +
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
ValistChecker.cpp 294 std::string VariableName = Reg->getDescriptiveName();
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 672 std::string MemRegion::getDescriptiveName(bool UseQuotes) const {
689 // name by calling 'getDescriptiveName' recursively.
691 std::string Idx = ER->getDescriptiveName(false);
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 184 std::string getDescriptiveName(bool UseQuotes = true) const;

Completed in 18 milliseconds