Searched defs:yout (Results 1 – 6 of 6) sorted by relevance
/llvm-project/flang/examples/FlangOmpReport/ |
H A D | FlangOmpReport.cpp | 64 llvm::yaml::Output yout(*OS); in executeAction() local
|
/llvm-project/llvm/unittests/Support/ |
H A D | YAMLIOTest.cpp | 239 Output yout(ostr); in TEST() local 517 Output yout(ostr); in TEST() local 631 Output yout(ostr); in TEST() local 719 Output yout(ostr); in TEST() local 827 Output yout(ostr); in TEST() local 1025 Output yout(ostr); TEST() local 1116 Output yout(ostr); TEST() local 1206 Output yout(ostr); TEST() local 1237 Output yout(ostr); TEST() local 1262 Output yout(ostr); TEST() local 1376 Output yout(ostr); TEST() local 1421 Output yout(ostr); TEST() local 1525 Output yout(ostr); TEST() local 1650 Output yout(ostr); TEST() local 1732 Output yout(ostr); TEST() local 1821 Output yout(ostr); TEST() local 1933 Output yout(ostr); TEST() local 2437 Output yout(ostr); TEST() local 2537 Output yout(ostr, nullptr, 15); TEST() local 2561 Output yout(ostr, nullptr, 25); TEST() local 2583 Output yout(ostr, nullptr, 0); TEST() local 2645 Output yout(ostr, nullptr, 15); TEST() local 2764 Output yout(OS); TEST() local 2774 Output yout(OS); TEST() local 2783 Output yout(OS); TEST() local 2961 Output yout(ostr); TEST() local 3150 Output yout(ostr); TEST() local 3167 Output yout(ostr); TEST() local 3199 Output yout(ostr); TEST() local 3410 Output yout(os); TEST() local [all...] |
/llvm-project/llvm/tools/dsymutil/ |
H A D | RelocationMap.cpp | 16 yaml::Output yout(OS, /* Ctxt = */ nullptr, /* WrapColumn = */ 0); in print() local
|
H A D | DebugMap.cpp | 118 yaml::Output yout(OS, /* Ctxt = */ nullptr, /* WrapColumn = */ 0); in print() local
|
/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/ |
H A D | SymbolInfo.cpp | 118 llvm::yaml::Output yout(OS); in WriteSymbolInfosToStream() local
|
/llvm-project/llvm/lib/Support/ |
H A D | YAMLTraits.cpp | 484 : IO(context), Out(yout), WrapColumn(WrapColumn) {} in Output() argument
|