Home | History | Annotate | Download | only in Analyses

Lines Matching refs:StreamType

383 template <typename Self, typename StreamType>
395 static void print(const SExpr *E, StreamType &SS) {
403 void newline(StreamType &SS) {
460 void printBlockLabel(StreamType & SS, const BasicBlock *BB, int index) {
474 void printSExpr(const SExpr *E, StreamType &SS, unsigned P, bool Sub=true) {
501 void printNull(StreamType &SS) {
505 void printFuture(const Future *E, StreamType &SS) {
509 void printUndefined(const Undefined *E, StreamType &SS) {
513 void printWildcard(const Wildcard *E, StreamType &SS) {
518 void printLiteralT(const LiteralT<T> *E, StreamType &SS) {
522 void printLiteralT(const LiteralT<uint8_t> *E, StreamType &SS) {
526 void printLiteral(const Literal *E, StreamType &SS) {
608 void printLiteralPtr(const LiteralPtr *E, StreamType &SS) {
612 void printVariable(const Variable *V, StreamType &SS, bool IsVarDecl=false) {
619 void printFunction(const Function *E, StreamType &SS, unsigned sugared = 0) {
644 void printSFunction(const SFunction *E, StreamType &SS) {
651 void printCode(const Code *E, StreamType &SS) {
658 void printField(const Field *E, StreamType &SS) {
665 void printApply(const Apply *E, StreamType &SS, bool sugared = false) {
679 void printSApply(const SApply *E, StreamType &SS) {
688 void printProject(const Project *E, StreamType &SS) {
716 void printCall(const Call *E, StreamType &SS) {
728 void printAlloc(const Alloc *E, StreamType &SS) {
733 void printLoad(const Load *E, StreamType &SS) {
739 void printStore(const Store *E, StreamType &SS) {
745 void printArrayIndex(const ArrayIndex *E, StreamType &SS) {
752 void printArrayAdd(const ArrayAdd *E, StreamType &SS) {
758 void printUnaryOp(const UnaryOp *E, StreamType &SS) {
763 void printBinaryOp(const BinaryOp *E, StreamType &SS) {
769 void printCast(const Cast *E, StreamType &SS) {
781 void printSCFG(const SCFG *E, StreamType &SS) {
791 void printBBInstr(const SExpr *E, StreamType &SS) {
807 void printBasicBlock(const BasicBlock *E, StreamType &SS) {
828 void printPhi(const Phi *E, StreamType &SS) {
843 void printGoto(const Goto *E, StreamType &SS) {
848 void printBranch(const Branch *E, StreamType &SS) {
857 void printReturn(const Return *E, StreamType &SS) {
862 void printIdentifier(const Identifier *E, StreamType &SS) {
866 void printIfThenElse(const IfThenElse *E, StreamType &SS) {
883 void printLet(const Let *E, StreamType &SS) {