Searched defs:createUnaryPlus (Results 1 – 2 of 2) sorted by relevance
129 ExpressionType createUnaryPlus(ExpressionType) { return UnaryExpr; } in createUnaryPlus() function
147 …ExpressionNode* createUnaryPlus(ExpressionNode* expr) { return new (m_globalData) UnaryPlusNode(m_… in createUnaryPlus() function