Home
last modified time | relevance | path

Searched refs:conflict (Results 1 – 25 of 270) sorted by relevance

1234567891011

/external/bison/src/
DInadequacyList.c39 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()
Dfiles.c349 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()
DAnnotationList.c593 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()
DInadequacyList.h81 Conflict conflict; member
/external/v8/src/compiler/
Dgreedy-allocator.cc350 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/
Dconflict-marker.c23 >>>> ORIGINAL conflict-marker.c#6
25 ==== THEIRS conflict-marker.c#7
27 ==== YOURS conflict-marker.c
/external/llvm/test/CodeGen/X86/
Davx512cdvl-intrinsics.ll77 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 …]
Dframe-base.ll3 ; The issue here was a conflict between forming a %rip-relative lea and a
/external/icu/icu4c/source/test/cintltst/
Dudatpg_test.c242 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/
Dupdate_tree_in_svn.py41 conflict = False
90 def cnf(src, dst): conflict = True
121 if conflict:
/external/llvm/test/Transforms/LoopLoadElim/
Dmemcheck.ll20 ; AGGRESSIVE: %found.conflict{{.*}} =
21 ; AGGRESSIVE: %found.conflict{{.*}} =
22 ; AGGRESSIVE-NOT: %found.conflict{{.*}} =
Dforward.ll15 ; CHECK: %found.conflict{{.*}} =
16 ; CHECK-NOT: %found.conflict{{.*}} =
/external/v8/test/unittests/compiler/
Dcoalesced-live-ranges-unittest.cc78 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/
Djconfig.h.in34 #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/
Denable_if.cpp22 …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/
Dfunctional.rb145 if conflict = @grammars[ name ] and conflict.source != grammar.source
/external/valgrind/drd/tests/
Dthreaded-fork-vcs.vgtest2 vgopts: --verify-conflict-set=yes
/external/clang/test/Modules/Inputs/Conflicts/
Dmodule.map4 conflict B, "we just don't like B"
/external/llvm/test/CodeGen/PowerPC/
Dloop-data-prefetch-inner.ll16 %memcheck.conflict = and i1 %bound0, %bound1
17 br i1 %memcheck.conflict, label %middle.block, label %vector.body
/external/llvm/test/Analysis/BasicAA/
D2003-04-22-GEPProblem.ll3 ; BasicAA was incorrectly concluding that P1 and P2 didn't conflict!
/external/llvm/test/tools/dsymutil/
Dabsolute_symbol.test14 might conflict with other real symbols in the same file.
/external/llvm/test/TableGen/
Ddefmclass.td48 // These multiclasses shouldn't conflict.
/external/libchrome/crypto/third_party/nss/
DREADME.chromium14 conflict with the same-named types defined in "base/basictypes.h".
/external/bison/tests/
Dconflicts.at29 # 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/
Dorg.freedesktop.Avahi.service23 # so that activation won't conflict with the init script startup.

1234567891011