Changes in src/Common/PassVisitor.impl.h [665f432:033ff37]
- File:
-
- 1 edited
-
src/Common/PassVisitor.impl.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Common/PassVisitor.impl.h
r665f432 r033ff37 2452 2452 2453 2453 indexerScopedAccept( node->result , *this ); 2454 maybeAccept_impl ( node->inout , *this ); 2454 2455 maybeAccept_impl ( node->constraint, *this ); 2455 2456 maybeAccept_impl ( node->operand , *this ); … … 2463 2464 2464 2465 indexerScopedAccept( node->result , *this ); 2466 maybeAccept_impl ( node->inout , *this ); 2465 2467 maybeAccept_impl ( node->constraint, *this ); 2466 2468 maybeAccept_impl ( node->operand , *this ); … … 2475 2477 indexerScopedMutate( node->env , *this ); 2476 2478 indexerScopedMutate( node->result , *this ); 2479 maybeMutate_impl ( node->inout , *this ); 2477 2480 maybeMutate_impl ( node->constraint, *this ); 2478 2481 maybeMutate_impl ( node->operand , *this );
Note:
See TracChangeset
for help on using the changeset viewer.