Home
last modified time | relevance | path

Searched refs:isUAddExp (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpression.h175 UAddExp* isUAddExp();
H A Dexpression.d1671 inout(UAddExp) isUAddExp() { return op == EXP.uadd ? cast(typeof(return))this : null; } in isUAddExp() function
H A Dexpressionsem.d7435 else if (auto ex = exp.e1.isUAddExp()) // (ident) +exp -> (ident + exp) in visit()