Searched refs:isUAddExp (Results 1 – 3 of 3) sorted by relevance
175 UAddExp* isUAddExp();
1671 inout(UAddExp) isUAddExp() { return op == EXP.uadd ? cast(typeof(return))this : null; } in isUAddExp() function
7435 else if (auto ex = exp.e1.isUAddExp()) // (ident) +exp -> (ident + exp) in visit()