Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Parser/
Dunparse.cpp829 void Before(const Expr::UnaryPlus &) { Put("+"); } in Before()
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h1635 struct UnaryPlus : public IntrinsicUnary { struct