| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | JSONNodeDumper.cpp | 33 JOS.attribute("id", createPointerRepresentation(A)); in Visit() 34 JOS.attribute("kind", AttrName); in Visit() 35 JOS.attributeObject("range", [A, this] { writeSourceRange(A->getRange()); }); in Visit() 52 JOS.attribute("id", createPointerRepresentation(S)); in Visit() 53 JOS.attribute("kind", S->getStmtClassName()); in Visit() 54 JOS.attributeObject("range", in Visit() 58 JOS.attribute("type", createQualType(E->getType())); in Visit() 67 JOS.attribute("valueCategory", Category); in Visit() 73 JOS.attribute("id", createPointerRepresentation(T)); in Visit() 78 JOS.attribute("kind", (llvm::Twine(T->getTypeClassName()) + "Type").str()); in Visit() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | TrainingLogger.cpp | 36 json::OStream JOS(*OS); in writeHeader() local 37 JOS.object([&]() { in writeHeader() 38 JOS.attributeArray("features", [&]() { in writeHeader() 40 TS.toJSON(JOS); in writeHeader() 43 JOS.attributeBegin("score"); in writeHeader() 44 RewardSpec.toJSON(JOS); in writeHeader() 45 JOS.attributeEnd(); in writeHeader() 53 json::OStream JOS(*OS); in switchContext() local 54 JOS.object([&]() { JOS.attribute("context", Name); }); in switchContext() 61 json::OStream JOS(*OS); in startObservation() local [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | ScopedPrinter.h | 545 json::OStream JOS; variable 558 JOS.attribute(Label, Value); in printNumber() 562 JOS.attribute(Label, Value); in printNumber() 566 JOS.attribute(Label, Value); in printNumber() 570 JOS.attribute(Label, Value); in printNumber() 574 JOS.attribute(Label, Value); in printNumber() 578 JOS.attribute(Label, Value); in printNumber() 582 JOS.attribute(Label, Value); in printNumber() 586 JOS.attribute(Label, Value); in printNumber() 590 JOS.attributeBegin(Label); in printNumber() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | JSON.cpp | 259 void abbreviate(const Value &V, OStream &JOS) { in abbreviate() argument 262 JOS.rawValue(V.getAsArray()->empty() ? "[]" : "[ ... ]"); in abbreviate() 265 JOS.rawValue(V.getAsObject()->empty() ? "{}" : "{ ... }"); in abbreviate() 270 JOS.value(V); in abbreviate() 274 JOS.value(Truncated); in abbreviate() 279 JOS.value(V); in abbreviate() 285 void abbreviateChildren(const Value &V, OStream &JOS) { in abbreviateChildren() argument 288 JOS.array([&] { in abbreviateChildren() 290 abbreviate(I, JOS); in abbreviateChildren() 294 JOS.object([&] { in abbreviateChildren() [all …]
|
| H A D | ScopedPrinter.cpp | 43 JOS(OS, /*Indent=*/PrettyPrint ? 2 : 0), in JSONScopedPrinter()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | JSONNodeDumper.h | 39 llvm::json::OStream JOS; 54 JOS.objectBegin(); in AddChild() 63 JOS.objectEnd(); in AddChild() 74 JOS.attributeBegin(LabelStr); in AddChild() 75 JOS.arrayBegin(); in AddChild() 80 JOS.objectBegin(); in AddChild() 91 JOS.objectEnd(); in AddChild() 94 JOS.arrayEnd(); in AddChild() 95 JOS.attributeEnd(); in AddChild() 108 NodeStreamer(raw_ostream &OS) : JOS(OS, 2) {} in NodeStreamer() [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | HeaderIncludeGen.cpp | 263 llvm::json::OStream JOS(OS); in EndOfMainFile() local 264 JOS.object([&] { in EndOfMainFile() 265 JOS.attribute("source", MainFile.c_str()); in EndOfMainFile() 266 JOS.attributeArray("includes", [&] { in EndOfMainFile() 270 JOS.value(H); in EndOfMainFile()
|
| /openbsd-src/gnu/llvm/llvm/lib/ProfileData/ |
| H A D | SampleProfReader.cpp | 77 json::OStream &JOS, bool TopLevel = false) { in dumpFunctionProfileJson() argument 82 JOS.object([&] { in dumpFunctionProfileJson() 83 JOS.attribute("line", Loc.LineOffset); in dumpFunctionProfileJson() 85 JOS.attribute("discriminator", Loc.Discriminator); in dumpFunctionProfileJson() 86 JOS.attribute("samples", Sample.getSamples()); in dumpFunctionProfileJson() 90 JOS.attributeArray("calls", [&] { in dumpFunctionProfileJson() 92 JOS.object([&] { in dumpFunctionProfileJson() 93 JOS.attribute("function", J.first); in dumpFunctionProfileJson() 94 JOS.attribute("samples", J.second); in dumpFunctionProfileJson() 108 JOS.object([&] { in dumpFunctionProfileJson() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/Symbolize/ |
| H A D | DIPrinter.h | 133 json::OStream JOS(OS, Config.Pretty ? 2 : 0); in printJSON() 134 JOS.value(V); in printJSON()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
| H A D | encod04.t | 89 # interpretation would be "JOS" . \N{LATIN SMALL LETTER TURNED ALPHA} . "S 96 =head2 JOS\xC9\x92S PLACE
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-remark-size-diff/ |
| H A D | RemarkSizeDiff.cpp | 462 json::OStream JOS(OS, PrettyPrint ? 2 : 0); in outputJSONForAllDiffs() local 463 JOS.value(std::move(Output)); in outputJSONForAllDiffs()
|
| /openbsd-src/gnu/usr.bin/perl/lib/unicore/ |
| H A D | NormTest.txt | 9721 C883;C883;110C 1169 11BA;C883;110C 1169 11BA; # (좃; 좃; 좃; 좃; 좃; ) HANGUL SYLLABLE JOS
|