/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | SetTheory.cpp | 52 Expr->getAsString()); in apply() 68 Expr->getAsString()); in apply() 87 Expr->getAsString()); in apply() 93 Expr->getAsString()); in apply() 104 Expr->getAsString()); in apply2() 116 Expr->getAsString()); in apply2() 151 Expr->getAsString()); in apply2() 183 Expr->getAsString()); in apply() 189 Expr->getAsString()); in apply() 196 PrintFatalError(Loc, "Format must be a string: " + Expr->getAsString()); in apply() [all …]
|
D | Record.cpp | 94 std::string BitsRecTy::getAsString() const { in getAsString() function in BitsRecTy 121 std::string StringRecTy::getAsString() const { in getAsString() function in StringRecTy 130 std::string ListRecTy::getAsString() const { in getAsString() function in ListRecTy 131 return "list<" + Ty->getAsString() + ">"; in getAsString() 146 std::string DagRecTy::getAsString() const { in getAsString() function in DagRecTy 202 std::string RecordRecTy::getAsString() const { in getAsString() function in RecordRecTy 411 std::string BitsInit::getAsString() const { in getAsString() function in BitsInit 416 Result += Bit->getAsString(); in getAsString() 468 std::string IntInit::getAsString() const { in getAsString() function in IntInit 669 std::string ListInit::getAsString() const { in getAsString() function in ListInit [all …]
|
D | TGParser.cpp | 106 RV.getValue()->getAsString()); in checkConcrete() 148 RV.getType()->getAsString() + "' is incompatible with " + in AddValue() 150 ERV->getType()->getAsString() + "'"); in AddValue() 217 InitType = (Twine("' of type '") + TI->getType()->getAsString()).str(); in SetValue() 219 "' of type '" + RV->getType()->getAsString() + in SetValue() 221 V->getAsString() + InitType + "'"); in SetValue() 388 List->getAsString() + "', expected a list"); in resolve() 455 Rec->getNameInit()->getAsString() + in addDefOne() 467 I->getType()->getAsString() + in addDefOne() 1165 ItemType->getAsString() + "', got '" + in ParseOperation() [all …]
|
D | JSONBackend.cpp | 77 obj["printable"] = I.getAsString(); in translateInit()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ |
D | Record.h | 78 virtual std::string getAsString() const = 0; 79 void print(raw_ostream &OS) const { OS << getAsString(); } in print() 112 std::string getAsString() const override { return "bit"; } in getAsString() function 132 std::string getAsString() const override; 152 std::string getAsString() const override { return "code"; } in getAsString() function 170 std::string getAsString() const override { return "int"; } in getAsString() function 188 std::string getAsString() const override; 210 std::string getAsString() const override; 230 std::string getAsString() const override; 271 std::string getAsString() const override; [all …]
|
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
D | JsonFormat.java | 1531 String typeUrl = typeUrlElement.getAsString(); in mergeAny() 1556 FieldMask value = FieldMaskUtil.fromJsonString(json.getAsString()); in mergeFieldMask() 1563 Timestamp value = Timestamps.parse(json.getAsString()); in mergeTimestamp() 1573 Duration value = Durations.parse(json.getAsString()); in mergeDuration() 1610 builder.setField(type.findFieldByName("string_value"), primitive.getAsString()); in mergeValue() 1743 return Integer.parseInt(json.getAsString()); in parseInt32() 1751 BigDecimal value = new BigDecimal(json.getAsString()); in parseInt32() 1760 return Long.parseLong(json.getAsString()); in parseInt64() 1768 BigDecimal value = new BigDecimal(json.getAsString()); in parseInt64() 1777 long result = Long.parseLong(json.getAsString()); in parseUint32() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/ |
D | Arg.cpp | 68 std::string Arg::getAsString(const ArgList &Args) const { in getAsString() function in Arg 70 return Alias->getAsString(Args); in getAsString()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | JSON.cpp | 57 return V->getAsString(); in getString() 192 return *L.getAsString() == *R.getAsString(); in operator ==() 613 quote(OS, *V.getAsString()); in value()
|
D | VersionTuple.cpp | 18 std::string VersionTuple::getAsString() const { in getAsString() function in VersionTuple
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Attributes.cpp | 276 std::string Attribute::getAsString(bool InAttrGrp) const { in getAsString() function in Attribute 695 std::string AttributeSet::getAsString(bool InAttrGrp) const { in getAsString() function in AttributeSet 696 return SetNode ? SetNode->getAsString(InAttrGrp) : ""; in getAsString() 711 dbgs() << getAsString(true) << " }\n"; in dump() 881 std::string AttributeSetNode::getAsString(bool InAttrGrp) const { in getAsString() function in AttributeSetNode 886 Str += I->getAsString(InAttrGrp); in getAsString() 1380 std::string AttributeList::getAsString(unsigned Index, bool InAttrGrp) const { in getAsString() function in AttributeList 1381 return getAttributes(Index).getAsString(InAttrGrp); in getAsString() 1413 dbgs() << " { " << i << " => " << getAsString(i) << " }\n"; in dump()
|
D | ModuleSummaryIndex.cpp | 263 std::string getAsString() const; 297 std::string Attributes::getAsString() const { in getAsString() function in Attributes 500 OS << " " << NodeId(ModId, SummaryIt.first) << " " << A.getAsString() in exportToDot()
|
D | AttributeImpl.h | 216 std::string getAsString(bool InAttrGrp) const;
|
D | AsmWriter.cpp | 1424 printEscapedString(CA->getAsString(), Out); in WriteConstantInternal() 3422 AttrStr += Attr.getAsString(); in printFunction() 3454 Out << Attrs.getAsString(AttributeList::ReturnIndex) << ' '; in printFunction() 3861 Out << ' ' << PAL.getAsString(AttributeList::ReturnIndex); in printInstruction() 3906 Out << ' ' << PAL.getAsString(AttributeList::ReturnIndex); in printInstruction() 3949 Out << ' ' << PAL.getAsString(AttributeList::ReturnIndex); in printInstruction() 4141 Out << Attr.getAsString(InAttrGroup); in writeAttribute() 4176 << I.first.getAsString(true) << " }\n"; in writeAllAttributeGroups()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Attributes.h | 174 std::string getAsString(bool InAttrGrp = false) const; 294 std::string getAsString(bool InAttrGrp = false) const; 642 std::string getAsString(unsigned Index, bool InAttrGrp = false) const;
|
D | Constants.h | 656 StringRef getAsString() const { 665 StringRef Str = getAsString();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/ |
D | Arg.h | 144 std::string getAsString(const ArgList &Args) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Attributes.h | 160 std::string getAsString(bool InAttrGrp = false) const; 370 std::string getAsString(unsigned Index, bool InAttrGrp = false) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVVMReflect.cpp | 158 StringRef ReflectArg = cast<ConstantDataSequential>(Operand)->getAsString(); in runOnFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | VersionTuple.h | 148 std::string getAsString() const;
|
D | JSON.h | 425 llvm::Optional<llvm::StringRef> getAsString() const { in getAsString() function 567 if (auto S = E.getAsString()) { in fromJSON()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-dlltool/ |
D | DlltoolDriver.cpp | 104 llvm::errs() << "ignoring unknown argument: " << Arg->getAsString(Args) in dlltoolDriverMain()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/ELF/ |
D | TBEHandler.cpp | 76 Out << Value.getAsString(); in output()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-lib/ |
D | LibDriver.cpp | 286 llvm::errs() << "ignoring unknown argument: " << Arg->getAsString(Args) in libDriverMain()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
D | gen_framework_sc.py | 328 def getAsString (self, separator): member in Variable 415 …\" of %s." % (index, self.alias.arguments[index].getAsString(' '), self.alias.name, argument.getAs… 977 for line in indentLines(['\t'+m.getAsString('\t')+';' for m in type.members]):
|
/third_party/node/deps/v8/tools/gcmole/ |
D | gcmole.cc | 64 std::cout << str << " " << type.getAsString() << std::endl; \ 108 return (type.getAsString() == STATE_TAG); in IsExternalVMState()
|