Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1886 std::string colourize(std::string S, StringRef Colour) const;
1970 std::string DotCfgDiff::colourize(std::string S, StringRef Colour) const { in colourize() function in __anon94a753662a11::DotCfgDiff
2044 EdgeLabels.insert({SourceSink, colourize(Value.str(), Colour)}); in DotCfgDiff()
2047 std::string NV = colourize(V.str() + " " + Value.str(), Colour); in DotCfgDiff()