Home
last modified time | relevance | path

Searched defs:assignment (Results 1 – 25 of 53) 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/boringssl/src/util/
Dmake_errors.go173 type assignment struct { struct
174 key string
175 value int
/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/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
Dstoer_wagner_test.cpp104 std::map< vertex_descriptor, vertex_descriptor > assignment; in BOOST_AUTO_TEST_CASE() local
181 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/python/Doc/reference/
Dsimple_stmts.rst69 .. _assignment: target in Expression statements
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DReplaceArrayOfMatrixVarying.cpp131 TIntermBinary *assignment; in ReplaceArrayOfMatrixVarying() local
DRewriteSampleMaskVariable.cpp158 TIntermBinary *assignment = new TIntermBinary(EOpAssign, sampleMaskVar, fullSampleMask); in RewriteSampleMask() local

123