Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DRecord.cpp888 StringInit::determineFormat(I0->getFormat(), in ConcatStringInits()
908 Fmt = StringInit::determineFormat(Fmt, Element->getFormat()); in interleaveStringList()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h635 static StringFormat determineFormat(StringFormat Fmt1, StringFormat Fmt2) { in determineFormat() function