Searched refs:PrintExpr (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | StmtPrinter.cpp | 106 PrintExpr(cast<Expr>(S)); in PrintInitStmt() 134 void PrintExpr(Expr *E) { in PrintExpr() function in __anondc2244d40111::StmtPrinter 273 PrintExpr(Node->getLHS()); in VisitCaseStmt() 276 PrintExpr(Node->getRHS()); in VisitCaseStmt() 324 PrintExpr(If->getCond()); in PrintRawIfStmt() 366 PrintExpr(Node->getCond()); in VisitSwitchStmt() 376 PrintExpr(Node->getCond()); in VisitWhileStmt() 393 PrintExpr(Node->getCond()); in VisitDoStmt() 404 PrintExpr(Node->getCond()); in VisitForStmt() 408 PrintExpr(Node->getInc()); in VisitForStmt() [all …]
|
| H A D | ASTDiagnostic.cpp | 1515 PrintExpr(FromExpr, ToExpr, Tree.FromDefault(), Tree.ToDefault(), in TreeToString() 1730 void PrintExpr(const Expr *FromExpr, const Expr *ToExpr, bool FromDefault, in PrintExpr() function in __anonb797b9d50111::TemplateDiff 1735 PrintExpr(FromExpr); in PrintExpr() 1739 PrintExpr(FromExpr); in PrintExpr() 1744 PrintExpr(FromExpr); in PrintExpr() 1748 PrintExpr(ToExpr); in PrintExpr() 1755 void PrintExpr(const Expr *E) { in PrintExpr() function in __anonb797b9d50111::TemplateDiff 1837 PrintExpr(E); in PrintAPSInt() 1857 PrintExpr(E); in PrintAPSInt() 1901 PrintExpr(E); in PrintValueDecl()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonConstExtenders.cpp | 419 friend struct PrintExpr; 424 friend raw_ostream &operator<< (raw_ostream &OS, const struct PrintExpr &P); 460 struct PrintExpr { struct 461 PrintExpr(const HCE::ExtExpr &E, const HexagonRegisterInfo &I) in PrintExpr() argument 468 raw_ostream &operator<< (raw_ostream &OS, const PrintExpr &P) { in operator <<() 488 << PrintExpr(P.ExtI.second, P.HRI) << ']'; in operator <<() 503 OS << " = " << PrintExpr(ED.Expr, HRI); in operator <<()
|