Home
last modified time | relevance | path

Searched refs:Parenthesize (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/flang/lib/Evaluate/
Dcall.cpp62 void ActualArgument::Parenthesize() { in Parenthesize() function in Fortran::evaluate::ActualArgument
63 u_ = evaluate::Parenthesize(std::move(DEREF(UnwrapExpr()))); in Parenthesize()
Dtools.cpp22 Expr<SomeType> Parenthesize(Expr<SomeType> &&expr) { in Parenthesize() function
/external/llvm-project/flang/include/flang/Evaluate/
Dcall.h124 void Parenthesize();
Dtools.h126 Expr<SomeType> Parenthesize(Expr<SomeType> &&);
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DEmitMetal.cpp701 static bool Parenthesize(TIntermNode &node) in Parenthesize() function
738 return Parenthesize(*binaryNode->getLeft()); in Parenthesize()
759 const bool emitParens = Parenthesize(node); in groupedTraverse()
/external/catch2/docs/
Dassertions.md189 2) Parenthesize the expression:
/external/llvm-project/flang/lib/Semantics/
Dexpression.cpp2285 return Parenthesize(std::move(*operand)); in Analyze()
/external/libevent/
DChangeLog-2.0903 o Parenthesize macro arguments more aggressively (07e9e9b)
/external/python/cpython2/Modules/_ctypes/libffi/
DChangeLog410 testsuite: ffitest.h: Parenthesize the CHECK macro