Home
last modified time | relevance | path

Searched defs:Colour (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1608 DisplayElement(StringRef Colour) : Colour(Colour) {} in DisplayElement()
1609 const StringRef Colour; member in __anon94a753662a11::DisplayElement
1616 DisplayEdge(std::string Value, DisplayNode &Node, StringRef Colour) in DisplayEdge()
1633 DisplayNode(std::string Content, StringRef Colour) in DisplayNode()
1714 void createNode(std::string C, StringRef Colour) { in createNode()
1768 StringRef Colour) { in createEdge()
1793 StringRef Colour) in DotCfgDiffNode()
1817 void addEdge(unsigned E, StringRef Value, StringRef Colour) { in addEdge()
1842 StringRef Colour; member in __anon94a753662a11::DotCfgDiffNode
2040 StringRef Colour = E.second; in DotCfgDiff() local
[all …]
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp5922 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