Searched refs:writeAttribute (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/bsnmp/tests/ |
| H A D | catch.hpp | 6228 return writeAttribute( name, rss.str() ); in writeAttribute() 16566 xml.writeAttribute( "time", "" ); in writeGroup() 16568 xml.writeAttribute( "time", suiteTime ); in writeGroup() 16576 .writeAttribute("name", "filters") in writeGroup() 16629 xml.writeAttribute( "name", "root" ); in writeSection() 16633 xml.writeAttribute( "name", name ); in writeSection() 16908 .writeAttribute( "line", sourceInfo.line ); in writeSourceInfo() 16933 .writeAttribute( "name", groupInfo.name ); in testGroupStarting() 17089 .writeAttribute("name", name); in benchmarkPreparing() 17093 m_xml.writeAttribute("samples", info.samples) in benchmarkStarting() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 2653 void writeAttribute(const Attribute &Attr, bool InAttrGroup = false); 4658 void AssemblyWriter::writeAttribute(const Attribute &Attr, bool InAttrGroup) { in writeAttribute() function in AssemblyWriter 4678 writeAttribute(Attr, InAttrGroup); in writeAttributeSet()
|