Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp674 std::string ArrayIndices; in getDescriptiveName() local
686 ArrayIndices = (llvm::Twine("[") + Idx.str() + "]" + ArrayIndices).str(); in getDescriptiveName()
693 ArrayIndices = (llvm::Twine("[") + Idx + "]" + ArrayIndices).str(); in getDescriptiveName()
703 return (llvm::Twine("'") + os.str() + ArrayIndices + "'").str(); in getDescriptiveName()
705 return (llvm::Twine(os.str()) + ArrayIndices).str(); in getDescriptiveName()