Home
last modified time | relevance | path

Searched defs:op_code_arg (Results 1 – 3 of 3) sorted by relevance

/dports/science/dynare/dynare-4.6.4/preprocessor/src/
H A DCodeInterpreter.hh269 TagWithoutArgument(uint8_t op_code_arg) : op_code{op_code_arg} in TagWithoutArgument()
288 TagWithOneArgument(uint8_t op_code_arg) : op_code{op_code_arg} in TagWithOneArgument()
292 TagWithOneArgument(uint8_t op_code_arg, T1 arg_arg1) : op_code{op_code_arg}, arg1{arg_arg1} in TagWithOneArgument()
312 TagWithTwoArguments(uint8_t op_code_arg) : op_code{op_code_arg} in TagWithTwoArguments()
316 …TagWithTwoArguments(uint8_t op_code_arg, T1 arg_arg1, T2 arg_arg2) : op_code{op_code_arg}, arg1{ar… in TagWithTwoArguments()
337 TagWithThreeArguments(uint8_t op_code_arg) : op_code{op_code_arg} in TagWithThreeArguments()
341 …TagWithThreeArguments(uint8_t op_code_arg, T1 arg_arg1, T2 arg_arg2, T3 arg_arg3) : op_code{op_cod… in TagWithThreeArguments()
363 TagWithFourArguments(uint8_t op_code_arg) : op_code{op_code_arg} in TagWithFourArguments()
367 …TagWithFourArguments(uint8_t op_code_arg, T1 arg_arg1, T2 arg_arg2, T3 arg_arg3, T4 arg_arg4) : op… in TagWithFourArguments()
H A DExprNode.cc2130 UnaryOpNode::UnaryOpNode(DataTree &datatree_arg, int idx_arg, UnaryOpcode op_code_arg, const expr_t… in UnaryOpNode()
3987BinaryOpcode op_code_arg, const expr_t arg2_arg, int powerDerivOrder_arg) : in BinaryOpNode()
6062TrinaryOpcode op_code_arg, const expr_t arg2_arg, const expr_t arg3_arg) : in TrinaryOpNode()
/dports/science/dynare/dynare-4.6.4/preprocessor/src/macro/
H A DExpressions.hh540 UnaryOp(codes::UnaryOp op_code_arg, in UnaryOp()
560 BinaryOp(codes::BinaryOp op_code_arg, in BinaryOp()
582 TrinaryOp(codes::TrinaryOp op_code_arg, in TrinaryOp()