Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp484 Output::Output(raw_ostream &yout, void *context, int WrapColumn) in Output() argument
485 : IO(context), Out(yout), WrapColumn(WrapColumn) {} in Output()