Home
last modified time | relevance | path

Searched refs:State (Results 1 – 25 of 3416) sorted by relevance

12345678910>>...137

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DBlockVerifier.cpp15 constexpr unsigned long long mask(BlockVerifier::State S) { in mask()
19 constexpr std::size_t number(BlockVerifier::State S) { in number()
23 StringRef recordToString(BlockVerifier::State R) { in recordToString()
25 case BlockVerifier::State::BufferExtents: in recordToString()
27 case BlockVerifier::State::NewBuffer: in recordToString()
29 case BlockVerifier::State::WallClockTime: in recordToString()
31 case BlockVerifier::State::PIDEntry: in recordToString()
33 case BlockVerifier::State::NewCPUId: in recordToString()
35 case BlockVerifier::State::TSCWrap: in recordToString()
37 case BlockVerifier::State::CustomEvent: in recordToString()
[all …]
/third_party/grpc/src/core/lib/json/
Djson_reader.cc50 enum class State { enum in grpc_core::__anon8feeacfd0111::JsonReader
115 State state_ = State::GRPC_JSON_STATE_VALUE_BEGIN;
260 return (stack_.empty() && (state_ == State::GRPC_JSON_STATE_END || in IsComplete()
261 state_ == State::GRPC_JSON_STATE_VALUE_END)); in IsComplete()
293 case State::GRPC_JSON_STATE_OBJECT_KEY_BEGIN: in Run()
294 case State::GRPC_JSON_STATE_OBJECT_KEY_END: in Run()
295 case State::GRPC_JSON_STATE_VALUE_BEGIN: in Run()
296 case State::GRPC_JSON_STATE_VALUE_END: in Run()
297 case State::GRPC_JSON_STATE_END: in Run()
300 case State::GRPC_JSON_STATE_OBJECT_KEY_STRING: in Run()
[all …]
/third_party/boost/boost/proto/transform/
Dimpl.hpp113 …template<typename Expr, typename State> …
115 …typename boost::proto::detail::apply_transform<transform_type(Expr &, State &)>::result_type …
116 …operator ()(Expr &e, State &s) const …
119 …return boost::proto::detail::apply_transform<transform_type(Expr &, State &)>()(e, s, d); …
122 …template<typename Expr, typename State> …
124 …typename boost::proto::detail::apply_transform<transform_type(Expr const &, State &)>::result_type…
125 …operator ()(Expr const &e, State &s) const …
128 …return boost::proto::detail::apply_transform<transform_type(Expr const &, State &)>()(e, s, d); …
131 …template<typename Expr, typename State> …
133 …typename boost::proto::detail::apply_transform<transform_type(Expr &, State const &)>::result_type…
[all …]
Dcall.hpp118 template<typename Expr, typename State, typename Data, bool B>
120 : transform_impl<Expr, State, Data>
136 template<typename Expr, typename State, typename Data>
137 struct impl2<Expr, State, Data, true>
138 : Fun::template impl<Expr, State, Data>
155 template<typename Expr, typename State, typename Data>
157 : impl2<Expr, State, Data, detail::is_transform_<Fun>::value>
167 template<typename Expr, typename State, typename Data, bool B>
169 : transform_impl<Expr, State, Data>
171 typedef typename when<_, A0>::template impl<Expr, State, Data>::result_type a0;
[all …]
/third_party/boost/boost/proto/transform/detail/preprocessed/
Ddefault_function_impl.hpp9 template<typename Grammar, typename Expr, typename State, typename Data>
10 struct default_function_impl<Grammar, Expr, State, Data, 3>
11 : transform_impl<Expr, State, Data>
13State, Data>::result_type r0; typedef typename result_of::child_c< Expr, 1>::type e1; typedef type…
38 … return typename Grammar::template impl<e0, State, Data>()( proto::child_c< 0>( e), s, d )( in invoke()
39 …ame Grammar::template impl<e1, State, Data>()( proto::child_c< 1>( e), s, d ) , typename Grammar::… in invoke()
52 …BOOST_PROTO_GET_POINTER(class_type, (typename Grammar::template impl<e1, State, Data>()( proto::ch… in invoke()
53 typename Grammar::template impl<e0, State, Data>()( proto::child_c< 0>( e), s, d ) in invoke()
54 )(typename Grammar::template impl<e2, State, Data>()( proto::child_c< 2>( e), s, d )); in invoke()
57 template<typename Grammar, typename Expr, typename State, typename Data>
[all …]
Dmake.hpp55 template<typename Expr, typename State, typename Data>
56 struct impl : transform_impl<Expr, State, Data>
59 typedef typename detail::make_if_<Object, Expr, State, Data>::type result_type;
86 , typename Expr, typename State, typename Data
90 , Expr, State, Data
94 R<typename make_if_<A0, Expr, State, Data> ::type>
95 , (make_if_<A0, Expr, State, Data> ::applied || false)
101 , typename Expr, typename State, typename Data
105 , Expr, State, Data
109 typedef R<typename make_if_<A0, Expr, State, Data> ::type> type;
[all …]
Dpass_through_impl.hpp10 template<typename Grammar, typename Domain, typename Expr, typename State, typename Data>
11 struct pass_through_impl<Grammar, Domain, Expr, State, Data, 1>
12 : transform_impl<Expr, State, Data>
27 …proto_child0::template impl< typename result_of::child_c<Expr, 0>::type , State , Data >::result_t…
42 …proto_child0::template impl< typename result_of::child_c<Expr, 0>::type , State , Data >()( e.prot… in BOOST_PROTO_RETURN_TYPE_STRICT_LOOSE()
51 template<typename Grammar, typename Domain, typename Expr, typename State, typename Data>
52 struct pass_through_impl<Grammar, Domain, Expr, State, Data, 2>
53 : transform_impl<Expr, State, Data>
68 …, 0>::type , State , Data >::result_type , typename Grammar::proto_child1::template impl< typename…
83 … , State , Data >()( e.proto_base().child0, s, d ) , typename Grammar::proto_child1::template impl… in BOOST_PROTO_RETURN_TYPE_STRICT_LOOSE()
[all …]
/third_party/boost/boost/fusion/algorithm/iteration/detail/preprocessed/
Dreverse_fold.hpp19 template<int SeqSize, typename It, typename State, typename F, typename = void
27 template<typename It, typename State, typename F>
28 struct result_of_it_reverse_fold<0,It,State,F
29 , typename boost::enable_if_has_type<BOOST_FUSION_FOLD_IMPL_ENABLER(State)>::type
35 typedef typename State::type type;
37 template<int SeqSize, typename It, typename State, typename F>
38 struct result_of_it_reverse_fold<SeqSize,It,State,F
44 typename boost::disable_if_c<SeqSize == 0, State>::type::type
46 BOOST_FUSION_FOLD_IMPL_ENABLER(State)
58 typename add_reference<typename State::type>::type,
[all …]
Dreverse_iter_fold.hpp19 template<int SeqSize, typename It, typename State, typename F, typename = void
27 template<typename It, typename State, typename F>
28 struct result_of_it_reverse_iter_fold<0,It,State,F
29 , typename boost::enable_if_has_type<BOOST_FUSION_FOLD_IMPL_ENABLER(State)>::type
35 typedef typename State::type type;
37 template<int SeqSize, typename It, typename State, typename F>
38 struct result_of_it_reverse_iter_fold<SeqSize,It,State,F
44 typename boost::disable_if_c<SeqSize == 0, State>::type::type
46 BOOST_FUSION_FOLD_IMPL_ENABLER(State)
58 typename add_reference<typename State::type>::type,
[all …]
Dfold.hpp20 template<int SeqSize, typename It, typename State, typename F, typename = void
28 template<typename It, typename State, typename F>
29 struct result_of_it_fold<0,It,State,F
30 , typename boost::enable_if_has_type<BOOST_FUSION_FOLD_IMPL_ENABLER(State)>::type
36 typedef typename State::type type;
38 template<int SeqSize, typename It, typename State, typename F>
39 struct result_of_it_fold<SeqSize,It,State,F
45 typename boost::disable_if_c<SeqSize == 0, State>::type::type
47 BOOST_FUSION_FOLD_IMPL_ENABLER(State)
59 typename add_reference<typename State::type>::type,
[all …]
Diter_fold.hpp19 template<int SeqSize, typename It, typename State, typename F, typename = void
27 template<typename It, typename State, typename F>
28 struct result_of_it_iter_fold<0,It,State,F
29 , typename boost::enable_if_has_type<BOOST_FUSION_FOLD_IMPL_ENABLER(State)>::type
35 typedef typename State::type type;
37 template<int SeqSize, typename It, typename State, typename F>
38 struct result_of_it_iter_fold<SeqSize,It,State,F
44 typename boost::disable_if_c<SeqSize == 0, State>::type::type
46 BOOST_FUSION_FOLD_IMPL_ENABLER(State)
58 typename add_reference<typename State::type>::type,
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dcapture_gles_1_0_autogen.h22 angle::CallCapture CaptureAlphaFunc(const State &glState,
26 angle::CallCapture CaptureAlphaFuncx(const State &glState,
30 angle::CallCapture CaptureClearColorx(const State &glState,
36 angle::CallCapture CaptureClearDepthx(const State &glState, bool isCallValid, GLfixed depth);
37 angle::CallCapture CaptureClientActiveTexture(const State &glState,
40 angle::CallCapture CaptureClipPlanef(const State &glState,
44 angle::CallCapture CaptureClipPlanex(const State &glState,
48 angle::CallCapture CaptureColor4f(const State &glState,
54 angle::CallCapture CaptureColor4ub(const State &glState,
60 angle::CallCapture CaptureColor4x(const State &glState,
[all …]
Dcapture_gles_2_0_autogen.h22 angle::CallCapture CaptureActiveTexture(const State &glState, bool isCallValid, GLenum texture);
23 angle::CallCapture CaptureAttachShader(const State &glState,
27 angle::CallCapture CaptureBindAttribLocation(const State &glState,
32 angle::CallCapture CaptureBindBuffer(const State &glState,
36 angle::CallCapture CaptureBindFramebuffer(const State &glState,
40 angle::CallCapture CaptureBindRenderbuffer(const State &glState,
44 angle::CallCapture CaptureBindTexture(const State &glState,
48 angle::CallCapture CaptureBlendColor(const State &glState,
54 angle::CallCapture CaptureBlendEquation(const State &glState, bool isCallValid, GLenum mode);
55 angle::CallCapture CaptureBlendEquationSeparate(const State &glState,
[all …]
Dcapture_gles_ext_autogen.h23 angle::CallCapture CaptureDrawArraysInstancedBaseInstanceANGLE(const State &glState,
31 const State &glState,
40 angle::CallCapture CaptureMultiDrawArraysInstancedBaseInstanceANGLE(const State &glState,
49 const State &glState,
61 angle::CallCapture CaptureCopyTexture3DANGLE(const State &glState,
73 angle::CallCapture CaptureCopySubTexture3DANGLE(const State &glState,
96 angle::CallCapture CaptureBlitFramebufferANGLE(const State &glState,
110 angle::CallCapture CaptureRenderbufferStorageMultisampleANGLE(const State &glState,
119 angle::CallCapture CaptureGetTexImageANGLE(const State &glState,
126 angle::CallCapture CaptureGetCompressedTexImageANGLE(const State &glState,
[all …]
Dcapture_gles_3_0_autogen.h22 angle::CallCapture CaptureBeginQuery(const State &glState,
26 angle::CallCapture CaptureBeginTransformFeedback(const State &glState,
29 angle::CallCapture CaptureBindBufferBase(const State &glState,
34 angle::CallCapture CaptureBindBufferRange(const State &glState,
41 angle::CallCapture CaptureBindSampler(const State &glState,
45 angle::CallCapture CaptureBindTransformFeedback(const State &glState,
49 angle::CallCapture CaptureBindVertexArray(const State &glState,
52 angle::CallCapture CaptureBlitFramebuffer(const State &glState,
64 angle::CallCapture CaptureClearBufferfi(const State &glState,
70 angle::CallCapture CaptureClearBufferfv(const State &glState,
[all …]
Dcapture_gles_3_1_autogen.h22 angle::CallCapture CaptureActiveShaderProgram(const State &glState,
26 angle::CallCapture CaptureBindImageTexture(const State &glState,
35 angle::CallCapture CaptureBindProgramPipeline(const State &glState,
38 angle::CallCapture CaptureBindVertexBuffer(const State &glState,
44 angle::CallCapture CaptureCreateShaderProgramv(const State &glState,
50 angle::CallCapture CaptureDeleteProgramPipelines(const State &glState,
54 angle::CallCapture CaptureDispatchCompute(const State &glState,
59 angle::CallCapture CaptureDispatchComputeIndirect(const State &glState,
62 angle::CallCapture CaptureDrawArraysIndirect(const State &glState,
66 angle::CallCapture CaptureDrawElementsIndirect(const State &glState,
[all …]
Dcapture_gles_3_2_autogen.h22 angle::CallCapture CaptureBlendBarrier(const State &glState, bool isCallValid);
23 angle::CallCapture CaptureBlendEquationSeparatei(const State &glState,
28 angle::CallCapture CaptureBlendEquationi(const State &glState,
32 angle::CallCapture CaptureBlendFuncSeparatei(const State &glState,
39 angle::CallCapture CaptureBlendFunci(const State &glState,
44 angle::CallCapture CaptureColorMaski(const State &glState,
51 angle::CallCapture CaptureCopyImageSubData(const State &glState,
68 angle::CallCapture CaptureDebugMessageCallback(const State &glState,
72 angle::CallCapture CaptureDebugMessageControl(const State &glState,
80 angle::CallCapture CaptureDebugMessageInsert(const State &glState,
[all …]
/third_party/typescript/tests/baselines/reference/
DcontextualTypingOfOptionalMembers.types2 interface ActionsObject<State> {
3 [prop: string]: (state: State) => State;
5 >state : State
8 interface Options<State, Actions> {
9 state?: State;
10 >state : State | undefined
12 view?: (state: State, actions: Actions) => any;
13 >view : ((state: State, actions: Actions) => any) | undefined
14 >state : State
21 declare function app<State, Actions extends ActionsObject<State>>(obj: Options<State, Actions>): vo…
[all …]
DcontextualTypingOfOptionalMembers.symbols2 interface ActionsObject<State> {
4 >State : Symbol(State, Decl(index.tsx, 0, 24))
6 [prop: string]: (state: State) => State;
9 >State : Symbol(State, Decl(index.tsx, 0, 24))
10 >State : Symbol(State, Decl(index.tsx, 0, 24))
13 interface Options<State, Actions> {
15 >State : Symbol(State, Decl(index.tsx, 4, 18))
18 state?: State;
20 >State : Symbol(State, Decl(index.tsx, 4, 18))
22 view?: (state: State, actions: Actions) => any;
[all …]
DcontextualTypingOfOptionalMembers.js2 interface ActionsObject<State> {
3 [prop: string]: (state: State) => State;
6 interface Options<State, Actions> {
7 state?: State;
8 view?: (state: State, actions: Actions) => any;
12 declare function app<State, Actions extends ActionsObject<State>>(obj: Options<State, Actions>): vo…
34 interface Options2<State, Actions> {
35 state?: State;
36 view?: (state: State, actions: Actions) => any;
40 declare function app2<State, Actions extends ActionsObject<State>>(obj: Options2<State, Actions>): …
[all …]
DgeneratorTypeCheck63.types46 export interface State extends StrategicState {
51 export const Nothing: Strategy<State> = strategy("Nothing", function* (state: State) {
52 >Nothing : Strategy<State>
53 …trategy("Nothing", function* (state: State) { yield 1; return state;}) : (a: State) => Itera…
56 >function* (state: State) { yield 1; return state;} : (state: State) => Generator<number, Sta…
57 >state : State
64 >state : State
68 export const Nothing1: Strategy<State> = strategy("Nothing", function* (state: State) {
69 >Nothing1 : Strategy<State>
70 >strategy("Nothing", function* (state: State) {}) : (a: State) => IterableIterator<State>
[all …]
/third_party/typescript/tests/cases/compiler/
DcontextualTypingOfOptionalMembers.tsx5 interface ActionsObject<State> {
6 [prop: string]: (state: State) => State;
9 interface Options<State, Actions> {
10 state?: State;
11 view?: (state: State, actions: Actions) => any;
15 declare function app<State, Actions extends ActionsObject<State>>(obj: Options<State, Actions>): vo…
37 interface Options2<State, Actions> {
38 state?: State;
39 view?: (state: State, actions: Actions) => any;
43 declare function app2<State, Actions extends ActionsObject<State>>(obj: Options2<State, Actions>): …
[all …]
/third_party/boost/boost/fusion/algorithm/iteration/detail/
Dfold.hpp65 template<int SeqSize, typename It, typename State, typename F, typename = void in BOOST_FUSION_FOLD_IMPL_ENABLER()
81 template<typename It, typename State, typename F> in BOOST_FUSION_FOLD_IMPL_ENABLER()
82 struct BOOST_PP_CAT(result_of_it_,BOOST_FUSION_FOLD_NAME)<0,It,State,F in BOOST_FUSION_FOLD_IMPL_ENABLER()
83 , typename boost::enable_if_has_type<BOOST_FUSION_FOLD_IMPL_ENABLER(State)>::type in BOOST_FUSION_FOLD_IMPL_ENABLER()
96 typedef typename State::type type; in BOOST_FUSION_FOLD_IMPL_ENABLER()
99 template<int SeqSize, typename It, typename State, typename F> in BOOST_FUSION_FOLD_IMPL_ENABLER()
100 struct BOOST_PP_CAT(result_of_it_,BOOST_FUSION_FOLD_NAME)<SeqSize,It,State,F in BOOST_FUSION_FOLD_IMPL_ENABLER()
110 typename boost::disable_if_c<SeqSize == 0, State>::type::type in BOOST_FUSION_FOLD_IMPL_ENABLER()
113 BOOST_FUSION_FOLD_IMPL_ENABLER(State) in BOOST_FUSION_FOLD_IMPL_ENABLER()
116 BOOST_FUSION_FOLD_IMPL_ENABLER(State) in BOOST_FUSION_FOLD_IMPL_ENABLER()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMCallingConv.cpp23 CCState &State, bool CanFail) { in f64AssignAPCS() argument
27 if (unsigned Reg = State.AllocateReg(RegList)) in f64AssignAPCS()
28 State.addLoc(CCValAssign::getCustomReg(ValNo, ValVT, Reg, LocVT, LocInfo)); in f64AssignAPCS()
35 State.addLoc(CCValAssign::getCustomMem(ValNo, ValVT, in f64AssignAPCS()
36 State.AllocateStack(8, 4), in f64AssignAPCS()
42 if (unsigned Reg = State.AllocateReg(RegList)) in f64AssignAPCS()
43 State.addLoc(CCValAssign::getCustomReg(ValNo, ValVT, Reg, LocVT, LocInfo)); in f64AssignAPCS()
45 State.addLoc(CCValAssign::getCustomMem(ValNo, ValVT, in f64AssignAPCS()
46 State.AllocateStack(4, 4), in f64AssignAPCS()
54 CCState &State) { in CC_ARM_APCS_Custom_f64() argument
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenCallingConv.inc11 ISD::ArgFlagsTy ArgFlags, CCState &State);
14 ISD::ArgFlagsTy ArgFlags, CCState &State);
17 ISD::ArgFlagsTy ArgFlags, CCState &State);
20 ISD::ArgFlagsTy ArgFlags, CCState &State);
23 ISD::ArgFlagsTy ArgFlags, CCState &State);
26 ISD::ArgFlagsTy ArgFlags, CCState &State);
29 ISD::ArgFlagsTy ArgFlags, CCState &State);
32 ISD::ArgFlagsTy ArgFlags, CCState &State);
35 ISD::ArgFlagsTy ArgFlags, CCState &State);
38 ISD::ArgFlagsTy ArgFlags, CCState &State);
[all …]

12345678910>>...137