Searched refs:Parenthesize (Results 1 – 9 of 9) sorted by relevance
62 void ActualArgument::Parenthesize() { in Parenthesize() function in Fortran::evaluate::ActualArgument63 u_ = evaluate::Parenthesize(std::move(DEREF(UnwrapExpr()))); in Parenthesize()
22 Expr<SomeType> Parenthesize(Expr<SomeType> &&expr) { in Parenthesize() function
124 void Parenthesize();
126 Expr<SomeType> Parenthesize(Expr<SomeType> &&);
701 static bool Parenthesize(TIntermNode &node) in Parenthesize() function738 return Parenthesize(*binaryNode->getLeft()); in Parenthesize()759 const bool emitParens = Parenthesize(node); in groupedTraverse()
189 2) Parenthesize the expression:
2285 return Parenthesize(std::move(*operand)); in Analyze()
903 o Parenthesize macro arguments more aggressively (07e9e9b)
410 testsuite: ffitest.h: Parenthesize the CHECK macro