Home
last modified time | relevance | path

Searched refs:PrintExpr (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtPrinter.cpp104 PrintExpr(cast<Expr>(S)); in PrintInitStmt()
131 void PrintExpr(Expr *E) { in PrintExpr() function in __anonb8d8be080111::StmtPrinter
209 PrintExpr(Node->getLHS()); in VisitCaseStmt()
212 PrintExpr(Node->getRHS()); in VisitCaseStmt()
244 PrintExpr(If->getCond()); in PrintRawIfStmt()
286 PrintExpr(Node->getCond()); in VisitSwitchStmt()
296 PrintExpr(Node->getCond()); in VisitWhileStmt()
313 PrintExpr(Node->getCond()); in VisitDoStmt()
324 PrintExpr(Node->getCond()); in VisitForStmt()
328 PrintExpr(Node->getInc()); in VisitForStmt()
[all …]
H A DASTDiagnostic.cpp1480 PrintExpr(FromExpr, ToExpr, Tree.FromDefault(), Tree.ToDefault(), in TreeToString()
1679 void PrintExpr(const Expr *FromExpr, const Expr *ToExpr, bool FromDefault, in PrintExpr() function in __anon9bd150090111::TemplateDiff
1684 PrintExpr(FromExpr); in PrintExpr()
1688 PrintExpr(FromExpr); in PrintExpr()
1693 PrintExpr(FromExpr); in PrintExpr()
1697 PrintExpr(ToExpr); in PrintExpr()
1704 void PrintExpr(const Expr *E) { in PrintExpr() function in __anon9bd150090111::TemplateDiff
1786 PrintExpr(E); in PrintAPSInt()
1806 PrintExpr(E); in PrintAPSInt()
1850 PrintExpr(E); in PrintValueDecl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp417 friend struct PrintExpr;
422 friend raw_ostream &operator<< (raw_ostream &OS, const struct PrintExpr &P);
458 struct PrintExpr { struct
459 PrintExpr(const HCE::ExtExpr &E, const HexagonRegisterInfo &I) in PrintExpr() argument
466 raw_ostream &operator<< (raw_ostream &OS, const PrintExpr &P) { in operator <<()
486 << PrintExpr(P.ExtI.second, P.HRI) << ']'; in operator <<()
501 OS << " = " << PrintExpr(ED.Expr, HRI); in operator <<()