Searched refs:SaveArg (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroInstr.h | 492 enum { SaveArg, FinalArg }; enumerator 496 Value *Arg = getArgOperand(SaveArg); in getCoroSave()
|
| /freebsd-14.2/contrib/googletest/docs/reference/ |
| H A D | actions.md | 27 | `SaveArg<N>(pointer)` | Save the `N`-th (0-based) argument to `*pointer`. |
|
| /freebsd-14.2/contrib/googletest/googlemock/test/ |
| H A D | gmock-more-actions_test.cc | 61 using testing::SaveArg; 473 const Action<void(int n)> a1 = SaveArg<0>(&result); in TEST() 480 const Action<void(bool, char)> a1 = SaveArg<1>(&result); in TEST()
|
| H A D | gmock-spec-builders_test.cc | 2524 ON_CALL(a, DoA).WillByDefault(SaveArg<0>(&do_a_arg0)); in TEST() 2526 ON_CALL(a, DoA(47)).WillByDefault(SaveArg<0>(&do_a_47_arg0)); in TEST()
|
| /freebsd-14.2/contrib/googletest/docs/ |
| H A D | gmock_cook_book.md | 1679 SaveArg actions to [save the values for later verification](#SaveArgVerify). If 1948 .WillOnce(DoAll(SaveArg<1>(&actual_array), SaveArg<2>(&actual_proto))); 2081 using ::testing::SaveArg; 2090 .WillRepeatedly(SaveArg<0>(&previous_value)); 2836 Many built-in actions (`WithArgs`, `WithoutArgs`,`DeleteArg`, `SaveArg`, ...)
|
| /freebsd-14.2/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-actions.h | 2016 internal::SaveArgAction<k, Ptr> SaveArg(Ptr pointer) {
|