HomeSort by relevance Sort by last modified time
    Searched defs:Conflict (Results 1 - 8 of 8) 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::__anon2774
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...]
  /art/runtime/verifier/
reg_type_cache.h 123 const RegType& Conflict() {
  /external/clang/include/clang/Basic/
Module.h 211 /// \brief An unresolved conflict with another module.
216 /// \brief The message provided to the user when there is a conflict.
224 /// \brief A conflict between two modules.
225 struct Conflict {
229 /// \brief The message provided to the user when there is a conflict.
234 std::vector<Conflict> Conflicts;
  /external/clang/lib/Lex/
ModuleMap.cpp 668 Module::Conflict Conflict;
669 Conflict.Other = OtherMod;
670 Conflict.Message = Mod->UnresolvedConflicts[I].Message;
671 Mod->Conflicts.push_back(Conflict);
718 Conflict,
864 .Case("conflict", MMToken::Conflict)
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h 518 /// \brief A module import, export, or conflict that hasn't yet been resolved.
527 enum { Import, Export, Conflict } Kind;
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 299 // 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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 

Completed in 368 milliseconds