Searched refs:argument (Results 1 - 4 of 4) sorted by relevance

/gem5/src/base/
H A Dcoroutine.test.cc48 * it doesn't start since the second argument of the constructor
83 * coroutine which takes an integer as an argument.
95 int argument;
98 argument = yield.get();
99 ASSERT_EQ(argument, expected);
113 * which takes no argument and returns integers.
/gem5/ext/googletest/googlemock/scripts/
H A Dgmock_doctor.py273 the header that defines it, or change the argument to be passed
290 The argument you gave to Truly() is an overloaded function. Please tell
313 r'couldn\'t infer template argument \'FunctionImpl\'')
341 The second argument you gave to Invoke() is an overloaded method. Please
367 The first argument to ON_CALL() and EXPECT_CALL() must be a mock *object*,
369 '%(mock_object)s' as your first argument.
452 + _GCC_FILE_LINE_RE + r'error: template argument 1 is invalid\n')
458 r'.*error: template argument 1 is invalid\n')
465 r'.*error: template argument 1 is invalid\n'
/gem5/ext/googletest/googletest/src/
H A Dgtest-death-test.cc520 // members which have previously been set, and one argument:
915 void AddArgument(const char* argument) { argument
916 args_.insert(args_.end() - 1, posix::StrDup(argument));
1168 // by the "test" argument to its address. If the test should be
/gem5/ext/systemc/src/sysc/qt/md/
H A Dksr1.s154 # Switch to the stack passed in as fourth argument to the block
156 # argument (%i2). Note that the address of the helper's constant
254 # the new stack is passed in as an argument, we don't load the EFP

Completed in 8 milliseconds