Home
last modified time | relevance | path

Searched defs:assignment (Results 1 – 25 of 67) sorted by relevance

123

/third_party/boost/libs/spirit/example/x3/calc/calc8/
Dast.hpp63 struct assignment : x3::position_tagged struct
65 variable lhs;
66 expression rhs;
Dstatement_def.hpp38 assignment_type const assignment = "assignment"; variable
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/calc7/
Dast.hpp65 struct assignment struct
67 variable lhs;
68 expression rhs;
Dstatement.hpp25 qi::rule<Iterator, ast::assignment(), ascii::space_type> assignment; member
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure3/
Dast.hpp105 struct assignment struct
107 identifier lhs;
108 token_ids::type operator_;
109 expression rhs;
Dstatement.hpp33 qi::rule<Iterator, ast::assignment()> assignment; member
/third_party/boost/libs/spirit/example/x3/calc/calc9/
Dast.hpp83 struct assignment : x3::position_tagged struct
85 variable lhs;
86 expression rhs;
Dstatement_def.hpp38 assignment_type const assignment("assignment"); variable
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/calc8/
Dast.hpp86 struct assignment struct
88 variable lhs;
89 expression rhs;
Dstatement.hpp28 qi::rule<Iterator, ast::assignment(), ascii::space_type> assignment; member
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure2/
Dast.hpp78 struct assignment struct
80 identifier lhs;
81 expression rhs;
Dstatement.hpp33 qi::rule<Iterator, ast::assignment()> assignment; member
/third_party/glslang/glslang/HLSL/
DhlslOpMap.cpp44 TOperator HlslOpMap::assignment(EHlslTokenClass op) in assignment() function in glslang::HlslOpMap
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTranslatorMetal.cpp70 TIntermBinary *assignment = new TIntermBinary(TOperator::EOpAssign, positionYLHS, inverseY); in AppendVertexShaderPositionYCorrectionToMain() local
209 TIntermBinary *assignment = new TIntermBinary(TOperator::EOpAssign, positionZLHS, zScale); in transformDepthBeforeCorrection() local
318 TIntermBinary *assignment = in insertRasterizerDiscardLogic() local
DTranslatorMetalDirect.cpp271 TIntermBinary *assignment = new TIntermBinary(EOpInitialize, flippedBuiltinRef, aggregate); in RotateAndFlipBuiltinVariable() local
405 TIntermBinary *assignment = in AddFragDataDeclaration() local
457 TIntermBinary *assignment = new TIntermBinary(TOperator::EOpAssign, positionYLHS, inverseY); in AppendVertexShaderPositionYCorrectionToMain() local
561 TIntermBinary *assignment = in insertRasterizationDiscardLogic() local
595 TIntermBinary *assignment = new TIntermBinary(TOperator::EOpAssign, positionZLHS, zScale); in transformDepthBeforeCorrection() local
627 TIntermBinary *assignment = new TIntermBinary(TOperator::EOpAssign, positionZLHS, halfZPlusW); in appendVertexShaderDepthCorrectionToMain() local
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/mini_c/
Dast.hpp94 struct assignment struct
96 identifier lhs;
97 expression rhs;
Dstatement.hpp28 qi::rule<Iterator, ast::assignment(), skipper<Iterator> > assignment; member
/third_party/gn/src/gn/
Dscope_unittest.cc54 LiteralNode assignment; in TEST() local
242 LiteralNode assignment; in TEST() local
277 LiteralNode assignment; in TEST() local
/third_party/boost/libs/graph/test/
Dmas_test.cpp128 std::map< vertex_descriptor, vertex_descriptor > assignment; in BOOST_AUTO_TEST_CASE() local
217 std::map< vertex_descriptor, vertex_descriptor > assignment; in BOOST_AUTO_TEST_CASE() local
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure1/
Dast.hpp144 struct assignment struct
146 identifier lhs;
147 expression rhs;
Dstatement.hpp28 qi::rule<Iterator, ast::assignment(), skipper<Iterator> > assignment; member
/third_party/mesa3d/src/compiler/glsl/
Dlower_discard.cpp159 ir_assignment *assignment = in replace_discard() local
Dopt_constant_folding.cpp196 ir_assignment *assignment = in visit_enter() local
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
DChange.java51 public Builder assign(Assignment<?> assignment) { in assign()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderMultisampleInterpolationTests.cpp67 std::string const& qualifier = "", std::string const& assignment = "", in specializeVersion()
250 char const* assignment, char const* condition, bool unique, GLenum internalFormat, in ShaderMultisampleInterpolationBaseCase()
607 char const* assignment; in init() member

123