Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/unittests/Support/
H A DYAMLIOTest.cpp130 Output yout(ostr); in TEST() local
276 Output yout(ostr); in TEST() local
391 Output yout(ostr); in TEST() local
586 Output yout(ostr); in TEST() local
677 Output yout(ostr); in TEST() local
763 Output yout(ostr); in TEST() local
867 Output yout(ostr); in TEST() local
992 Output yout(ostr); in TEST() local
1074 Output yout(ostr); in TEST() local
1163 Output yout(ostr); in TEST() local
[all …]
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DYAMLTraits.cpp380 Output::Output(raw_ostream &yout, void *context) in Output()