Searched refs:other_values_do (Results 1 – 10 of 10) sorted by relevance
589 virtual void other_values_do(ValueVisitor* f) { /* usually no other - override on demand */ } in other_values_do() function in Instruction590 … values_do(ValueVisitor* f) { input_values_do(f); state_values_do(f); other_values_do(f); } in values_do()
591 virtual void other_values_do(ValueVisitor* f) { /* usually no other - override on demand */ } in other_values_do() function in Instruction592 … values_do(ValueVisitor* f) { input_values_do(f); state_values_do(f); other_values_do(f); } in values_do()
586 virtual void other_values_do(ValueVisitor* f) { /* usually no other - override on demand */ } in other_values_do() function in Instruction587 … values_do(ValueVisitor* f) { input_values_do(f); state_values_do(f); other_values_do(f); } in values_do()
599 virtual void other_values_do(ValueVisitor* f) { /* usually no other - override on demand */ } in other_values_do() function in Instruction600 … values_do(ValueVisitor* f) { input_values_do(f); state_values_do(f); other_values_do(f); } in values_do()