/third_party/typescript/tests/baselines/reference/ |
D | staticPropertyNameConflicts.errors.txt | 1 …ticPropertyNameConflicts.ts(3,12): error TS2699: Static property 'name' conflicts with built-in pr… 2 …ticPropertyNameConflicts.ts(8,12): error TS2699: Static property 'name' conflicts with built-in pr… 3 …PropertyNameConflicts.ts(14,12): error TS2699: Static property 'length' conflicts with built-in pr… 4 …PropertyNameConflicts.ts(19,12): error TS2699: Static property 'length' conflicts with built-in pr… 5 …pertyNameConflicts.ts(25,12): error TS2699: Static property 'prototype' conflicts with built-in pr… 7 …pertyNameConflicts.ts(30,12): error TS2699: Static property 'prototype' conflicts with built-in pr… 8 …PropertyNameConflicts.ts(36,12): error TS2699: Static property 'caller' conflicts with built-in pr… 9 …PropertyNameConflicts.ts(41,12): error TS2699: Static property 'caller' conflicts with built-in pr… 10 …pertyNameConflicts.ts(47,12): error TS2699: Static property 'arguments' conflicts with built-in pr… 11 …pertyNameConflicts.ts(52,12): error TS2699: Static property 'arguments' conflicts with built-in pr… [all …]
|
D | undefinedTypeAssignment4.errors.txt | 1 tests/cases/compiler/undefinedTypeAssignment4.ts(1,7): error TS2397: Declaration name conflicts wit… 2 tests/cases/compiler/undefinedTypeAssignment4.ts(4,11): error TS2397: Declaration name conflicts wi… 3 tests/cases/compiler/undefinedTypeAssignment4.ts(7,11): error TS2397: Declaration name conflicts wi… 9 !!! error TS2397: Declaration name conflicts with built-in global identifier 'undefined'. 14 !!! error TS2397: Declaration name conflicts with built-in global identifier 'undefined'. 19 !!! error TS2397: Declaration name conflicts with built-in global identifier 'undefined'.
|
D | staticPrototypeProperty.errors.txt | 2 …icPrototypeProperty.ts(2,11): error TS2699: Static property 'prototype' conflicts with built-in pr… 3 …icPrototypeProperty.ts(6,11): error TS2699: Static property 'prototype' conflicts with built-in pr… 12 !!! error TS2699: Static property 'prototype' conflicts with built-in property 'Function.prototype'… 18 !!! error TS2699: Static property 'prototype' conflicts with built-in property 'Function.prototype'…
|
D | es6ImportNamedImportMergeErrors.errors.txt | 1 …portNamedImportMergeErrors_1.ts(5,10): error TS2440: Import declaration conflicts with local decla… 2 …portNamedImportMergeErrors_1.ts(7,10): error TS2440: Import declaration conflicts with local decla… 20 !!! error TS2440: Import declaration conflicts with local declaration of 'x'. 24 !!! error TS2440: Import declaration conflicts with local declaration of 'x44'.
|
D | undefinedTypeAssignment2.errors.txt | 1 tests/cases/compiler/undefinedTypeAssignment2.ts(1,5): error TS2397: Declaration name conflicts wit… 7 !!! error TS2397: Declaration name conflicts with built-in global identifier 'undefined'.
|
D | undefinedTypeAssignment3.errors.txt | 1 tests/cases/compiler/undefinedTypeAssignment3.ts(1,5): error TS2397: Declaration name conflicts wit… 7 !!! error TS2397: Declaration name conflicts with built-in global identifier 'undefined'.
|
D | globalThisCollision.errors.txt | 1 …ance/es2019/globalThisCollision.js(1,5): error TS2397: Declaration name conflicts with built-in gl… 7 !!! error TS2397: Declaration name conflicts with built-in global identifier 'globalThis'.
|
D | extendGlobalThis2.errors.txt | 1 tests/cases/compiler/extendGlobalThis2.ts(1,11): error TS2397: Declaration name conflicts with buil… 7 !!! error TS2397: Declaration name conflicts with built-in global identifier 'globalThis'.
|
D | importAndVariableDeclarationConflict1.errors.txt | 1 …dVariableDeclarationConflict1.ts(5,1): error TS2440: Import declaration conflicts with local decla… 11 !!! error TS2440: Import declaration conflicts with local declaration of 'x'.
|
D | importAndVariableDeclarationConflict4.errors.txt | 1 …dVariableDeclarationConflict4.ts(6,1): error TS2440: Import declaration conflicts with local decla… 12 !!! error TS2440: Import declaration conflicts with local declaration of 'x'.
|
D | undefinedTypeAssignment1.errors.txt | 1 tests/cases/compiler/undefinedTypeAssignment1.ts(1,6): error TS2397: Declaration name conflicts wit… 7 !!! error TS2397: Declaration name conflicts with built-in global identifier 'undefined'.
|
D | functionAndImportNameConflict.errors.txt | 1 tests/cases/compiler/f2.ts(1,9): error TS2440: Import declaration conflicts with local declaration … 11 !!! error TS2440: Import declaration conflicts with local declaration of 'f'.
|
D | duplicateVarAndImport2.errors.txt | 1 tests/cases/compiler/duplicateVarAndImport2.ts(4,1): error TS2440: Import declaration conflicts wit… 10 !!! error TS2440: Import declaration conflicts with local declaration of 'a'.
|
D | mergeWithImportedType.errors.txt | 1 tests/cases/compiler/f2.ts(1,9): error TS2440: Import declaration conflicts with local declaration … 10 !!! error TS2440: Import declaration conflicts with local declaration of 'E'.
|
D | varNameConflictsWithImportInDifferentPartOfModule.errors.txt | 1 …ImportInDifferentPartOfModule.ts(6,5): error TS2440: Import declaration conflicts with local decla… 12 !!! error TS2440: Import declaration conflicts with local declaration of 'q'.
|
D | mergeWithImportedNamespace.errors.txt | 1 tests/cases/compiler/f2.ts(1,9): error TS2440: Import declaration conflicts with local declaration … 10 !!! error TS2440: Import declaration conflicts with local declaration of 'N'.
|
D | propertyNamedPrototype.errors.txt | 1 …pertyNamedPrototype.ts(3,12): error TS2699: Static property 'prototype' conflicts with built-in pr… 9 !!! error TS2699: Static property 'prototype' conflicts with built-in property 'Function.prototype'…
|
D | multipleExports.errors.txt | 2 tests/cases/compiler/multipleExports.ts(9,13): error TS2484: Export declaration conflicts with expo… 18 !!! error TS2484: Export declaration conflicts with exported declaration of 'x'.
|
D | es6ImportDefaultBindingMergeErrors.errors.txt | 1 …rtDefaultBindingMergeErrors_1.ts(5,8): error TS2440: Import declaration conflicts with local decla… 17 !!! error TS2440: Import declaration conflicts with local declaration of 'defaultBinding2'.
|
D | es6ImportNameSpaceImportMergeErrors.errors.txt | 3 …tNameSpaceImportMergeErrors_1.ts(7,8): error TS2440: Import declaration conflicts with local decla… 22 !!! error TS2440: Import declaration conflicts with local declaration of 'nameSpaceBinding3'.
|
D | shadowedInternalModule.errors.txt | 2 …tions/shadowedInternalModule.ts(30,5): error TS2440: Import declaration conflicts with local decla… 39 !!! error TS2440: Import declaration conflicts with local declaration of 'Y'.
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_fs_bank_conflicts.cpp | 632 weight_vector_type *conflicts = new weight_vector_type[p.num_atoms()]; in shader_conflict_weight_matrix() local 634 conflicts[r] = weight_vector_type(2 * p.num_atoms()); in shader_conflict_weight_matrix() 686 get(conflicts[r], s, p) + cycle_scale); in shader_conflict_weight_matrix() 687 set(conflicts[r], s, p, w); in shader_conflict_weight_matrix() 688 set(conflicts[s], r, p, w); in shader_conflict_weight_matrix() 693 return conflicts; in shader_conflict_weight_matrix() 704 const weight_vector_type *conflicts) in have_any_conflicts() argument 709 const unsigned m = DIV_ROUND_UP(conflicts[r].size, vector_width); in have_any_conflicts() 711 any_conflicts[r] |= sums(conflicts[r].v[s]); in have_any_conflicts() 737 const weight_vector_type &conflicts) in delta_conflicts() argument [all …]
|
/third_party/mesa3d/src/util/ |
D | register_allocate.c | 102 regs->regs[i].conflicts = rzalloc_array(regs->regs, BITSET_WORD, in ra_alloc_reg_set() 104 BITSET_SET(regs->regs[i].conflicts, i); in ra_alloc_reg_set() 139 BITSET_SET(reg1->conflicts, r2); in ra_add_conflict_list() 145 if (!BITSET_TEST(regs->regs[r1].conflicts, r2)) { in ra_add_reg_conflict() 209 BITSET_FOREACH_SET(c, reg->conflicts, regs->count) { in ra_make_reg_conflicts_transitive() 213 other->conflicts[i] |= reg->conflicts[i]; in ra_make_reg_conflicts_transitive() 337 unsigned int conflicts = 0; in ra_set_finalize() local 340 conflicts++; in ra_set_finalize() 342 max_conflicts = MAX2(max_conflicts, conflicts); in ra_set_finalize() 362 int conflicts = 0; in ra_set_finalize() local [all …]
|
/third_party/boost/tools/build/src/build/ |
D | build-request.jam | 41 # Update the list of expected conflicts based on the new 44 local rule remove-conflicts ( conflicts * : features * ) 47 for local c in $(conflicts) 67 local extra-conflicts ; 73 local x-product-conflicts = 74 [ remove-conflicts $(x-product-conflicts) : $(f) ] ; 84 if ! $(x-product-conflicts) 93 || [ remove-conflicts $(x-product-conflicts) : $(x-product-seen) ] 99 # A property is only allowed to be absent if it conflicts 103 extra-conflicts = $(f:J=/) ; [all …]
|
/third_party/boost/boost/graph/distributed/ |
D | boman_et_al_graph_coloring.hpp | 55 std::size_t conflicts; member 71 << "\nConflicts = " << conflicts << "\n" in print() 136 boman_et_al_graph_coloring_stats.conflicts = 0; in boman_et_al_graph_coloring() 255 boman_et_al_graph_coloring_stats.conflicts += in boman_et_al_graph_coloring() 318 boman_et_al_graph_coloring_stats.conflicts = in boman_et_al_graph_coloring() 319 all_reduce(pg, boman_et_al_graph_coloring_stats.conflicts, in boman_et_al_graph_coloring()
|