Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/
H A DASTSrcLocProcessor.cpp52 llvm::json::Object toJSON(llvm::StringMap<std::vector<StringRef>> const &Obj) { in toJSON() function
53 using llvm::json::toJSON; in toJSON()
62 llvm::json::Object toJSON(llvm::StringMap<std::string> const &Obj) { in toJSON() function
63 using llvm::json::toJSON; in toJSON()
72 llvm::json::Object toJSON(ClassData const &Obj) { in toJSON() function
92 llvm::json::Object toJSON(llvm::StringMap<ClassData> const &Obj) { in toJSON() function
93 using llvm::json::toJSON; in toJSON()
97 JsonObj[Item.first()] = ::toJSON(Item.second); in toJSON()
106 using llvm::json::toJSON; in WriteJSON()
136 WriteJSON(JsonPath, ::toJSON(ClassInheritance), ::toJSON(ClassesInClade), in generate()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Djson.d680 return toJSON(this, false, options);
691 return toJSON(this, true, options);
1135 string toJSON(const ref JSONValue root, in bool pretty = false, in JSONOptions options = JSONOption…
1373 assert(toJSON(jv0, false, JSONOptions.escapeNonAsciiChars) == `"test\u6D4B\u8BD5"`);
1375 assert(toJSON(jv00, false, JSONOptions.none) == `"test测试"`);
1376 assert(toJSON(jv0, false, JSONOptions.none) == `"test测试"`);
1378 assert(toJSON(jv1, false, JSONOptions.escapeNonAsciiChars) == `"\u00E9t\u00E9"`);
1380 assert(toJSON(jv11, false, JSONOptions.none) == `"été"`);
1381 assert(toJSON(jv1, false, JSONOptions.none) == `"été"`);
1601 result = toJSON(val, pretty);
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Djson.d866 return toJSON(this, false, options);
872 toJSON(sink, this, false, options);
883 return toJSON(this, true, options);
889 toJSON(sink, this, true, options);
1454 string toJSON(const ref JSONValue root, in bool pretty = false, in JSONOptions options = JSONOption…
1457 toJSON(json, root, pretty, options);
1462 void toJSON(Out)(
1722 assert(toJSON(jv0, false, JSONOptions.escapeNonAsciiChars) == `"test\u6D4B\u8BD5"`);
1724 assert(toJSON(jv00, false, JSONOptions.none) == `"test测试"`);
1725 assert(toJSON(jv0, false, JSONOptions.none) == `"test测试"`);
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
H A DView.h40 JO.try_emplace(getNameAsString().str(), toJSON()); in printViewJSON()
45 virtual json::Value toJSON() const { return "not implemented"; } in toJSON() function
H A DInstructionInfoView.h81 json::Value toJSON() const override;
82 json::Object toJSON(const InstructionInfoViewData &IIVD) const;
H A DInstructionInfoView.cpp125 InstructionInfoView::toJSON(const InstructionInfoViewData &IIVD) const { in toJSON() function in llvm::mca::InstructionInfoView
135 json::Value InstructionInfoView::toJSON() const { in toJSON() function in llvm::mca::InstructionInfoView
146 json::Object JO = toJSON(IIVDEntry); in toJSON()
H A DInstructionView.h58 json::Value toJSON() const override;
60 json::Value JV = toJSON(); in printViewJSON()
H A DResourcePressureView.h98 json::Value toJSON() const override;
H A DSummaryView.h91 json::Value toJSON() const override;
H A DInstructionView.cpp30 json::Value InstructionView::toJSON() const { in toJSON() function in llvm::mca::InstructionView
H A DTimelineView.h183 json::Value toJSON() const override;
H A DSummaryView.cpp100 json::Value SummaryView::toJSON() const { in toJSON() function in llvm::mca::SummaryView
H A DBottleneckAnalysis.h336 json::Value toJSON() const override { return "not implemented"; } in toJSON() function
H A DResourcePressureView.cpp175 json::Value ResourcePressureView::toJSON() const { in toJSON() function in llvm::mca::ResourcePressureView
H A DTimelineView.cpp304 json::Value TimelineView::toJSON() const { in toJSON() function in llvm::mca::TimelineView
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp280 static json::Object toJSON(const Request &Request, StringRef ErrorMsg = "") { in toJSON() function
323 json::Object Json = toJSON(Request); in print()
336 json::Object Json = toJSON(Request); in print()
359 json::Object Json = toJSON(Request); in print()
378 json::Object Json = toJSON(Request, ErrorInfo.message()); in printError()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DJSON.h86 template <typename T> Value toJSON(const llvm::Optional<T> &Opt);
361 Value, decltype(toJSON(*(const T *)nullptr))>::value>,
363 Value(const T &V) : Value(toJSON(V)) {} in Value()
734 template <typename T> Value toJSON(const llvm::Optional<T> &Opt) { in toJSON() function
/netbsd-src/external/mit/libcbor/dist/docs/doxygen/
H A Djquery.js16 …{if(bF){bx[bE]=bw=++b.uuid}else{bw=bE}}if(!e[bw]){e[bw]={};if(!bF){e[bw].toJSON=b.noop}}if(typeof …