Searched defs:PythonPrintImpl (Results 1 – 1 of 1) sorted by relevance
120 struct PythonPrintImpl { struct121 using SourceRangeStack = std::vector<SourceRange>;122 SourceRangeStack source_range_stack_ = {SourceRange()};124 struct WithSourceRange {141 class TaggedStringStream {223 bool canInline(Value* v) { in canInline()268 Node* scanValue(Node* block_point, Value* v) { in scanValue()285 Node* previousNonConstant(Node* n) { in previousNonConstant()292 Node* scanNode(Node* n) { in scanNode()308 void scanBlock(Block* b) { in scanBlock()[all …]