/external/bison/src/ |
D | InadequacyList.c | 39 result->inadequacy.conflict.token = token; in InadequacyList__new_conflict() 40 result->inadequacy.conflict.actions = actions; in InadequacyList__new_conflict() 51 bitset_free (node->inadequacy.conflict.actions); in InadequacyList__delete() 59 if (!bitset_test (self->inadequacy.conflict.actions, in InadequacyList__getShiftContributionIndex() 70 return self->inadequacy.conflict.token; in InadequacyList__getContributionToken()
|
D | files.c | 349 bool conflict = false; in output_file_name_check() local 354 conflict = true; in output_file_name_check() 364 conflict = true; in output_file_name_check() 367 if (conflict) in output_file_name_check()
|
D | AnnotationList.c | 593 rulei = bitset_first (a->inadequacyNode->inadequacy.conflict.actions); in AnnotationList__debug() 615 bitset_next (a->inadequacyNode->inadequacy.conflict.actions, in AnnotationList__debug() 701 token = self->inadequacyNode->inadequacy.conflict.token; in AnnotationList__computeDominantContribution() 722 .conflict.actions); in AnnotationList__computeDominantContribution() 725 .conflict.actions, actioni+1)) in AnnotationList__computeDominantContribution()
|
D | InadequacyList.h | 81 Conflict conflict; member
|
/external/v8/src/compiler/ |
D | greedy-allocator.cc | 350 for (LiveRange* conflict = conflicts.Current(); conflict != nullptr; in EvictAndRescheduleConflicts() local 351 conflict = conflicts.RemoveCurrentAndGetNext()) { in EvictAndRescheduleConflicts() 352 DCHECK(conflict->HasRegisterAssigned()); in EvictAndRescheduleConflicts() 353 CHECK(!conflict->TopLevel()->IsFixed()); in EvictAndRescheduleConflicts() 354 conflict->UnsetAssignedRegister(); in EvictAndRescheduleConflicts() 355 UnsetOperands(conflict, data()); in EvictAndRescheduleConflicts() 356 UpdateWeightAtEviction(conflict); in EvictAndRescheduleConflicts() 357 scheduler().Schedule(conflict); in EvictAndRescheduleConflicts() 358 TRACE("Evicted range %d%d.\n", conflict->TopLevel()->vreg(), in EvictAndRescheduleConflicts() 359 conflict->relative_id()); in EvictAndRescheduleConflicts() [all …]
|
/external/clang/test/Lexer/ |
D | conflict-marker.c | 23 >>>> ORIGINAL conflict-marker.c#6 25 ==== THEIRS conflict-marker.c#7 27 ==== YOURS conflict-marker.c
|
/external/llvm/test/CodeGen/X86/ |
D | avx512cdvl-intrinsics.ll | 77 declare <4 x i32> @llvm.x86.avx512.mask.conflict.d.128(<4 x i32>, <4 x i32>, i8) 90 %res = call <4 x i32> @llvm.x86.avx512.mask.conflict.d.128(<4 x i32> %x0, <4 x i32> %x1, i8 %x2) 91 %res1 = call <4 x i32> @llvm.x86.avx512.mask.conflict.d.128(<4 x i32> %x0, <4 x i32> %x1, i8 -1) 92 …%res3 = call <4 x i32> @llvm.x86.avx512.mask.conflict.d.128(<4 x i32> %x0, <4 x i32> zeroinitializ… 98 declare <8 x i32> @llvm.x86.avx512.mask.conflict.d.256(<8 x i32>, <8 x i32>, i8) 109 %res = call <8 x i32> @llvm.x86.avx512.mask.conflict.d.256(<8 x i32> %x0, <8 x i32> %x1, i8 %x2) 110 %res1 = call <8 x i32> @llvm.x86.avx512.mask.conflict.d.256(<8 x i32> %x0, <8 x i32> %x1, i8 -1) 115 declare <2 x i64> @llvm.x86.avx512.mask.conflict.q.128(<2 x i64>, <2 x i64>, i8) 126 %res = call <2 x i64> @llvm.x86.avx512.mask.conflict.q.128(<2 x i64> %x0, <2 x i64> %x1, i8 %x2) 127 %res1 = call <2 x i64> @llvm.x86.avx512.mask.conflict.q.128(<2 x i64> %x0, <2 x i64> %x1, i8 -1) [all …]
|
D | frame-base.ll | 3 ; The issue here was a conflict between forming a %rip-relative lea and a
|
/external/icu/icu4c/source/test/cintltst/ |
D | udatpg_test.c | 242 UDateTimePatternConflict conflict; in TestBuilder() local 265 conflict = udatpg_addPattern(dtpg, redundantPattern, 5, FALSE, result, 20, in TestBuilder() 272 conflict = udatpg_addPattern(dtpg, redundantPattern, 5, FALSE, result, 20, in TestBuilder() 274 if(conflict == UDATPG_NO_CONFLICT) { in TestBuilder() 289 conflict = udatpg_addPattern(dtpg, testPattern2, 7, FALSE, result, 20, in TestBuilder() 291 if((conflict != UDATPG_NO_CONFLICT)||U_FAILURE(errorCode)) { in TestBuilder()
|
/external/owasp/sanitizer/tools/ |
D | update_tree_in_svn.py | 41 conflict = False 90 def cnf(src, dst): conflict = True 121 if conflict:
|
/external/llvm/test/Transforms/LoopLoadElim/ |
D | memcheck.ll | 20 ; AGGRESSIVE: %found.conflict{{.*}} = 21 ; AGGRESSIVE: %found.conflict{{.*}} = 22 ; AGGRESSIVE-NOT: %found.conflict{{.*}} =
|
D | forward.ll | 15 ; CHECK: %found.conflict{{.*}} = 16 ; CHECK-NOT: %found.conflict{{.*}} =
|
/external/v8/test/unittests/compiler/ |
D | coalesced-live-ranges-unittest.cc | 78 for (auto conflict = conflicts.Current(); conflict != nullptr; in IsRangeConflictingWith() local 79 conflict = conflicts.GetNext()) { in IsRangeConflictingWith() 80 found_ids.insert(conflict->TopLevel()->vreg()); in IsRangeConflictingWith()
|
/external/libjpeg-turbo/win/ |
D | jconfig.h.in | 34 #ifndef __RPCNDR_H__ /* don't conflict if rpcndr.h already read */ 40 #if !(defined(_BASETSD_H_) || defined(_BASETSD_H)) /* don't conflict if basetsd.h already read */
|
/external/clang/test/SemaCXX/ |
D | enable_if.cpp | 22 …void conflict(int n) __attribute__((enable_if(n+n == 10, "chosen when 'n' is five"))); // expecte… 23 …void conflict(int n) __attribute__((enable_if(n*2 == 10, "chosen when 'n' is five"))); // expecte… 91 x.conflict(5); // expected-error{{call to member function 'conflict' is ambiguous}} in test()
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/ |
D | functional.rb | 145 if conflict = @grammars[ name ] and conflict.source != grammar.source
|
/external/valgrind/drd/tests/ |
D | threaded-fork-vcs.vgtest | 2 vgopts: --verify-conflict-set=yes
|
/external/clang/test/Modules/Inputs/Conflicts/ |
D | module.map | 4 conflict B, "we just don't like B"
|
/external/llvm/test/CodeGen/PowerPC/ |
D | loop-data-prefetch-inner.ll | 16 %memcheck.conflict = and i1 %bound0, %bound1 17 br i1 %memcheck.conflict, label %middle.block, label %vector.body
|
/external/llvm/test/Analysis/BasicAA/ |
D | 2003-04-22-GEPProblem.ll | 3 ; BasicAA was incorrectly concluding that P1 and P2 didn't conflict!
|
/external/llvm/test/tools/dsymutil/ |
D | absolute_symbol.test | 14 might conflict with other real symbols in the same file.
|
/external/llvm/test/TableGen/ |
D | defmclass.td | 48 // These multiclasses shouldn't conflict.
|
/external/libchrome/crypto/third_party/nss/ |
D | README.chromium | 14 conflict with the same-named types defined in "base/basictypes.h".
|
/external/bison/tests/ |
D | conflicts.at | 29 # make sure it finds the s/r conflict below. 450 # LR(1) parser table construction followed by conflict resolution 1064 # If conflict resolution makes states unreachable, remove those states, report 1077 /* S/R conflict resolved as reduce, so the state with item 1085 /* S/R conflict that need not be reported since it is unreachable because of 1086 * the previous conflict resolution. Nonterminal unreachable1 and all its 1093 /* Likewise for a R/R conflict and nonterminal unreachable2. */ 1275 # Used to lose earlier solved conflict messages even within a single S/R/R. 1503 echo "$file: error: expected $sr_exp shift/reduce conflict$s" >> experr 1507 echo "$file: error: expected $rr_exp reduce/reduce conflict$s" >> experr
|
/external/avahi/avahi-daemon/ |
D | org.freedesktop.Avahi.service | 23 # so that activation won't conflict with the init script startup.
|