/third_party/gn/src/gn/ |
D | scope_unittest.cc | 54 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, "goodbye"); in TEST() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | definiteAssignmentAssertions.errors.txt | 2 …0,6): error TS1263: Declarations with initializers cannot also have definite assignment assertions. 3 …1,6): error TS1263: Declarations with initializers cannot also have definite assignment assertions. 4 …lFlow/definiteAssignmentAssertions.ts(22,13): error TS1255: A definite assignment assertion '!' is… 6 …ssignmentAssertions.ts(23,6): error TS1264: Declarations with definite assignment assertions must … 7 …olFlow/definiteAssignmentAssertions.ts(29,6): error TS1255: A definite assignment assertion '!' is… 8 …lFlow/definiteAssignmentAssertions.ts(35,15): error TS1255: A definite assignment assertion '!' is… 9 …signmentAssertions.ts(69,10): error TS1264: Declarations with definite assignment assertions must … 10 …,10): error TS1263: Declarations with initializers cannot also have definite assignment assertions. 11 …,10): error TS1263: Declarations with initializers cannot also have definite assignment assertions. 12 …lFlow/definiteAssignmentAssertions.ts(76,15): error TS1255: A definite assignment assertion '!' is… [all …]
|
D | assignmentLHSIsValue.errors.txt | 1 …/assignmentLHSIsValue.ts(6,21): error TS2364: The left-hand side of an assignment expression must … 2 …/assignmentLHSIsValue.ts(7,13): error TS2364: The left-hand side of an assignment expression must … 3 …/assignmentLHSIsValue.ts(8,21): error TS2364: The left-hand side of an assignment expression must … 4 …assignmentLHSIsValue.ts(11,18): error TS2364: The left-hand side of an assignment expression must … 5 …/assignmentLHSIsValue.ts(13,1): error TS2364: The left-hand side of an assignment expression must … 10 …/assignmentLHSIsValue.ts(27,1): error TS2364: The left-hand side of an assignment expression must … 11 …/assignmentLHSIsValue.ts(28,1): error TS2364: The left-hand side of an assignment expression must … 12 …/assignmentLHSIsValue.ts(29,1): error TS2364: The left-hand side of an assignment expression must … 13 …/assignmentLHSIsValue.ts(30,1): error TS2364: The left-hand side of an assignment expression must … 14 …/assignmentLHSIsValue.ts(31,1): error TS2364: The left-hand side of an assignment expression must … [all …]
|
D | destructuringObjectBindingPatternAndAssignment1ES5.types | 2 // In a destructuring assignment expression, the type of the expression on the right must be assign… 3 // An expression of type S is considered assignable to an assignment target V if one of the followi… 5 // V is an object assignment pattern and, for each assignment property P in V, 15 // V is an object assignment pattern and, for each assignment property P in V, 57 // V is an object assignment pattern and, for each assignment property P in V, 101 // V is an object assignment pattern and, for each assignment property P in V,
|
D | destructuringObjectBindingPatternAndAssignment1ES6.types | 2 // In a destructuring assignment expression, the type of the expression on the right must be assign… 3 // An expression of type S is considered assignable to an assignment target V if one of the followi… 5 // V is an object assignment pattern and, for each assignment property P in V, 15 // V is an object assignment pattern and, for each assignment property P in V, 57 // V is an object assignment pattern and, for each assignment property P in V, 101 // V is an object assignment pattern and, for each assignment property P in V,
|
D | namespaceAssignmentToRequireAlias.types | 8 u.assignment.nested = true 9 >u.assignment.nested = true : true 10 >u.assignment.nested : any 11 >u.assignment : any 13 >assignment : any
|
D | compoundAssignmentLHSIsValue.errors.txt | 2 …ndAssignmentLHSIsValue.ts(8,9): error TS2364: The left-hand side of an assignment expression must … 4 …dAssignmentLHSIsValue.ts(12,9): error TS2364: The left-hand side of an assignment expression must … 6 …dAssignmentLHSIsValue.ts(16,9): error TS2364: The left-hand side of an assignment expression must … 7 …dAssignmentLHSIsValue.ts(21,5): error TS2364: The left-hand side of an assignment expression must … 8 …dAssignmentLHSIsValue.ts(22,5): error TS2364: The left-hand side of an assignment expression must … 10 …dAssignmentLHSIsValue.ts(26,1): error TS2364: The left-hand side of an assignment expression must … 19 …dAssignmentLHSIsValue.ts(44,1): error TS2364: The left-hand side of an assignment expression must … 21 …dAssignmentLHSIsValue.ts(45,1): error TS2364: The left-hand side of an assignment expression must … 23 …dAssignmentLHSIsValue.ts(47,1): error TS2364: The left-hand side of an assignment expression must … 25 …dAssignmentLHSIsValue.ts(49,1): error TS2364: The left-hand side of an assignment expression must … [all …]
|
D | ambientExportDefaultErrors.errors.txt | 1 tests/cases/compiler/foo.d.ts(1,16): error TS2714: The expression of an export assignment must be a… 2 tests/cases/compiler/foo2.d.ts(1,10): error TS2714: The expression of an export assignment must be … 3 tests/cases/compiler/indirection.d.ts(3,20): error TS2714: The expression of an export assignment m… 4 tests/cases/compiler/indirection2.d.ts(3,14): error TS2714: The expression of an export assignment … 17 !!! error TS2714: The expression of an export assignment must be an identifier or qualified name in… 23 !!! error TS2714: The expression of an export assignment must be an identifier or qualified name in… 31 !!! error TS2714: The expression of an export assignment must be an identifier or qualified name in… 39 !!! error TS2714: The expression of an export assignment must be an identifier or qualified name in…
|
D | propertyAccessChain.3.errors.txt | 9 …propertyAccessChain.3.ts(13,1): error TS2779: The left-hand side of an assignment expression may n… 10 …propertyAccessChain.3.ts(14,1): error TS2779: The left-hand side of an assignment expression may n… 11 …propertyAccessChain.3.ts(15,1): error TS2779: The left-hand side of an assignment expression may n… 12 …propertyAccessChain.3.ts(16,1): error TS2779: The left-hand side of an assignment expression may n… 17 …propertyAccessChain.3.ts(23,7): error TS2779: The left-hand side of an assignment expression may n… 18 …propertyAccessChain.3.ts(24,7): error TS2779: The left-hand side of an assignment expression may n… 19 …ertyAccessChain.3.ts(25,7): error TS2778: The target of an object rest assignment may not be an op… 20 …ertyAccessChain.3.ts(26,7): error TS2778: The target of an object rest assignment may not be an op… 21 …propertyAccessChain.3.ts(27,5): error TS2779: The left-hand side of an assignment expression may n… 22 …propertyAccessChain.3.ts(28,5): error TS2779: The left-hand side of an assignment expression may n… [all …]
|
D | elementAccessChain.3.errors.txt | 9 …/elementAccessChain.3.ts(13,1): error TS2779: The left-hand side of an assignment expression may n… 10 …/elementAccessChain.3.ts(14,1): error TS2779: The left-hand side of an assignment expression may n… 11 …/elementAccessChain.3.ts(15,1): error TS2779: The left-hand side of an assignment expression may n… 12 …/elementAccessChain.3.ts(16,1): error TS2779: The left-hand side of an assignment expression may n… 17 …/elementAccessChain.3.ts(23,7): error TS2779: The left-hand side of an assignment expression may n… 18 …/elementAccessChain.3.ts(24,7): error TS2779: The left-hand side of an assignment expression may n… 19 …mentAccessChain.3.ts(25,7): error TS2778: The target of an object rest assignment may not be an op… 20 …mentAccessChain.3.ts(26,7): error TS2778: The target of an object rest assignment may not be an op… 21 …/elementAccessChain.3.ts(27,5): error TS2779: The left-hand side of an assignment expression may n… 22 …/elementAccessChain.3.ts(28,5): error TS2779: The left-hand side of an assignment expression may n… [all …]
|
D | destructuringObjectBindingPatternAndAssignment1ES6.symbols | 2 // In a destructuring assignment expression, the type of the expression on the right must be assign… 3 // An expression of type S is considered assignable to an assignment target V if one of the followi… 5 // V is an object assignment pattern and, for each assignment property P in V, 14 // V is an object assignment pattern and, for each assignment property P in V, 42 // V is an object assignment pattern and, for each assignment property P in V, 82 // V is an object assignment pattern and, for each assignment property P in V,
|
D | destructuringObjectBindingPatternAndAssignment1ES5.symbols | 2 // In a destructuring assignment expression, the type of the expression on the right must be assign… 3 // An expression of type S is considered assignable to an assignment target V if one of the followi… 5 // V is an object assignment pattern and, for each assignment property P in V, 14 // V is an object assignment pattern and, for each assignment property P in V, 42 // V is an object assignment pattern and, for each assignment property P in V, 82 // V is an object assignment pattern and, for each assignment property P in V,
|
D | destructuringArrayBindingPatternAndAssignment1ES5iterable.errors.txt | 24 …// In a destructuring assignment expression, the type of the expression on the right must be assig… 25 …// An expression of type S is considered assignable to an assignment target V if one of the follow… 27 …// V is an array assignment pattern, S is the type Any or an array-like type (section 3.3.2), and,… 33 …// V is an array assignment pattern, S is the type Any or an array-like type (section 3.3.2), and,… 35 // where N is the numeric index of E in the array assignment pattern, or
|
D | destructuringArrayBindingPatternAndAssignment1ES5.errors.txt | 24 …// In a destructuring assignment expression, the type of the expression on the right must be assig… 25 …// An expression of type S is considered assignable to an assignment target V if one of the follow… 27 …// V is an array assignment pattern, S is the type Any or an array-like type (section 3.3.2), and,… 33 …// V is an array assignment pattern, S is the type Any or an array-like type (section 3.3.2), and,… 35 // where N is the numeric index of E in the array assignment pattern, or
|
D | destructuringArrayBindingPatternAndAssignment1ES6.errors.txt | 24 …// In a destructuring assignment expression, the type of the expression on the right must be assig… 25 …// An expression of type S is considered assignable to an assignment target V if one of the follow… 27 …// V is an array assignment pattern, S is the type Any or an array-like type (section 3.3.2), and,… 33 …// V is an array assignment pattern, S is the type Any or an array-like type (section 3.3.2), and,… 35 // where N is the numeric index of E in the array assignment pattern, or
|
/third_party/boost/libs/outcome/doc/src/content/reference/types/basic_outcome/ |
D | move_assignment.md | 3 description = "Move assignment. Constexpr, triviality and noexcept propagating." 4 categories = ["operators", "assignment", "move-assignment"] 8 Move assignment. 10 *Requires*: that `value_type`, `error_type` and `exception_type` all implement move assignment. 12 …ove assignment operator, else either destructs or move constructs `value_type` as appropriate. `er…
|
D | copy_assignment.md | 3 description = "Copy assignment. Constexpr, triviality and noexcept propagating." 4 categories = ["operators", "assignment", "copy-assignment"] 8 Copy assignment. 10 *Requires*: that `value_type`, `error_type` and `exception_type` all implement copy assignment. 12 …opy assignment operator, else either destructs or copy constructs `value_type` as appropriate. `er…
|
/third_party/boost/libs/outcome/doc/src/content/reference/types/basic_result/ |
D | move_assignment.md | 3 description = "Move assignment. Constexpr, triviality and noexcept propagating." 4 categories = ["operators", "assignment", "move-assignment"] 8 Move assignment. 10 *Requires*: that `value_type` and `error_type` both implement move assignment. 12 …ue_type`'s move assignment operator, else either destructs or move constructs `value_type` as appr…
|
D | copy_assignment.md | 3 description = "Copy assignment. Constexpr, triviality and noexcept propagating." 4 categories = ["operators", "assignment", "copy-assignment"] 8 Copy assignment. 10 *Requires*: that `value_type` and `error_type` both implement copy assignment. 12 …ue_type`'s copy assignment operator, else either destructs or copy constructs `value_type` as appr…
|
/third_party/mesa3d/src/compiler/glsl/ |
D | opt_vectorize.cpp | 67 assignment[0] = NULL; in clear() 68 assignment[1] = NULL; in clear() 69 assignment[2] = NULL; in clear() 70 assignment[3] = NULL; in clear() 95 ir_assignment *assignment[4]; member in __anon733293f00111::ir_vectorize_visitor 185 if (this->assignment[i]) { in try_vectorize() 188 if (this->assignment[i] != this->last_assignment) { in try_vectorize() 189 this->assignment[i]->remove(); in try_vectorize() 263 this->assignment[write_mask_to_swizzle(ir->write_mask)] != NULL || in visit_enter() 381 this->assignment[channel] = ir; in visit_leave()
|
/third_party/boost/libs/spirit/example/x3/calc/calc9/ |
D | statement_def.hpp | 32 typedef x3::rule<assignment_class, ast::assignment> assignment_type; 38 assignment_type const assignment("assignment"); variable 45 +(variable_declaration | assignment) 50 > assignment 67 , assignment
|
/third_party/boost/libs/spirit/example/x3/calc/calc8/ |
D | statement_def.hpp | 32 typedef x3::rule<assignment_class, ast::assignment> assignment_type; 38 assignment_type const assignment = "assignment"; variable 45 +(variable_declaration | assignment) 50 > assignment 67 , assignment
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/calc7/ |
D | statement_def.hpp | 37 +(variable_declaration | assignment) in statement() 46 > assignment in statement() 49 assignment = in statement() 61 (assignment) in statement() 70 on_success(assignment, in statement()
|
D | ast.hpp | 65 struct assignment struct 73 assignment assign; 78 , assignment> 108 (client::ast::assignment, assign) 112 client::ast::assignment,
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/calc8/ |
D | statement_def.hpp | 43 | assignment in statement() 57 > assignment in statement() 60 assignment = in statement() 97 (assignment) in statement() 106 on_success(assignment, in statement()
|