Searched refs:inline (Results 1 - 13 of 13) sorted by relevance

/gem5/src/mem/slicc/ast/
H A DExprAST.py37 def inline(self, get_type=False): member in class:ExprAST
H A DFuncCallExprAST.py59 format = "%s" % (self.exprs[1].inline())
64 str_list.append("%s" % self.exprs[i].inline())
78 format = "%s" % (self.exprs[0].inline())
83 str_list.append("%s" % self.exprs[i].inline())
98 code("APPEND_TRANSITION_COMMENT($0)", self.exprs[0].inline())
104 actual_type,param_code = expr.inline(True)
H A DIsValidPtrExprAST.py45 var_type, var_code = self.variable.inline(True);
H A DReturnStatementAST.py40 actual_type, ecode = self.expr_ast.inline(True)
H A DMemberExprAST.py41 return_type, gcode = self.expr_ast.inline(True)
H A DStaticCastAST.py41 actual_type, ecode = self.expr_ast.inline(True)
H A DExprStatementAST.py42 actual_type,rcode = self.expr.inline(True)
H A DEnqueueStatementAST.py66 ret_type, rcode = self.latexpr.inline(True)
H A DObjDeclAST.py66 rvalue_type,init_code = self.rvalue.inline(True)
H A DLocalVariableAST.py47 def inline(self, get_type=False): member in class:LocalVariableAST
H A DMethodCallExprAST.py48 return_type,tcode = expr_ast.inline(True)
/gem5/src/mem/slicc/symbols/
H A DFunc.py75 actual_type,param_code = expr.inline(True)
H A DStateMachine.py240 dflt_str = str(param.rvalue.inline()) + ', '

Completed in 14 milliseconds