Home
last modified time | relevance | path

Searched defs:Perform (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-generated-actions.h75 static Result Perform(Impl* impl, const ::std::tuple<>& args) { in Perform() function
83 static Result Perform(Impl* impl, const ::std::tuple<A0>& args) { in Perform() function
91 static Result Perform(Impl* impl, const ::std::tuple<A0, A1>& args) { in Perform() function
99 static Result Perform(Impl* impl, const ::std::tuple<A0, A1, A2>& args) { in Perform() function
107 static Result Perform(Impl* impl, const ::std::tuple<A0, A1, A2, A3>& args) { in Perform() function
115 static Result Perform(Impl* impl, const ::std::tuple<A0, A1, A2, A3, in Perform() function
125 static Result Perform(Impl* impl, const ::std::tuple<A0, A1, A2, A3, A4, in Perform() function
135 static Result Perform(Impl* impl, const ::std::tuple<A0, A1, A2, A3, A4, A5, in Perform() function
145 static Result Perform(Impl* impl, const ::std::tuple<A0, A1, A2, A3, A4, A5, in Perform() function
155 static Result Perform(Impl* impl, const ::std::tuple<A0, A1, A2, A3, A4, A5, in Perform() function
[all …]
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaInit.cpp7985 ExprResult InitializationSequence::Perform(Sema &S, in Perform() function in InitializationSequence