Home
last modified time | relevance | path

Searched defs:Arg1 (Results 1 – 25 of 39) sorted by relevance

12

/third_party/boost/boost/multiprecision/detail/
Det_ops.hpp26 inline BOOST_CONSTEXPR const detail::expression<tag, Arg1, Arg2, Arg3, Arg4> operator+(const detail… in operator +() argument
42 inline BOOST_MP_CXX14_CONSTEXPR detail::expression<detail::negate, detail::expression<tag, Arg1, Ar… in operator -() argument
60 operator~(const detail::expression<tag, Arg1, Arg2, Arg3, Arg4>& v) { return detail::expression<det… in operator ~() argument
120 operator+(const number<B, ET>& a, const detail::expression<tag, Arg1, Arg2, Arg3, Arg4>& b) in operator +() argument
127 operator+(number<B, ET>&& a, const detail::expression<tag, Arg1, Arg2, Arg3, Arg4>& b) in operator +() argument
134 operator+(const detail::expression<tag, Arg1, Arg2, Arg3, Arg4>& a, const number<B, ET>& b) in operator +() argument
141 operator+(const detail::expression<tag, Arg1, Arg2, Arg3, Arg4>& a, number<B, ET>&& b) in operator +() argument
148 operator+(const detail::expression<tag, Arg1, Arg2, Arg3, Arg4>& a, const detail::expression<tag2, … in operator +() argument
154 operator+(const detail::expression<tag, Arg1, Arg2, Arg3, Arg4>& a, const V& b) in operator +() argument
160 operator+(const V& a, const detail::expression<tag, Arg1, Arg2, Arg3, Arg4>& b) in operator +() argument
[all …]
Dprecision.hpp65 inline BOOST_CONSTEXPR unsigned current_precision_of(const expression<tag, Arg1, void, void, void>&… in current_precision_of() argument
71 inline BOOST_CONSTEXPR unsigned current_precision_of(const expression<terminal, Arg1, void, void, v… in current_precision_of() argument
77 inline BOOST_CONSTEXPR unsigned current_precision_of(const expression<tag, Arg1, Arg2, void, void>&… in current_precision_of() argument
83 inline BOOST_CONSTEXPR unsigned current_precision_of(const expression<tag, Arg1, Arg2, Arg3, void>&… in current_precision_of() argument
/third_party/boost/libs/asio/include/boost/asio/detail/
Dbind_handler.hpp200 binder2<Handler, Arg1, Arg2>* this_handler) in asio_handler_allocate() argument
214 binder2<Handler, Arg1, Arg2>* this_handler) in asio_handler_deallocate() argument
225 binder2<Handler, Arg1, Arg2>* this_handler) in asio_handler_is_continuation() argument
234 binder2<Handler, Arg1, Arg2>* this_handler) in asio_handler_invoke() argument
246 binder2<Handler, Arg1, Arg2>* this_handler) in asio_handler_invoke() argument
325 binder3<Handler, Arg1, Arg2, Arg3>* this_handler) in asio_handler_allocate() argument
339 binder3<Handler, Arg1, Arg2, Arg3>* this_handler) in asio_handler_deallocate() argument
350 binder3<Handler, Arg1, Arg2, Arg3>* this_handler) in asio_handler_is_continuation() argument
360 binder3<Handler, Arg1, Arg2, Arg3>* this_handler) in asio_handler_invoke() argument
373 binder3<Handler, Arg1, Arg2, Arg3>* this_handler) in asio_handler_invoke() argument
[all …]
/third_party/boost/boost/asio/detail/
Dbind_handler.hpp200 binder2<Handler, Arg1, Arg2>* this_handler) in asio_handler_allocate() argument
214 binder2<Handler, Arg1, Arg2>* this_handler) in asio_handler_deallocate() argument
225 binder2<Handler, Arg1, Arg2>* this_handler) in asio_handler_is_continuation() argument
234 binder2<Handler, Arg1, Arg2>* this_handler) in asio_handler_invoke() argument
246 binder2<Handler, Arg1, Arg2>* this_handler) in asio_handler_invoke() argument
325 binder3<Handler, Arg1, Arg2, Arg3>* this_handler) in asio_handler_allocate() argument
339 binder3<Handler, Arg1, Arg2, Arg3>* this_handler) in asio_handler_deallocate() argument
350 binder3<Handler, Arg1, Arg2, Arg3>* this_handler) in asio_handler_is_continuation() argument
360 binder3<Handler, Arg1, Arg2, Arg3>* this_handler) in asio_handler_invoke() argument
373 binder3<Handler, Arg1, Arg2, Arg3>* this_handler) in asio_handler_invoke() argument
[all …]
/third_party/boost/boost/flyweight/
Dserialize.hpp37 Archive& ar,::boost::flyweights::flyweight<T,Arg1,Arg2,Arg3>& f, in serialize() argument
48 Archive& ar,const ::boost::flyweights::flyweight<T,Arg1,Arg2,Arg3>& f, in save() argument
70 Archive& ar,::boost::flyweights::flyweight<T,Arg1,Arg2,Arg3>& f, in load() argument
/third_party/boost/libs/beast/test/beast/http/
Dmessage.cpp27 struct Arg1 struct in boost::beast::http::message_test
29 bool moved = false;
33 Arg1() in Arg1() function
37 Arg1(Arg1&& other) in Arg1() function
/third_party/json/test/thirdparty/Fuzzer/
DFuzzerTracePC.cpp247 void TracePC::HandleCmp(void *PC, T Arg1, T Arg2) { in HandleCmp()
280 void __sanitizer_cov_trace_cmp8(uint64_t Arg1, uint64_t Arg2) { in __sanitizer_cov_trace_cmp8()
284 void __sanitizer_cov_trace_cmp4(uint32_t Arg1, uint32_t Arg2) { in __sanitizer_cov_trace_cmp4()
288 void __sanitizer_cov_trace_cmp2(uint16_t Arg1, uint16_t Arg2) { in __sanitizer_cov_trace_cmp2()
292 void __sanitizer_cov_trace_cmp1(uint8_t Arg1, uint8_t Arg2) { in __sanitizer_cov_trace_cmp1()
/third_party/protobuf/src/google/protobuf/stubs/
Dcallback.h438 inline Closure* NewCallback(void (*function)(Arg1), in NewCallback()
445 inline Closure* NewPermanentCallback(void (*function)(Arg1), in NewPermanentCallback()
452 inline Closure* NewCallback(Class* object, void (Class::*method)(Arg1), in NewCallback()
459 inline Closure* NewPermanentCallback(Class* object, void (Class::*method)(Arg1), in NewPermanentCallback()
466 inline Closure* NewCallback(void (*function)(Arg1, Arg2), in NewCallback()
474 inline Closure* NewPermanentCallback(void (*function)(Arg1, Arg2), in NewPermanentCallback()
482 inline Closure* NewCallback(Class* object, void (Class::*method)(Arg1, Arg2), in NewCallback()
491 Class* object, void (Class::*method)(Arg1, Arg2), in NewPermanentCallback()
/third_party/boost/boost/algorithm/string/
Dpredicate.hpp372 const Range1T& Arg1, in lexicographical_compare()
393 const Range1T& Arg1, in lexicographical_compare()
417 const Range1T& Arg1, in ilexicographical_compare()
/third_party/boost/libs/compute/test/
Dtest_lambda.cpp82 void check_lambda_result(const Expr &, const Arg1 &) in check_lambda_result()
96 void check_lambda_result(const Expr &, const Arg1 &, const Arg2 &) in check_lambda_result()
110 void check_lambda_result(const Expr &, const Arg1 &, const Arg2 &, const Arg3 &) in check_lambda_result()
/third_party/boost/boost/multiprecision/
Dmiller_rabin.hpp207 bool miller_rabin_test(const detail::expression<tag, Arg1, Arg2, Arg3, Arg4>& n, unsigned trials, E… in miller_rabin_test() argument
214 bool miller_rabin_test(const detail::expression<tag, Arg1, Arg2, Arg3, Arg4>& n, unsigned trials) in miller_rabin_test() argument
Dnumber.hpp193 …pename boost::enable_if_c<is_convertible<typename detail::expression<tag, Arg1, Arg2, Arg3, Arg4>:… in operator =() argument
216 BOOST_MP_CXX14_CONSTEXPR number& assign(const detail::expression<tag, Arg1, Arg2, Arg3, Arg4>& e) in assign() argument
299 …BOOST_MP_CXX14_CONSTEXPR number(const detail::expression<tag, Arg1, Arg2, Arg3, Arg4>& e, typename… in number() argument
307 … explicit BOOST_MP_CXX14_CONSTEXPR number(const detail::expression<tag, Arg1, Arg2, Arg3, Arg4>& e, in number() argument
351 …pename boost::enable_if_c<is_convertible<typename detail::expression<tag, Arg1, Arg2, Arg3, Arg4>:… in operator +=() argument
369 … number& operator+=(const detail::expression<detail::multiply_immediates, Arg1, Arg2, Arg3, Arg4>&… in operator +=() argument
427 …pename boost::enable_if_c<is_convertible<typename detail::expression<tag, Arg1, Arg2, Arg3, Arg4>:… in operator -=() argument
453 … number& operator-=(const detail::expression<detail::multiply_immediates, Arg1, Arg2, Arg3, Arg4>&… in operator -=() argument
502 …pename boost::enable_if_c<is_convertible<typename detail::expression<tag, Arg1, Arg2, Arg3, Arg4>:… in operator *=() argument
551 …pename boost::enable_if_c<is_convertible<typename detail::expression<tag, Arg1, Arg2, Arg3, Arg4>:… in operator %=() argument
[all …]
/third_party/boost/boost/compute/lambda/
Dmake_pair.hpp27 typedef typename proto::result_of::child_c<Expr, 1>::type Arg1; typedef
Dcontext.hpp236 const invoked_binary_expression<Expr, Arg1, Arg2> &expr) in operator <<() argument
/third_party/boost/libs/compute/include/boost/compute/lambda/
Dmake_pair.hpp27 typedef typename proto::result_of::child_c<Expr, 1>::type Arg1; typedef
Dcontext.hpp236 const invoked_binary_expression<Expr, Arg1, Arg2> &expr) in operator <<() argument
/third_party/boost/boost/pool/
Dobject_pool.hpp157 element_type * construct(Arg1&, ... ArgN&) in construct() argument
/third_party/boost/libs/concept_check/test/
Dstl_concept_covering.cpp476 typedef null_archetype<int> Arg1; in main() typedef
629 typedef null_archetype<int> Arg1; in main() typedef
653 typedef null_archetype<int> Arg1; in main() typedef
676 typedef null_archetype<int> Arg1; in main() typedef
706 typedef null_archetype<int> Arg1; in main() typedef
735 typedef null_archetype<int> Arg1; in main() typedef
898 typedef null_archetype<int> Arg1; in main() typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp363 auto Arg1 = II.getArgOperand(1); in simplifyX86immShift() local
553 Value *Arg1 = II.getArgOperand(1); in simplifyX86pack() local
1766 Value *Arg0 = Call.getArgOperand(0), *Arg1 = Call.getArgOperand(1); in canonicalizeConstantArg0ToArg1() local
2029 Value *Arg1 = II->getArgOperand(1); in visitCallInst() local
2062 Value *Arg1 = II->getArgOperand(1); in visitCallInst() local
2089 Value *Arg1 = SI->getRHS(); in visitCallInst() local
2167 Value *Arg1 = II->getArgOperand(1); in visitCallInst() local
2671 Value *Arg1 = II->getArgOperand(1); in visitCallInst() local
2693 Value *Arg1 = II->getArgOperand(1); in visitCallInst() local
2730 Value *Arg1 = II->getArgOperand(1); in visitCallInst() local
[all …]
/third_party/boost/libs/compute/include/boost/compute/types/
Dcomplex.hpp103 const invoked_complex_multiplies<Arg1, Arg2, T> &expr) in operator <<()
/third_party/boost/boost/compute/types/
Dcomplex.hpp103 const invoked_complex_multiplies<Arg1, Arg2, T> &expr) in operator <<()
/third_party/boost/boost/lambda/detail/
Dret.hpp287 make_void(const Arg1&) { in make_void()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DStripSymbols.cpp260 Value *Arg1 = CI->getArgOperand(0); in runOnModule() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAutoUpgrade.cpp1698 Value *Arg1 = CI->getArgOperand(1); in UpgradeIntrinsicCall() local
1725 Value *Arg1 = CI->getArgOperand(1); in UpgradeIntrinsicCall() local
1743 Value *Arg1 = CI->getArgOperand(1); in UpgradeIntrinsicCall() local
1762 Value *Arg1 = CI->getArgOperand(1); in UpgradeIntrinsicCall() local
3461 Value *Arg1 = CI->getArgOperand(1); in UpgradeIntrinsicCall() local
3469 Value *Arg1 = CI->getArgOperand(1); in UpgradeIntrinsicCall() local
3636 Value *Arg1 = CI->getArgOperand(1); in UpgradeIntrinsicCall() local
/third_party/boost/boost/
Dfunctional.hpp560 explicit pointer_to_binary_function(Result (*f)(Arg1, Arg2)) in pointer_to_binary_function()
575 inline pointer_to_binary_function<Arg1,Arg2,Result> ptr_fun(Result (*f)(Arg1, Arg2)) in ptr_fun()

12