Searched defs:Colour (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Passes/ |
H A D | StandardInstrumentations.cpp | 1515 DisplayElement(StringRef Colour) DisplayElement() argument 1516 const StringRef Colour; global() member in __anon834b46f82a11::DisplayElement 1523 DisplayEdge(std::string Value,DisplayNode & Node,StringRef Colour) DisplayEdge() argument 1540 DisplayNode(std::string Content,StringRef Colour) DisplayNode() argument 1621 createNode(std::string C,StringRef Colour) createNode() argument 1675 createEdge(StringRef Value,DisplayNode & Node,StringRef Colour) createEdge() argument 1700 DotCfgDiffNode(DotCfgDiff & G,unsigned N,const BlockDataT<DCData> & BD,StringRef Colour) DotCfgDiffNode() argument 1724 addEdge(unsigned E,StringRef Value,StringRef Colour) addEdge() argument 1749 StringRef Colour; global() member in __anon834b46f82a11::DotCfgDiffNode 1948 StringRef Colour = E.second; DotCfgDiff() local 2002 StringRef Colour = getEdgeColour(SinkNodeIndex); createDisplayEdges() local [all...] |
/freebsd-src/contrib/bsnmp/tests/ |
H A D | catch.hpp | 5922 struct Colour { struct 5923 enum Code { 5969 bool m_moved = false; 10137 Colour::Colour( Code _colourCode ) { use( _colourCode ); } in Colour() function in Catch::Colour 10138 Colour::Colour( Colour&& rhs ) noexcept { in Colour() function in Catch::Colour
|