Searched refs:PrintExpr (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | StmtPrinter.cpp | 106 PrintExpr(cast<Expr>(S)); in PrintInitStmt() 134 void PrintExpr(Expr *E) { in PrintExpr() function in __anon7ba585bd0111::StmtPrinter 274 PrintExpr(Node->getLHS()); in VisitCaseStmt() 277 PrintExpr(Node->getRHS()); in VisitCaseStmt() 328 PrintExpr(If->getCond()); in PrintRawIfStmt() 370 PrintExpr(Node->getCond()); in VisitSwitchStmt() 380 PrintExpr(Node->getCond()); in VisitWhileStmt() 397 PrintExpr(Node->getCond()); in VisitDoStmt() 410 PrintExpr(Node->getCond()); in VisitForStmt() 414 PrintExpr(Node->getInc()); in VisitForStmt() [all …]
|
H A D | ASTDiagnostic.cpp | 1538 PrintExpr(FromExpr, ToExpr, Tree.FromDefault(), Tree.ToDefault(), in TreeToString() 1753 void PrintExpr(const Expr *FromExpr, const Expr *ToExpr, bool FromDefault, in PrintExpr() function in __anon44eed8fe0111::TemplateDiff 1758 PrintExpr(FromExpr); in PrintExpr() 1762 PrintExpr(FromExpr); in PrintExpr() 1767 PrintExpr(FromExpr); in PrintExpr() 1771 PrintExpr(ToExpr); in PrintExpr() 1778 void PrintExpr(const Expr *E) { in PrintExpr() function in __anon44eed8fe0111::TemplateDiff 1860 PrintExpr(E); in PrintAPSInt() 1880 PrintExpr(E); in PrintAPSInt() 1925 PrintExpr(E); in PrintValueDecl() [all …]
|
/freebsd/contrib/llvm-project/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() function 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 <<()
|