Home
last modified time | relevance | path

Searched refs:assignment (Results 1 - 25 of 47) sorted by relevance

12

/third_party/gn/src/gn/
H A Dscope_unittest.cc54 LiteralNode assignment; in TEST() local
55 assignment.set_value(assignment_token); in TEST()
58 Value old_value(&assignment, "hello"); in TEST()
59 setup.scope()->SetValue("v", old_value, &assignment); in TEST()
61 setup.scope()->SetValue(private_var_name, old_value, &assignment); in TEST()
74 Value new_value(&assignment, "goodbye"); in TEST()
75 new_scope.SetValue("v", new_value, &assignment); in TEST()
79 &new_scope, Scope::MergeOptions(), &assignment, "error", &err)); in TEST()
93 &new_scope, Scope::MergeOptions(), &assignment, "error", &err)); in TEST()
100 Value new_value(&assignment, "goodby in TEST()
242 LiteralNode assignment; TEST() local
277 LiteralNode assignment; TEST() local
[all...]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DChange.java51 public Builder assign(Assignment<?> assignment) { in assign() argument
52 checkArgument(assignments.put(assignment.column(), assignment) == null, in assign()
53 "Column already assigned: %s", assignment.column()); in assign()
H A DRangeTable.java84 * assign or unassign values to ranges, or query for the ranges which have that assignment.
114 // The union of all ranges added to the builder (either by assignment or range addition).
144 * Returns ranges for the given assignment. If the value is {@code empty}, then the unassigned
147 public RangeTree getRanges(Assignment<?> assignment) { in getRanges() argument
148 return getRanges(assignment.column(), assignment.value().orElse(null)); in getRanges()
179 * or indirectly via assignment.
203 // ---- Range assignment/addition/removal ----
206 * Assigns the specified ranges to the given assignment. If the value is {@code empty}, then
210 * @throws RangeException if assignment canno
213 assign(Assignment<?> assignment, RangeTree ranges, OverwriteMode mode) assign() argument
453 getRanges(Assignment<?> assignment) getRanges() argument
948 abstract Assignment<?> assignment(); assignment() method in RangeTable.Cell
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DReplaceArrayOfMatrixVarying.cpp131 TIntermBinary *assignment; in ReplaceArrayOfMatrixVarying() local
134 assignment = new TIntermBinary(EOpAssign, tempMatrixColIndexed, vectorIndexed); in ReplaceArrayOfMatrixVarying()
138 assignment = new TIntermBinary(EOpAssign, vectorIndexed, tempMatrixColIndexed); in ReplaceArrayOfMatrixVarying()
140 reassignBlock->appendStatement(assignment); in ReplaceArrayOfMatrixVarying()
H A DRewriteSampleMaskVariable.cpp158 TIntermBinary *assignment = new TIntermBinary(EOpAssign, sampleMaskVar, fullSampleMask); in RewriteSampleMask() local
160 trueBlock->appendStatement(assignment); in RewriteSampleMask()
H A DReplaceClipCullDistanceVariable.cpp229 TIntermBinary *assignment = new TIntermBinary(EOpAssign, left, right); in assignFuncWithEnableFlags() local
231 trueBlock->appendStatement(assignment); in assignFuncWithEnableFlags()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DTranslatorMetal.cpp68 // Create the assignment "gl_Position.y = gl_Position.y * negViewportScaleY in AppendVertexShaderPositionYCorrectionToMain()
70 TIntermBinary *assignment = new TIntermBinary(TOperator::EOpAssign, positionYLHS, inverseY); in AppendVertexShaderPositionYCorrectionToMain() local
72 // Append the assignment as a statement at the end of the shader. in AppendVertexShaderPositionYCorrectionToMain()
73 return RunAtTheEndOfShader(compiler, root, assignment, symbolTable); in AppendVertexShaderPositionYCorrectionToMain()
207 // Create the assignment "gl_Position.z = gl_Position.z * depthRange.reserved" in transformDepthBeforeCorrection()
209 TIntermBinary *assignment = new TIntermBinary(TOperator::EOpAssign, positionZLHS, zScale); in transformDepthBeforeCorrection() local
211 // Append the assignment as a statement at the end of the shader. in transformDepthBeforeCorrection()
212 return RunAtTheEndOfShader(this, root, assignment, &getSymbolTable()); in transformDepthBeforeCorrection()
317 // Create the assignment "gl_Position = vec4(-3, -3, -3, 1)" in insertRasterizerDiscardLogic()
318 TIntermBinary *assignment in insertRasterizerDiscardLogic() local
[all...]
H A DTranslatorMetalDirect.cpp271 TIntermBinary *assignment = new TIntermBinary(EOpInitialize, flippedBuiltinRef, aggregate); in RotateAndFlipBuiltinVariable() local
273 // Create an assignment to the replaced variable's .xy. in RotateAndFlipBuiltinVariable()
280 insertSequence->insert(insertSequence->begin(), assignment); in RotateAndFlipBuiltinVariable()
405 TIntermBinary *assignment = in AddFragDataDeclaration() local
407 insertSequence->appendStatement(assignment); in AddFragDataDeclaration()
427 // Append the assignment as a statement at the end of the shader. in AppendVertexShaderTransformFeedbackOutputToMain()
455 // Create the assignment "gl_Position.y = gl_Position.y * negViewportScaleY in AppendVertexShaderPositionYCorrectionToMain()
457 TIntermBinary *assignment = new TIntermBinary(TOperator::EOpAssign, positionYLHS, inverseY); in AppendVertexShaderPositionYCorrectionToMain() local
459 // Append the assignment as a statement at the end of the shader. in AppendVertexShaderPositionYCorrectionToMain()
460 return RunAtTheEndOfShader(compiler, root, assignment, symbolTabl in AppendVertexShaderPositionYCorrectionToMain()
561 TIntermBinary *assignment = insertRasterizationDiscardLogic() local
595 TIntermBinary *assignment = new TIntermBinary(TOperator::EOpAssign, positionZLHS, zScale); transformDepthBeforeCorrection() local
627 TIntermBinary *assignment = new TIntermBinary(TOperator::EOpAssign, positionZLHS, halfZPlusW); appendVertexShaderDepthCorrectionToMain() local
[all...]
/third_party/typescript/tests/baselines/reference/
H A DnamespaceAssignmentToRequireAlias.js8 u.assignment.nested = true
16 u.assignment.nested = true;
H A DplainJSGrammarErrors.js115 assignment = 1,
322 assignment = 1,
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderMultisampleInterpolationTests.cpp67 std::string const& qualifier = "", std::string const& assignment = "", in specializeVersion()
76 args["ASSIGNMENT"] = assignment; in specializeVersion()
216 glu::GLSLVersion glslVersion, char const* qualifier, char const* assignment,
250 char const* assignment, char const* condition, bool unique, GLenum internalFormat, in ShaderMultisampleInterpolationBaseCase()
256 , m_assignment(assignment) in ShaderMultisampleInterpolationBaseCase()
607 char const* assignment; in init() member
659 cases[caseId].assignment, cases[caseId].condition, cases[caseId].unique, in init()
248 ShaderMultisampleInterpolationBaseCase( Context& context, const char* name, const char* description, glu::GLSLVersion glslVersion, char const* qualifier, char const* assignment, char const* condition, bool unique, GLenum internalFormat, tcu::TextureFormat const& texFormat, const char* sampler, const char* outType, GLfloat min, GLfloat max, GLint samples) ShaderMultisampleInterpolationBaseCase() argument
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_discard.cpp159 ir_assignment *assignment = in replace_discard() local
163 ir->replace_with(assignment); in replace_discard()
H A Dopt_constant_folding.cpp128 * remove the never-executed assignment. in visit_enter()
175 /* Next, see if the call can be replaced with an assignment of a constant */ in visit_enter()
179 ir_assignment *assignment = in visit_enter() local
181 ir->replace_with(assignment); in visit_enter()
H A Dopt_function_inlining.cpp118 ir_assignment *assignment; in visit_enter() local
123 assignment = new(ctx) ir_assignment(new(ctx) ir_dereference_variable(index), in visit_enter()
125 base_ir->insert_before(assignment); in visit_enter()
138 * the location information, which an assignment of an opaque in should_replace_variable()
H A Dast_function.cpp429 ir_assignment *const assignment = in copy_index_derefs_to_temps() local
432 d->before_instructions->push_tail(assignment); in copy_index_derefs_to_temps()
506 ir_assignment *const assignment = in fix_parameter() local
508 before_instructions->push_tail(assignment); in fix_parameter()
1257 ir_instruction *assignment = NULL; in process_vec_mat_constructor() local
1262 assignment = new(ctx) ir_assignment(lhs, rhs); in process_vec_mat_constructor()
1268 assignment = new(ctx) ir_assignment(lhs, rhs, 1u << i); in process_vec_mat_constructor()
1271 instructions->push_tail(assignment); in process_vec_mat_constructor()
1397 ir_instruction *assignment = new(ctx) ir_assignment(lhs, rhs); in foreach_in_list() local
1398 instructions->push_tail(assignment); in foreach_in_list()
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/
H A DRewriteRowMajorMatrices.cpp524 // We only want to process the right-hand side of an assignment in inner passes. When
807 TIntermBinary *assignment = accessor->getAsBinaryNode(); in determineAccess() local
808 if (assignment && IsAssignment(assignment->getOp())) in determineAccess()
810 // If expression is on the right of assignment, it's being read from. in determineAccess()
811 *isReadOut = assignment->getRight() == expression; in determineAccess()
812 // If it's on the left of assignment, it's being written to. in determineAccess()
813 *isWriteOut = assignment->getLeft() == expression; in determineAccess()
1048 // to a function, or an assignment. In the former case, create a temp variable to in transformExpression()
1060 TIntermBinary *assignment in transformExpression() local
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dparser.cc1573 Assignment* assignment = factory()->NewAssignment( in ParseExportDefault() local
1576 factory()->NewExpressionStatement(assignment, kNoSourcePosition)); in ParseExportDefault()
1894 Assignment* assignment = in DeclareClass() local
1897 factory()->NewExpressionStatement(assignment, kNoSourcePosition)); in DeclareClass()
2005 Assignment* assignment = factory()->NewAssignment( in InitializeVariables() local
2007 statements->Add(factory()->NewExpressionStatement(assignment, pos)); in InitializeVariables()
2326 Assignment* assignment = factory()->NewAssignment(Token::ASSIGN, temp_proxy, in DesugarLexicalBindingsInForStatement() local
2329 factory()->NewExpressionStatement(assignment, kNoSourcePosition); in DesugarLexicalBindingsInForStatement()
2340 Assignment* assignment = factory()->NewAssignment( in DesugarLexicalBindingsInForStatement() local
2343 factory()->NewExpressionStatement(assignment, kNoSourcePositio in DesugarLexicalBindingsInForStatement()
2377 Assignment* assignment = factory()->NewAssignment( DesugarLexicalBindingsInForStatement() local
2403 Assignment* assignment = factory()->NewAssignment( DesugarLexicalBindingsInForStatement() local
2418 Assignment* assignment = factory()->NewAssignment( DesugarLexicalBindingsInForStatement() local
2463 Assignment* assignment = factory()->NewAssignment( DesugarLexicalBindingsInForStatement() local
2580 Assignment* assignment = expr->AsAssignment(); AddArrowFunctionFormalParameters() local
3336 Expression* assignment = InsertShadowingVarBindingInitializers() local
[all...]
H A Drewriter.cc103 // there was ever an assignment to result_.
118 Expression* assignment = SetResult(undef); in AssignUndefinedBefore() local
121 factory()->NewExpressionStatement(assignment, kNoSourcePosition), zone()); in AssignUndefinedBefore()
279 Expression* assignment = SetResult(undef); in VisitTryFinallyStatement() local
281 0, factory()->NewExpressionStatement(assignment, kNoSourcePosition), in VisitTryFinallyStatement()
/third_party/glslang/glslang/HLSL/
H A DhlslOpMap.h60 static TOperator assignment(EHlslTokenClass op);
H A DhlslOpMap.cpp43 // Map parsing tokens that could be assignments into assignment operators.
44 TOperator HlslOpMap::assignment(EHlslTokenClass op) in assignment() function in glslang::HlslOpMap
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DInitializeVariables.cpp73 TIntermTyped *assignment = in AddZeroInitSequence() local
75 initSequenceOut->push_back(assignment); in AddZeroInitSequence()
158 // doesn't have array assignment. We'll do this either with a for loop or just a list of in AddArrayZeroInitSequence()
/third_party/mesa3d/src/amd/compiler/
H A Daco_register_allocation.cpp48 struct assignment { struct
59 assignment() = default;
60 assignment(PhysReg reg_, RegClass rc_) : reg(reg_), rc(rc_), assigned(-1) {} in assignment() function
73 std::vector<assignment> assignments;
463 const assignment& var = ctx.assignments[id]; in print_regs()
595 unreachable("Something went wrong: Impossible register assignment."); in add_subdword_operand()
741 unreachable("Something went wrong: Impossible register assignment."); in add_subdword_definition()
1026 assignment& var_a = ctx.assignments[a]; in collect_vars()
1027 assignment& var_b = ctx.assignments[b]; in collect_vars()
1033 assignment in collect_vars()
[all...]
/third_party/ninja/misc/
H A Dninja.vim68 " variable assignment =
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeZeroInitializeWorkgroupMemoryTests.cpp551 std::string assignment; member
558 , assignment (assignment_) in CompositeCaseDef()
654 src << m_caseDef.assignment; in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeZeroInitializeWorkgroupMemoryTests.cpp569 std::string assignment; member
576 , assignment (assignment_) in CompositeCaseDef()
667 src << m_caseDef.assignment; in initPrograms()

Completed in 29 milliseconds

12