Searched refs:PrintExpr (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtPrinter.cpp | 105 PrintExpr(cast<Expr>(S)); in PrintInitStmt() 135 void PrintExpr(Expr *E) { in PrintExpr() function in __anon7ba585bd0111::StmtPrinter 279 PrintExpr(Node->getLHS()); in VisitCaseStmt() 282 PrintExpr(Node->getRHS()); in VisitCaseStmt() 333 PrintExpr(If->getCond()); in PrintRawIfStmt() 375 PrintExpr(Node->getCond()); in VisitSwitchStmt() 385 PrintExpr(Node->getCond()); in VisitWhileStmt() 402 PrintExpr(Node->getCond()); in VisitDoStmt() 415 PrintExpr(Node->getCond()); in VisitForStmt() 419 PrintExpr(Node->getInc()); in VisitForStmt() [all …]
|
| H A D | ASTDiagnostic.cpp | 1577 PrintExpr(FromExpr, ToExpr, Tree.FromDefault(), Tree.ToDefault(), in TreeToString() 1792 void PrintExpr(const Expr *FromExpr, const Expr *ToExpr, bool FromDefault, in PrintExpr() function in __anon44eed8fe0111::TemplateDiff 1797 PrintExpr(FromExpr); in PrintExpr() 1801 PrintExpr(FromExpr); in PrintExpr() 1806 PrintExpr(FromExpr); in PrintExpr() 1810 PrintExpr(ToExpr); in PrintExpr() 1817 void PrintExpr(const Expr *E) { in PrintExpr() function in __anon44eed8fe0111::TemplateDiff 1899 PrintExpr(E); in PrintAPSInt() 1919 PrintExpr(E); in PrintAPSInt() 1970 PrintExpr(E); in PrintValueDecl() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonConstExtenders.cpp | 406 friend struct PrintExpr; 411 friend raw_ostream &operator<< (raw_ostream &OS, const struct PrintExpr &P); 447 struct PrintExpr { struct 448 PrintExpr(const HCE::ExtExpr &E, const HexagonRegisterInfo &I) in PrintExpr() function 455 raw_ostream &operator<< (raw_ostream &OS, const PrintExpr &P) { in operator <<() 475 << PrintExpr(P.ExtI.second, P.HRI) << ']'; in operator <<() 490 OS << " = " << PrintExpr(ED.Expr, HRI); in operator <<()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 10792 …tPrinter9PrintExprEPN5clang4ExprE", "(anonymous namespace)::StmtPrinter::PrintExpr(clang::Expr*)"},
|