Changes in src/Common/PassVisitor.impl.h [74e3263:033ff37]
- File:
-
- 1 edited
-
src/Common/PassVisitor.impl.h (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Common/PassVisitor.impl.h
r74e3263 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 ); … … 3302 3305 VISIT_START( node ); 3303 3306 3304 indexerAdd Union( node->name );3307 indexerAddStruct( node->name ); 3305 3308 3306 3309 { … … 3317 3320 VISIT_START( node ); 3318 3321 3319 indexerAdd Union( node->name );3322 indexerAddStruct( node->name ); 3320 3323 3321 3324 { … … 3332 3335 MUTATE_START( node ); 3333 3336 3334 indexerAdd Union( node->name );3337 indexerAddStruct( node->name ); 3335 3338 3336 3339 {
Note:
See TracChangeset
for help on using the changeset viewer.