HomeSort by relevance Sort by last modified time
    Searched refs:Conflict (Results 1 - 21 of 21) sorted by null

  /external/bison/src/
InadequacyList.h 37 * For a conflict, each rule in the grammar can have at most one contributing
39 * cannot have lookaheads. For a conflict, exactly one shift can contribute.
41 * possible contributions to any conflict. The maximum number of possible
55 chosen in a conflict is a syntax error because of a %nonassoc. */
59 * The description of a conflict. Don't break encapsulation by modifying the
68 } Conflict;
81 Conflict conflict; member in union:InadequacyList::__anon5758
101 * \c manifesting_state, the following actions are in conflict on \c token:
129 * \c self (perhaps because \c self isn't a conflict)
    [all...]
  /external/v8/test/mjsunit/es6/
block-conflicts-sloppy.js 11 return 'Conflict';
51 assertEquals(expected === 'LocalConflict' ? 'Conflict' : expected,
57 TestAll('Conflict', s);
58 TestAll('Conflict', 'eval("' + s + '");');
block-conflicts.js 13 return 'Conflict';
51 assertEquals(expected === 'LocalConflict' ? 'Conflict' : expected,
57 TestAll('Conflict', s);
58 TestAll('Conflict', 'eval("' + s + '");');
  /external/clang/include/clang/Basic/
Module.h 283 /// \brief An unresolved conflict with another module.
288 /// \brief The message provided to the user when there is a conflict.
296 /// \brief A conflict between two modules.
297 struct Conflict {
301 /// \brief The message provided to the user when there is a conflict.
306 std::vector<Conflict> Conflicts;
548 /// \brief A callback to call when a module conflict is found. \p Path
552 Module *Conflict, StringRef Message)>
  /art/runtime/verifier/
register_line.cc 54 return verifier->GetRegTypeCache()->Conflict();
65 return verifier->GetRegTypeCache()->Conflict();
113 uint16_t conflict_type_id = verifier->GetRegTypeCache()->Conflict().GetId();
120 uint16_t conflict_type_id = verifier->GetRegTypeCache()->Conflict().GetId();
129 uint16_t conflict_type_id = verifier->GetRegTypeCache()->Conflict().GetId();
156 line_[i] = verifier->GetRegTypeCache()->Conflict().GetId();
reg_type_cache.cc 96 case 'V': // For void types, conflict types.
98 return Conflict();
103 return Conflict();
221 return Conflict();
387 // If we get a conflict here, the merge result is a conflict, not an unresolved merge type.
389 return Conflict();
514 // 2) Checking whether the klass is instantiable and using conflict may produce a hard
527 return Conflict();
612 return Conflict();
    [all...]
reg_type_cache.h 124 const ConflictType& Conflict() {
reg_type.cc 86 return "Conflict";
580 // Perform pointer equality tests for undefined and conflict to avoid virtual method dispatch.
582 const ConflictType& conflict = reg_types->Conflict(); local
585 DCHECK_EQ(this == &conflict, IsConflict());
586 DCHECK_EQ(&incoming_type == &conflict, incoming_type.IsConflict());
588 // There is a difference between undefined and conflict. Conflicts may be copied around, but
592 } else if (this == &conflict || &incoming_type == &conflict) {
593 return conflict; // (Conflict MERGE *) or (* MERGE Conflict) => Conflic
    [all...]
method_verifier.cc     [all...]
  /external/clang/lib/Lex/
ModuleMap.cpp     [all...]
Preprocessor.cpp 800 [&](ArrayRef<Module *> Path, Module *Conflict, StringRef Message) {
805 << Conflict->getFullModuleName()
    [all...]
  /external/libbrillo/brillo/http/
http_request.h 171 static const int Conflict = 409;
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp 602 enum Status { Unknown, Base, Conflict };
615 bool isConflict() const { return getStatus() == Conflict; }
634 case Conflict:
700 return BDVState(BDVState::Conflict);
703 return BDVState(BDVState::Conflict);
705 case BDVState::Conflict:
733 // CONFLICT
735 // base or be in a conflict state.
736 // - For every conflict, insert a dummy PHI node without arguments. Add
738 // non-conflict, add the actual base
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonExpandCondsets.cpp 876 bool Conflict = (L && IsStore) || S;
877 if (Conflict)
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h 627 /// \brief A module import, export, or conflict that hasn't yet been resolved.
636 enum { Import, Export, Conflict } Kind;
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 534 // conflict.
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 643 // -- If two entities on the network have RRs with the same name but different RDATA, this is a conflict
654 // Conflict? Does this record type react if we observe an apparent conflict?
657 // Probe? Conflict? Goodbye? Notes
    [all...]
mDNS.c 630 // complete ownership of *all* types for this name, so *any* record type with the same name is a conflict.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 281 milliseconds