Home
last modified time | relevance | path

Searched defs:UnaryPlus (Results 1 – 2 of 2) sorted by relevance

/llvm-project/flang/lib/Parser/
H A Dunparse.cpp866 void Before(const Expr::UnaryPlus &) { Put("+"); } in Before() argument
/llvm-project/flang/include/flang/Parser/
H A Dparse-tree.h1682 struct UnaryPlus : public IntrinsicUnary { global() struct