| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/ |
| H A D | ASTSrcLocProcessor.cpp | 52 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 D | json.d | 680 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 D | json.d | 866 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 D | View.h | 40 JO.try_emplace(getNameAsString().str(), toJSON()); in printViewJSON() 45 virtual json::Value toJSON() const { return "not implemented"; } in toJSON() function
|
| H A D | InstructionInfoView.h | 81 json::Value toJSON() const override; 82 json::Object toJSON(const InstructionInfoViewData &IIVD) const;
|
| H A D | InstructionInfoView.cpp | 125 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 D | InstructionView.h | 58 json::Value toJSON() const override; 60 json::Value JV = toJSON(); in printViewJSON()
|
| H A D | ResourcePressureView.h | 98 json::Value toJSON() const override;
|
| H A D | SummaryView.h | 91 json::Value toJSON() const override;
|
| H A D | InstructionView.cpp | 30 json::Value InstructionView::toJSON() const { in toJSON() function in llvm::mca::InstructionView
|
| H A D | TimelineView.h | 183 json::Value toJSON() const override;
|
| H A D | SummaryView.cpp | 100 json::Value SummaryView::toJSON() const { in toJSON() function in llvm::mca::SummaryView
|
| H A D | BottleneckAnalysis.h | 336 json::Value toJSON() const override { return "not implemented"; } in toJSON() function
|
| H A D | ResourcePressureView.cpp | 175 json::Value ResourcePressureView::toJSON() const { in toJSON() function in llvm::mca::ResourcePressureView
|
| H A D | TimelineView.cpp | 304 json::Value TimelineView::toJSON() const { in toJSON() function in llvm::mca::TimelineView
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/ |
| H A D | DIPrinter.cpp | 280 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 D | JSON.h | 86 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 D | jquery.js | 16 …{if(bF){bx[bE]=bw=++b.uuid}else{bw=bE}}if(!e[bw]){e[bw]={};if(!bF){e[bw].toJSON=b.noop}}if(typeof …
|