Searched refs:local_variable (Results 1 – 17 of 17) sorted by relevance
/third_party/boost/boost/phoenix/scope/ |
D | local_variable.hpp | 25 struct local_variable struct 40 struct local_variable struct 41 : expression::local_variable<proto::_> 45 : proto::assign<local_variable, meta_grammar> 70 proto::when<boost::phoenix::rule::local_variable, mpl::true_()> 136 typedef expression::local_variable<struct _a_key>::type _a_type; 137 typedef expression::local_variable<struct _b_key>::type _b_type; 138 typedef expression::local_variable<struct _c_key>::type _c_type; 139 typedef expression::local_variable<struct _d_key>::type _d_type; 140 typedef expression::local_variable<struct _e_key>::type _e_type; [all …]
|
/third_party/boost/boost/spirit/home/support/ |
D | context.hpp | 64 struct local_variable; 83 , boost::spirit::local_variable<N> 87 boost::spirit::local_variable<N>() 201 struct local_variable struct 254 typedef phoenix::actor<local_variable<0> > _a_type; 255 typedef phoenix::actor<local_variable<1> > _b_type; 256 typedef phoenix::actor<local_variable<2> > _c_type; 257 typedef phoenix::actor<local_variable<3> > _d_type; 258 typedef phoenix::actor<local_variable<4> > _e_type; 259 typedef phoenix::actor<local_variable<5> > _f_type; [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_push_id_through_variable.cpp | 129 opt::Instruction* local_variable = fuzzerutil::AddLocalVariable( in Apply() local 132 ir_context->get_def_use_mgr()->AnalyzeInstDefUse(local_variable); in Apply() 133 ir_context->set_instr_block(local_variable, &*function->entry()); in Apply()
|
/third_party/spirv-tools/source/fuzz/ |
D | transformation_push_id_through_variable.cpp | 129 opt::Instruction* local_variable = fuzzerutil::AddLocalVariable( in Apply() local 132 ir_context->get_def_use_mgr()->AnalyzeInstDefUse(local_variable); in Apply() 133 ir_context->set_instr_block(local_variable, &*function->entry()); in Apply()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | transformation_push_id_through_variable.cpp | 129 opt::Instruction* local_variable = fuzzerutil::AddLocalVariable( in Apply() local 132 ir_context->get_def_use_mgr()->AnalyzeInstDefUse(local_variable); in Apply() 133 ir_context->set_instr_block(local_variable, &*function->entry()); in Apply()
|
/third_party/boost/libs/phoenix/doc/modules/ |
D | scope.qbk | 29 #include <boost/phoenix/scope/local_variable.hpp> 33 expression::local_variable<Key>::type 40 expression::local_variable<size_key>::type size; 44 There are a few predefined instances of `expression::local_variable<Key>::type`
|
/third_party/boost/libs/phoenix/example/ |
D | adapted_echo_server.cpp | 31 typedef phx::expression::local_variable<struct action_key>::type action;
|
/third_party/boost/boost/phoenix/statement/ |
D | try_catch.hpp | 80 , local_variable
|
/third_party/boost/libs/phoenix/doc/inside/ |
D | rules.qbk | 335 [[`expression::local_variable<Key>`] [``rule::custom_terminal``]]
|
/third_party/boost/libs/phoenix/test/ |
D | Jamfile | 304 [ run include/scope/local_variable.cpp ]
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv_common.hpp | 817 ID local_variable; // flush local variable ... member
|
D | spirv_glsl.cpp | 13956 var.static_expression = phi.local_variable; in flush_phi() 13967 return future_phi.local_variable == ID(phi.function_variable) && future_phi.parent == from; in flush_phi() 13988 if (temporary_phi_variables.count(phi.local_variable)) in flush_phi() 13989 rhs = join("_", phi.local_variable, "_copy"); in flush_phi() 13991 rhs = to_pointer_expression(phi.local_variable); in flush_phi()
|
D | spirv_cross.cpp | 2996 notify_variable_access(phi.local_variable, block.self); in set_current_block()
|
/third_party/vk-gl-cts/android/cts/master/vk-master-2021-03-01/ |
D | spirv-assembly.txt | 1968 dEQP-VK.spirv_assembly.instruction.compute.empty_struct.function.local_variable
|
/third_party/vk-gl-cts/external/vulkancts/mustpass/master/vk-default/ |
D | spirv-assembly.txt | 6045 dEQP-VK.spirv_assembly.instruction.compute.empty_struct.function.local_variable
|
/third_party/vk-gl-cts/android/cts/master/vk-master/ |
D | spirv-assembly.txt | 6049 dEQP-VK.spirv_assembly.instruction.compute.empty_struct.function.local_variable
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlists/vk-default/ |
D | spirv-assembly.txt | 6045 dEQP-VK.spirv_assembly.instruction.compute.empty_struct.function.local_variable
|