Searched refs:PrintExpr (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/AST/ |
D | StmtPrinter.cpp | 77 void PrintExpr(Expr *E) { in PrintExpr() function in __anon1740256a0111::StmtPrinter 152 PrintExpr(Node->getLHS()); in VisitCaseStmt() 155 PrintExpr(Node->getRHS()); in VisitCaseStmt() 185 PrintExpr(If->getCond()); in PrintRawIfStmt() 225 PrintExpr(Node->getCond()); in VisitSwitchStmt() 244 PrintExpr(Node->getCond()); in VisitWhileStmt() 261 PrintExpr(Node->getCond()); in VisitDoStmt() 271 PrintExpr(cast<Expr>(Node->getInit())); in VisitForStmt() 276 PrintExpr(Node->getCond()); in VisitForStmt() 281 PrintExpr(Node->getInc()); in VisitForStmt() [all …]
|
D | ASTDiagnostic.cpp | 1440 PrintExpr(FromExpr, ToExpr, Tree.FromDefault(), Tree.ToDefault(), in TreeToString() 1639 void PrintExpr(const Expr *FromExpr, const Expr *ToExpr, bool FromDefault, in PrintExpr() function in __anon31b017eb0111::TemplateDiff 1644 PrintExpr(FromExpr); in PrintExpr() 1648 PrintExpr(FromExpr); in PrintExpr() 1653 PrintExpr(FromExpr); in PrintExpr() 1657 PrintExpr(ToExpr); in PrintExpr() 1664 void PrintExpr(const Expr *E) { in PrintExpr() function in __anon31b017eb0111::TemplateDiff 1745 PrintExpr(E); in PrintAPSInt() 1765 PrintExpr(E); in PrintAPSInt() 1802 PrintExpr(E); in PrintValueDecl()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonConstExtenders.cpp | 417 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 <<()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/ |
D | toy.cpp | 675 auto PrintExpr = in ParseTopLevelExpr() local 682 std::move(PrintExpr)); in ParseTopLevelExpr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/ |
D | toy.cpp | 686 auto PrintExpr = in ParseTopLevelExpr() local 693 std::move(PrintExpr)); in ParseTopLevelExpr()
|