Home
last modified time | relevance | path

Searched refs:operandExpr (Results 1 – 3 of 3) sorted by relevance

/dports/devel/binaryen/binaryen-version_98/src/
H A Dbinaryen-c.cpp1696 assert(operandExpr); in BinaryenCallSetOperandAt()
1703 assert(operandExpr); in BinaryenCallAppendOperand()
1714 assert(operandExpr); in BinaryenCallInsertOperandAt()
1767 assert(operandExpr); in BinaryenCallIndirectSetOperandAt()
1776 assert(operandExpr); in BinaryenCallIndirectAppendOperand()
1787 assert(operandExpr); in BinaryenCallIndirectInsertOperandAt()
2939 assert(operandExpr); in BinaryenThrowSetOperandAt()
2946 assert(operandExpr); in BinaryenThrowAppendOperand()
2957 assert(operandExpr); in BinaryenThrowInsertOperandAt()
3032 assert(operandExpr); in BinaryenTupleMakeSetOperandAt()
[all …]
H A Dbinaryen-c.h1064 BinaryenExpressionRef operandExpr);
1068 BinaryenExpressionRef expr, BinaryenExpressionRef operandExpr);
1075 BinaryenExpressionRef operandExpr);
1108 BinaryenExpressionRef operandExpr);
1112 BinaryenExpressionRef expr, BinaryenExpressionRef operandExpr);
1119 BinaryenExpressionRef operandExpr);
1799 BinaryenExpressionRef expr, BinaryenExpressionRef operandExpr);
1806 BinaryenExpressionRef operandExpr);
1853 BinaryenExpressionRef operandExpr);
1857 BinaryenExpressionRef expr, BinaryenExpressionRef operandExpr);
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp7241 expr* operandExpr = pop_nodestack(); in begin_visit() local
7242 operandExpr = wrap_in_atomization(operandExpr); in begin_visit()
7243 operandExpr = theExprManager->create_fo_expr(theRootSctx, loc, in begin_visit()
7246 operandExpr); in begin_visit()
7248 condOperands.push_back(operandExpr); in begin_visit()