Home | History | Annotate | Download | only in test_generator

Lines Matching defs:Declare

39     name      Name for the operand. It is used to declare variable names.
64 def Declare():
66 Generate code to declare the operand `struct Operands`.
110 def Declare(self):
112 Generate code to declare the operand as a single member in
153 def Declare(self):
156 `struct Operands`. Although we do need to declare all underlying operands.
158 return "\n".join([operand.Declare() for operand in self.operand_list])
197 name Name of the input. It is used to declare variable names.
226 def Declare():
228 Generate code to declare the input in `struct Inputs`.
291 Return the type name as used to declare and instantiate this input.
310 def Declare(self):
509 def Declare(self):
511 Declare the input as a two element array.