HomeSort by: relevance | last modified time | path
    Searched refs:getAsString (Results 1 - 25 of 184) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/external/apache2/llvm/dist/clang/lib/AST/
InheritViz.cpp 44 Out << "digraph \"" << llvm::DOT::EscapeString(Type.getAsString())
79 std::string TypeName = Type.getAsString();
85 if (TypeName != CanonType.getAsString()) {
86 Out << "\\n(" << CanonType.getAsString() << ")";
142 Self.getAsString(), "dot", FD, Filename)) {
  /src/external/apache2/llvm/dist/llvm/lib/TableGen/
SetTheory.cpp 52 Expr->getAsString());
68 Expr->getAsString());
87 Expr->getAsString());
93 Expr->getAsString());
104 Expr->getAsString());
116 Expr->getAsString());
151 Expr->getAsString());
183 Expr->getAsString());
189 Expr->getAsString());
196 PrintFatalError(Loc, "Format must be a string: " + Expr->getAsString());
    [all...]
Record.cpp 90 std::string BitsRecTy::getAsString() const {
112 std::string StringRecTy::getAsString() const {
121 std::string ListRecTy::getAsString() const {
122 return "list<" + ElementTy->getAsString() + ">";
137 std::string DagRecTy::getAsString() const {
193 std::string RecordRecTy::getAsString() const {
399 std::string BitsInit::getAsString() const {
404 Result += Bit->getAsString();
456 std::string IntInit::getAsString() const {
510 return StringInit::get(getAsString());
    [all...]
TGParser.cpp 108 RV.getValue()->getAsString());
150 RV.getType()->getAsString() + "' is incompatible with " +
152 ERV->getType()->getAsString() + "'");
219 InitType = (Twine("' of type '") + TI->getType()->getAsString()).str();
221 "' of type '" + RV->getType()->getAsString() +
223 V->getAsString() + InitType + "'");
401 List->getAsString() + "', expected a list");
483 Rec->getNameInit()->getAsString() +
498 I->getType()->getAsString() +
1188 ItemType->getAsString() + "', got '"
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DataCollection.h 49 addDataToConsumer(DataConsumer, QT.getAsString());
  /src/external/apache2/llvm/dist/clang/lib/Driver/
OptionUtils.cpp 27 << A->getAsString(Args) << A->getValue();
ToolChain.cpp 566 getDriver().Diag(diag::err_drv_invalid_linker_name) << A->getAsString(Args);
611 getDriver().Diag(diag::err_drv_invalid_linker_name) << A->getAsString(Args);
770 << A->getAsString(Args);
806 << A->getAsString(Args);
831 << A->getAsString(Args);
1055 << MSCVersion->getAsString(Args)
1056 << MSCompatibilityVersion->getAsString(Args);
1065 << MSCompatibilityVersion->getAsString(Args)
1077 << MSCVersion->getAsString(Args) << MSCVersion->getValue();
1131 << A->getAsString(Args)
    [all...]
XRayArgs.cpp 85 D.Diag(clang::diag::err_drv_invalid_value) << A->getAsString(Args) << S;
192 D.Diag(clang::diag::err_drv_invalid_value) << A->getAsString(Args) << S;
201 D.Diag(clang::diag::err_drv_invalid_value) << A->getAsString(Args) << S;
InputInfo.h 92 /// getAsString - Return a string name for this input, for
94 std::string getAsString() const {
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
SubtargetFeatureInfo.cpp 123 std::string CombineType = D->getOperator()->getAsString();
137 if (NotArg->getOperator()->getAsString() != "not" ||
146 OS << "FB[" << TargetName << "::" << Arg->getAsString() << "]";
WebAssemblyDisassemblerEmitter.cpp 68 ->getAsString() == "1";
73 Def.getValue("IsCanonical")->getValue()->getAsString() == "1";
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CheckObjCInstMethSignature.cpp 59 << ResDerived.getAsString()
64 << ResAncestor.getAsString()
ObjCPropertyChecker.cpp 52 .getAsString());
ObjCMissingSuperCallChecker.cpp 205 os << "The '" << S.getAsString()
207 << *D << "' is missing a [super " << S.getAsString() << "] call";
  /src/external/apache2/llvm/dist/llvm/lib/Support/
VersionTuple.cpp 21 std::string VersionTuple::getAsString() const {
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/Arch/
ARM.cpp 71 D.Diag(clang::diag::err_drv_clang_unsupported) << A->getAsString(Args);
80 D.Diag(clang::diag::err_drv_clang_unsupported) << A->getAsString(Args);
123 D.Diag(clang::diag::err_drv_clang_unsupported) << A->getAsString(Args);
139 D.Diag(clang::diag::err_drv_clang_unsupported) << A->getAsString(Args);
161 D.Diag(diag::err_drv_missing_arg_mtp) << A->getAsString(Args);
163 D.Diag(diag::err_drv_invalid_mtp) << A->getAsString(Args);
288 << ABIArg->getAsString(Args) << Triple.getTriple();
381 D.Diag(diag::err_drv_invalid_mfloat_abi) << A->getAsString(Args);
487 << CPUArg->getAsString(Args);
497 << ArchArg->getAsString(Args)
    [all...]
SystemZ.cpp 27 << Args.getLastArg(options::OPT_mfloat_abi_EQ)->getAsString(Args);
  /src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
Record.h 80 virtual std::string getAsString() const = 0;
81 void print(raw_ostream &OS) const { OS << getAsString(); }
114 std::string getAsString() const override { return "bit"; }
134 std::string getAsString() const override;
154 std::string getAsString() const override { return "int"; }
172 std::string getAsString() const override;
194 std::string getAsString() const override;
214 std::string getAsString() const override;
255 std::string getAsString() const override;
343 void print(raw_ostream &OS) const { OS << getAsString(); }
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Option/
Arg.cpp 68 std::string Arg::getAsString(const ArgList &Args) const {
70 return Alias->getAsString(Args);
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
SyncScope.h 40 /// Update getAsString.
50 inline llvm::StringRef getAsString(SyncScope S) {
  /src/external/apache2/llvm/dist/clang/lib/Basic/
ObjCRuntime.cpp 23 std::string ObjCRuntime::getAsString() const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Option/
Arg.h 83 /// * Use `getAsString()` to get a string suitable for printing an Arg in
144 std::string getAsString(const ArgList &Args) const;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
CodeCompleteConsumer.cpp 311 std::string CodeCompletionString::getAsString() const {
318 OS << "{#" << C.Optional->getAsString() << "#}";
541 OS << "PREFERRED-TYPE: " << Context.getPreferredType().getAsString()
568 OS << " : " << CCS->getAsString();
583 OS << " : " << CCS->getAsString();
588 OS << "Pattern : " << Results[I].Pattern->getAsString();
614 // by "clang -cc1 -code-completion-at", since CodeCompletionString::getAsString
749 Saved = Name.getAsString();
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 102 return "symbol of type '" + S->getType().getAsString() +
116 return "metadata of type '" + S->getType().getAsString() + "' tied to " +
172 OS << "element of type '" << R->getElementType().getAsString()
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
DynamicType.cpp 212 Out << '\"' << ToPrint.getAsString() << "\", \"sub_classable\": "
220 return Out << "\"from\": \"" << DCI.from().getAsString() << "\", \"to\": \""
221 << DCI.to().getAsString() << "\", \"kind\": \""

Completed in 32 milliseconds

1 2 3 4 5 6 7 8