Searched refs:setFunctionCalled (Results 1 – 2 of 2) sorted by relevance
27 bool needToEmulate = mEmulator.setFunctionCalled(node->getFunction()); in visitUnary()42 bool needToEmulate = mEmulator.setFunctionCalled(node->getFunction()); in visitAggregate()105 bool BuiltInFunctionEmulator::setFunctionCalled(const TFunction *function) in setFunctionCalled() function in sh::BuiltInFunctionEmulator108 return setFunctionCalled(function->uniqueId().get()); in setFunctionCalled()111 bool BuiltInFunctionEmulator::setFunctionCalled(int uniqueId) in setFunctionCalled() function in sh::BuiltInFunctionEmulator127 setFunctionCalled((*dependency).second); in setFunctionCalled()
59 bool setFunctionCalled(const TFunction *function);60 bool setFunctionCalled(int uniqueId);