| /third_party/skia/third_party/externals/tint/src/writer/spirv/ |
| D | builder_assign_test.cc | 28 auto* assign = Assign("var", 1.f); in TEST_F() local 56 auto* assign = Assign("var", Expr(1.f)); in TEST_F() local 76 auto* assign = Assign("var", val); in TEST_F() local 106 auto* assign = Assign("var", init); in TEST_F() local 143 auto* assign = Assign("var", init); in TEST_F() local 186 auto* assign = Assign(MemberAccessor("ident", "b"), Expr(4.f)); in TEST_F() local 219 auto* assign = Assign("var", val); in TEST_F() local 252 auto* assign = Assign(MemberAccessor("var", "y"), Expr(1.f)); in TEST_F() local 287 auto* assign = Assign(IndexAccessor("var", 1), Expr(1.f)); in TEST_F() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | SmallString.h | 45 void assign(size_t NumElts, char Elt) { in assign() function 51 void assign(in_iter S, in_iter E) { in assign() function 57 void assign(StringRef RHS) { in assign() function 63 void assign(const SmallVectorImpl<char> &RHS) { in assign() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
| D | SmallString.h | 46 void assign(size_t NumElts, char Elt) { in assign() function 52 void assign(in_iter S, in_iter E) { in assign() function 58 void assign(StringRef RHS) { in assign() function 64 void assign(const SmallVectorImpl<char> &RHS) { in assign() function
|
| /third_party/mesa3d/src/compiler/glsl/ |
| D | lower_mat_op_to_vec.cpp | 130 ir_assignment *assign; in do_mul_mat_mat() local 162 ir_assignment *assign; in do_mul_mat_vec() local 273 ir_assignment *const assign = in do_equal_mat_mat() local 289 ir_assignment *const assign = in do_equal_mat_mat() local 333 ir_assignment *assign; in visit_leave() local
|
| D | opt_function_inlining.cpp | 199 ir_assignment *assign; in generate_inline() local 215 ir_assignment *assign; in generate_inline() local 266 ir_assignment *assign; in generate_inline() local
|
| D | ir_expression_flattening.cpp | 66 ir_assignment *assign; in handle_rvalue() local
|
| D | ir_variable_refcount.h | 41 ir_assignment *assign; member
|
| /third_party/rust/rust/src/tools/clippy/clippy_lints/src/ |
| D | needless_late_init.rs | 126 let assign = match expr.kind { in new() localVariable 133 let assign = Self::from_expr(expr, last.span)?; in new() localVariable 175 let assign = LocalAssign::new(cx, expr, binding_id)?; in assignment_suggestions() localVariable 267 let assign = LocalAssign::new(cx, usage.expr, binding_id)?; in check() localVariable
|
| /third_party/typescript/src/lib/ |
| D | es2015.core.d.ts | 266 assign<T extends {}, U>(target: T, source: U): T & U; method 275 assign<T extends {}, U, V>(target: T, source1: U, source2: V): T & U & V; method 285 assign<T extends {}, U, V, W>(target: T, source1: U, source2: V, source3: W): T & U & V & W; method 293 assign(target: object, ...sources: any[]): any; method
|
| /third_party/typescript/lib/ |
| D | lib.es2015.core.d.ts | 286 assign<T extends {}, U>(target: T, source: U): T & U; method 295 assign<T extends {}, U, V>(target: T, source1: U, source2: V): T & U & V; method 305 assign<T extends {}, U, V, W>(target: T, source1: U, source2: V, source3: W): T & U & V & W; method 313 assign(target: object, ...sources: any[]): any; method
|
| /third_party/rust/rust/tests/ui/macros/ |
| D | issue-39388.rs | 3 macro_rules! assign { macro
|
| /third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/ |
| D | Change.java | 51 public Builder assign(Assignment<?> assignment) { in assign() method in Change.Builder 58 public Builder assign(Column<?> column, Object value) { in assign() method in Change.Builder
|
| /third_party/typescript/tests/cases/compiler/ |
| D | objectAssignLikeNonUnionResult.ts | 6 declare function assign<T, U>(target: T, source: U): T & U; function
|
| /third_party/libabigail/tests/data/test-read-ctf/ |
| D | test-callback.c | 12 void assign() in assign() function
|
| /third_party/skia/third_party/externals/tint/src/writer/glsl/ |
| D | generator_impl_assign_test.cc | 27 auto* assign = Assign("lhs", "rhs"); in TEST_F() local
|
| /third_party/rust/rust/tests/ui/destructuring-assignment/ |
| D | tuple_struct_destructure.rs | 6 fn assign(self, first: &mut S, second: &mut T) { in assign() method
|
| /third_party/rust/rust/tests/ui/lint/ |
| D | lint-ctypes-73251.rs | 16 fn assign() -> Bar {} in assign() function
|
| D | lint-ctypes-73251-1.rs | 18 fn assign() -> Qux { in assign() function
|
| /third_party/skia/third_party/externals/tint/src/resolver/ |
| D | assignment_validation_test.cc | 57 auto* assign = Assign(Source{{12, 34}}, "a", 2.3f); in TEST_F() local 79 auto* assign = Assign(Source{{12, 34}}, "a", "b"); in TEST_F() local 99 auto* assign = Assign(Source{{12, 34}}, "a", "b"); in TEST_F() local
|
| /third_party/skia/third_party/externals/tint/src/writer/wgsl/ |
| D | generator_impl_assign_test.cc | 27 auto* assign = Assign(lhs, rhs); in TEST_F() local
|
| /third_party/skia/third_party/externals/tint/src/writer/msl/ |
| D | generator_impl_assign_test.cc | 27 auto* assign = Assign(lhs, rhs); in TEST_F() local
|
| /third_party/typescript/tests/cases/conformance/types/tuple/ |
| D | restTupleElements1.ts | 20 declare function assign<T, S extends T>(): void; function
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
| D | inlined_vector.h | 499 void assign(size_type n, const_reference v) { in assign() function 505 void assign(std::initializer_list<value_type> list) { in assign() function 515 void assign(ForwardIterator first, ForwardIterator last) { in assign() function 526 void assign(InputIterator first, InputIterator last) { in assign() function
|
| /third_party/skia/src/gpu/vk/ |
| D | GrVkTypesPriv.cpp | 15 void GrVkBackendSurfaceInfo::assign(const GrVkBackendSurfaceInfo& that, bool isThisValid) { in assign() function in GrVkBackendSurfaceInfo
|
| /third_party/protobuf/third_party/abseil-cpp/absl/container/ |
| D | inlined_vector.h | 558 void assign(size_type n, const_reference v) { in assign() function 564 void assign(std::initializer_list<value_type> list) { in assign() function 574 void assign(ForwardIterator first, ForwardIterator last) { in assign() function 585 void assign(InputIterator first, InputIterator last) { in assign() function
|