/third_party/boost/boost/asio/ |
D | co_spawn.hpp | 220 template <typename ExecutionContext, typename T, typename AwaitableExecutor, 224 typename ExecutionContext::executor_type)> 227 co_spawn(ExecutionContext& ctx, awaitable<T, AwaitableExecutor> a, 230 typename ExecutionContext::executor_type), 232 is_convertible<ExecutionContext&, execution_context&>::value 233 && is_convertible<typename ExecutionContext::executor_type, 279 template <typename ExecutionContext, typename AwaitableExecutor, 283 typename ExecutionContext::executor_type)> 286 co_spawn(ExecutionContext& ctx, awaitable<void, AwaitableExecutor> a, 289 typename ExecutionContext::executor_type), [all …]
|
D | basic_socket_acceptor.hpp | 143 template <typename ExecutionContext> 144 explicit basic_socket_acceptor(ExecutionContext& context, in basic_socket_acceptor() argument 146 is_convertible<ExecutionContext&, execution_context&>::value in basic_socket_acceptor() 184 template <typename ExecutionContext> 185 basic_socket_acceptor(ExecutionContext& context, in basic_socket_acceptor() argument 188 is_convertible<ExecutionContext&, execution_context&>::value, in basic_socket_acceptor() 273 template <typename ExecutionContext> 274 basic_socket_acceptor(ExecutionContext& context, in basic_socket_acceptor() argument 277 is_convertible<ExecutionContext&, execution_context&>::value in basic_socket_acceptor() 338 template <typename ExecutionContext> [all …]
|
D | executor_work_guard.hpp | 232 template <typename ExecutionContext> 233 inline executor_work_guard<typename ExecutionContext::executor_type> 234 make_work_guard(ExecutionContext& ctx, in make_work_guard() argument 236 is_convertible<ExecutionContext&, execution_context&>::value in make_work_guard() 239 return executor_work_guard<typename ExecutionContext::executor_type>( in make_work_guard() 274 template <typename T, typename ExecutionContext> 276 typename ExecutionContext::executor_type>::type> 277 make_work_guard(const T& t, ExecutionContext& ctx, in make_work_guard() argument 288 is_convertible<ExecutionContext&, execution_context&>::value in make_work_guard() 292 typename ExecutionContext::executor_type>::type>( in make_work_guard() [all …]
|
D | basic_signal_set.hpp | 132 template <typename ExecutionContext> 133 explicit basic_signal_set(ExecutionContext& context, in basic_signal_set() argument 135 is_convertible<ExecutionContext&, execution_context&>::value, in basic_signal_set() 178 template <typename ExecutionContext> 179 basic_signal_set(ExecutionContext& context, int signal_number_1, in basic_signal_set() argument 181 is_convertible<ExecutionContext&, execution_context&>::value, in basic_signal_set() 236 template <typename ExecutionContext> 237 basic_signal_set(ExecutionContext& context, int signal_number_1, in basic_signal_set() argument 240 is_convertible<ExecutionContext&, execution_context&>::value, in basic_signal_set() 305 template <typename ExecutionContext> [all …]
|
D | dispatch.hpp | 104 template <typename ExecutionContext, 107 typename ExecutionContext::executor_type)> 109 ExecutionContext& ctx, 112 typename ExecutionContext::executor_type), 114 ExecutionContext&, execution_context&>::value>::type = 0);
|
D | defer.hpp | 113 template <typename ExecutionContext, 116 typename ExecutionContext::executor_type)> 118 ExecutionContext& ctx, 121 typename ExecutionContext::executor_type), 123 ExecutionContext&, execution_context&>::value>::type = 0);
|
D | post.hpp | 109 template <typename ExecutionContext, 112 typename ExecutionContext::executor_type)> 114 ExecutionContext& ctx, 117 typename ExecutionContext::executor_type), 119 ExecutionContext&, execution_context&>::value>::type = 0);
|
D | basic_seq_packet_socket.hpp | 108 template <typename ExecutionContext> 109 explicit basic_seq_packet_socket(ExecutionContext& context, in basic_seq_packet_socket() argument 111 is_convertible<ExecutionContext&, execution_context&>::value in basic_seq_packet_socket() 150 template <typename ExecutionContext> 151 basic_seq_packet_socket(ExecutionContext& context, in basic_seq_packet_socket() argument 154 is_convertible<ExecutionContext&, execution_context&>::value, in basic_seq_packet_socket() 198 template <typename ExecutionContext> 199 basic_seq_packet_socket(ExecutionContext& context, in basic_seq_packet_socket() argument 202 is_convertible<ExecutionContext&, execution_context&>::value in basic_seq_packet_socket() 243 template <typename ExecutionContext> [all …]
|
/third_party/boost/libs/asio/include/boost/asio/ |
D | co_spawn.hpp | 220 template <typename ExecutionContext, typename T, typename AwaitableExecutor, 224 typename ExecutionContext::executor_type)> 227 co_spawn(ExecutionContext& ctx, awaitable<T, AwaitableExecutor> a, 230 typename ExecutionContext::executor_type), 232 is_convertible<ExecutionContext&, execution_context&>::value 233 && is_convertible<typename ExecutionContext::executor_type, 279 template <typename ExecutionContext, typename AwaitableExecutor, 283 typename ExecutionContext::executor_type)> 286 co_spawn(ExecutionContext& ctx, awaitable<void, AwaitableExecutor> a, 289 typename ExecutionContext::executor_type), [all …]
|
D | basic_socket_acceptor.hpp | 143 template <typename ExecutionContext> 144 explicit basic_socket_acceptor(ExecutionContext& context, in basic_socket_acceptor() argument 146 is_convertible<ExecutionContext&, execution_context&>::value in basic_socket_acceptor() 184 template <typename ExecutionContext> 185 basic_socket_acceptor(ExecutionContext& context, in basic_socket_acceptor() argument 188 is_convertible<ExecutionContext&, execution_context&>::value, in basic_socket_acceptor() 273 template <typename ExecutionContext> 274 basic_socket_acceptor(ExecutionContext& context, in basic_socket_acceptor() argument 277 is_convertible<ExecutionContext&, execution_context&>::value in basic_socket_acceptor() 338 template <typename ExecutionContext> [all …]
|
D | executor_work_guard.hpp | 232 template <typename ExecutionContext> 233 inline executor_work_guard<typename ExecutionContext::executor_type> 234 make_work_guard(ExecutionContext& ctx, in make_work_guard() argument 236 is_convertible<ExecutionContext&, execution_context&>::value in make_work_guard() 239 return executor_work_guard<typename ExecutionContext::executor_type>( in make_work_guard() 274 template <typename T, typename ExecutionContext> 276 typename ExecutionContext::executor_type>::type> 277 make_work_guard(const T& t, ExecutionContext& ctx, in make_work_guard() argument 288 is_convertible<ExecutionContext&, execution_context&>::value in make_work_guard() 292 typename ExecutionContext::executor_type>::type>( in make_work_guard() [all …]
|
D | basic_signal_set.hpp | 132 template <typename ExecutionContext> 133 explicit basic_signal_set(ExecutionContext& context, in basic_signal_set() argument 135 is_convertible<ExecutionContext&, execution_context&>::value, in basic_signal_set() 178 template <typename ExecutionContext> 179 basic_signal_set(ExecutionContext& context, int signal_number_1, in basic_signal_set() argument 181 is_convertible<ExecutionContext&, execution_context&>::value, in basic_signal_set() 236 template <typename ExecutionContext> 237 basic_signal_set(ExecutionContext& context, int signal_number_1, in basic_signal_set() argument 240 is_convertible<ExecutionContext&, execution_context&>::value, in basic_signal_set() 305 template <typename ExecutionContext> [all …]
|
D | defer.hpp | 113 template <typename ExecutionContext, 116 typename ExecutionContext::executor_type)> 118 ExecutionContext& ctx, 121 typename ExecutionContext::executor_type), 123 ExecutionContext&, execution_context&>::value>::type = 0);
|
D | post.hpp | 109 template <typename ExecutionContext, 112 typename ExecutionContext::executor_type)> 114 ExecutionContext& ctx, 117 typename ExecutionContext::executor_type), 119 ExecutionContext&, execution_context&>::value>::type = 0);
|
D | dispatch.hpp | 104 template <typename ExecutionContext, 107 typename ExecutionContext::executor_type)> 109 ExecutionContext& ctx, 112 typename ExecutionContext::executor_type), 114 ExecutionContext&, execution_context&>::value>::type = 0);
|
D | basic_seq_packet_socket.hpp | 108 template <typename ExecutionContext> 109 explicit basic_seq_packet_socket(ExecutionContext& context, in basic_seq_packet_socket() argument 111 is_convertible<ExecutionContext&, execution_context&>::value in basic_seq_packet_socket() 150 template <typename ExecutionContext> 151 basic_seq_packet_socket(ExecutionContext& context, in basic_seq_packet_socket() argument 154 is_convertible<ExecutionContext&, execution_context&>::value, in basic_seq_packet_socket() 198 template <typename ExecutionContext> 199 basic_seq_packet_socket(ExecutionContext& context, in basic_seq_packet_socket() argument 202 is_convertible<ExecutionContext&, execution_context&>::value in basic_seq_packet_socket() 243 template <typename ExecutionContext> [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 60 struct ExecutionContext { struct 70 ExecutionContext() : CurFunction(nullptr), CurBB(nullptr), CurInst(nullptr) {} in ExecutionContext() argument 81 std::vector<ExecutionContext> ECStack; 189 gep_type_iterator E, ExecutionContext &SF); 195 void SwitchToNewBasicBlock(BasicBlock *Dest, ExecutionContext &SF); 201 GenericValue getConstantExprValue(ConstantExpr *CE, ExecutionContext &SF); 202 GenericValue getOperandValue(Value *V, ExecutionContext &SF); 204 ExecutionContext &SF); 206 ExecutionContext &SF); 208 ExecutionContext &SF); [all …]
|
/third_party/vk-gl-cts/framework/randomshaders/ |
D | rsgExecutionContext.cpp | 45 ExecutionContext::ExecutionContext (const Sampler2DMap& samplers2D, const SamplerCubeMap& samplersC… in ExecutionContext() function in rsg::ExecutionContext 54 ExecutionContext::~ExecutionContext (void) in ~ExecutionContext() 61 ExecValueAccess ExecutionContext::getValue (const Variable* variable) in getValue() 74 const Sampler2D& ExecutionContext::getSampler2D (const Variable* sampler) const in getSampler2D() 83 const SamplerCube& ExecutionContext::getSamplerCube (const Variable* sampler) const in getSamplerCube() 92 void ExecutionContext::andExecutionMask (ExecConstValueAccess value) in andExecutionMask() 104 void ExecutionContext::pushExecutionMask (ExecConstValueAccess value) in pushExecutionMask() 111 void ExecutionContext::popExecutionMask (void) in popExecutionMask() 116 ExecConstValueAccess ExecutionContext::getExecutionMask (void) const in getExecutionMask()
|
D | rsgExecutionContext.hpp | 60 class ExecutionContext class 63 ExecutionContext (const Sampler2DMap& samplers2D, const SamplerCubeMap& samplersCube); 64 ~ExecutionContext (void); 78 ExecutionContext (const ExecutionContext& other); 79 ExecutionContext& operator= (const ExecutionContext& other);
|
D | rsgExpression.hpp | 60 virtual void evaluate (ExecutionContext& ctx) = DE_NULL; 76 void evaluate (ExecutionContext& ctx); 118 void evaluate (ExecutionContext& ctx) { DE_UNREF(ctx); } in evaluate() 136 void evaluate (ExecutionContext& ctx) { DE_UNREF(ctx); } in evaluate() 155 void evaluate (ExecutionContext& ctx) { DE_UNREF(ctx); } in evaluate() 173 void evaluate (ExecutionContext& ctx); 198 void evaluate (ExecutionContext& ctx); 221 void evaluate (ExecutionContext& execCtx) { m_child->evaluate(execCtx); } in evaluate() 240 void evaluate (ExecutionContext& execCtx); 262 void evaluate (ExecutionContext& execCtx);
|
D | rsgStatement.hpp | 45 virtual void execute (ExecutionContext& execCtx) const = DE_NULL; 63 void execute (ExecutionContext& execCtx) const; 79 void execute (ExecutionContext& execCtx) const; 99 void execute (ExecutionContext& execCtx) const; 120 void execute (ExecutionContext& execCtx) const; 146 void execute (ExecutionContext& execCtx) const;
|
/third_party/boost/libs/asio/include/boost/asio/windows/ |
D | overlapped_ptr.hpp | 53 template <typename ExecutionContext, typename Handler> 54 explicit overlapped_ptr(ExecutionContext& context, in overlapped_ptr() argument 57 is_convertible<ExecutionContext&, execution_context&>::value in overlapped_ptr() 88 template <typename ExecutionContext, typename Handler> 89 void reset(ExecutionContext& context, BOOST_ASIO_MOVE_ARG(Handler) handler, in reset() argument 91 is_convertible<ExecutionContext&, execution_context&>::value in reset()
|
/third_party/boost/boost/asio/windows/ |
D | overlapped_ptr.hpp | 53 template <typename ExecutionContext, typename Handler> 54 explicit overlapped_ptr(ExecutionContext& context, in overlapped_ptr() argument 57 is_convertible<ExecutionContext&, execution_context&>::value in overlapped_ptr() 88 template <typename ExecutionContext, typename Handler> 89 void reset(ExecutionContext& context, BOOST_ASIO_MOVE_ARG(Handler) handler, in reset() argument 91 is_convertible<ExecutionContext&, execution_context&>::value in reset()
|
/third_party/boost/boost/asio/impl/ |
D | co_spawn.hpp | 230 template <typename ExecutionContext, typename T, typename AwaitableExecutor, 235 co_spawn(ExecutionContext& ctx, in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 238 is_convertible<ExecutionContext&, execution_context&>::value in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 239 && is_convertible<typename ExecutionContext::executor_type, in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 247 template <typename ExecutionContext, typename AwaitableExecutor, 252 co_spawn(ExecutionContext& ctx, in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 255 is_convertible<ExecutionContext&, execution_context&>::value in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 256 && is_convertible<typename ExecutionContext::executor_type, in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 281 template <typename ExecutionContext, typename F, 286 co_spawn(ExecutionContext& ctx, F&& f, CompletionToken&& token, in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() [all …]
|
/third_party/boost/libs/asio/include/boost/asio/impl/ |
D | co_spawn.hpp | 230 template <typename ExecutionContext, typename T, typename AwaitableExecutor, 235 co_spawn(ExecutionContext& ctx, in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 238 is_convertible<ExecutionContext&, execution_context&>::value in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 239 && is_convertible<typename ExecutionContext::executor_type, in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 247 template <typename ExecutionContext, typename AwaitableExecutor, 252 co_spawn(ExecutionContext& ctx, in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 255 is_convertible<ExecutionContext&, execution_context&>::value in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 256 && is_convertible<typename ExecutionContext::executor_type, in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 281 template <typename ExecutionContext, typename F, 286 co_spawn(ExecutionContext& ctx, F&& f, CompletionToken&& token, in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() [all …]
|