Searched refs:UnaryPlus (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | StmtVisitor.h | 93 case UO_Plus: DISPATCH(UnaryPlus, UnaryOperator); in Visit()
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | expr-parsers.cpp | 97 construct<Expr>(construct<Expr::UnaryPlus>("+" >> primary))), 169 construct<Expr>(construct<Expr::UnaryPlus>("+" >> addOperand)) || in Parse()
|
| H A D | unparse.cpp | 849 void Before(const Expr::UnaryPlus &) { Put("+"); } in Before() argument
|
| /llvm-project-15.0.7/flang/include/flang/Semantics/ |
| H A D | expression.h | 277 MaybeExpr Analyze(const parser::Expr::UnaryPlus &);
|
| /llvm-project-15.0.7/flang/include/flang/Parser/ |
| H A D | dump-parse-tree.h | 297 NODE(Expr, UnaryPlus) in NODE()
|
| H A D | parse-tree.h | 1644 struct UnaryPlus : public IntrinsicUnary { struct 1736 UnaryPlus, Negate, NOT, PercentLoc, DefinedUnary, Power, Multiply, Divide,
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | expression.cpp | 2713 MaybeExpr ExpressionAnalyzer::Analyze(const parser::Expr::UnaryPlus &x) { in Analyze()
|