Searched refs:arguments (Results 1 - 5 of 5) sorted by relevance

/gem5/src/python/m5/util/
H A Dpybind.py78 arguments = [ '"${{self.name}}"', '&${cname}::${{self.cxx_name}}' ]
80 arguments.append('pybind11::return_value_policy::'
91 arguments.extend(list([ get_arg_decl(a) for a in self.args ]))
92 code('.' + self.method_def + '(' + ', '.join(arguments) + ')')
/gem5/src/python/m5/
H A Dmain.py49 __all__ = [ 'options', 'arguments', 'main' ]
168 arguments = options.parse_args()
169 return options,arguments
232 options, arguments = parse_options()
234 options, arguments = args
236 raise TypeError("main() takes 0 or 2 arguments (%d given)" % len(args))
350 if not arguments or not os.path.isfile(arguments[0]):
351 if arguments and not os.path.isfile(arguments[
[all...]
/gem5/ext/systemc/src/sysc/qt/md/
H A Dhppa.s169 ; Next, call the user's function with all arguments.
170 ; We don't know whether arguments are integers, 32-bit floating-points or
172 ; with garbage arguments. The thread creator provided non-garbage for
173 ; the arguments that the callee actually uses, so the callee never gets
191 ; Because the startup function may damage the fixed arguments
H A Dksr1.s301 # Call the integer blocking routine, passing the arguments passed to us
/gem5/ext/googletest/googletest/src/
H A Dgtest-death-test.cc902 // Utility class for accumulating command-line arguments.
920 void AddArguments(const ::std::vector<Str>& arguments) { argument
921 for (typename ::std::vector<Str>::const_iterator i = arguments.begin();
922 i != arguments.end();
935 // A struct that encompasses the arguments to the child process of a
938 char* const* argv; // Command-line arguments for the child's call to exec

Completed in 13 milliseconds