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

1 2

  /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::__anon13320
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/clang/include/clang/Basic/
Module.h 281 /// \brief An unresolved conflict with another module.
286 /// \brief The message provided to the user when there is a conflict.
294 /// \brief A conflict between two modules.
295 struct Conflict {
299 /// \brief The message provided to the user when there is a conflict.
304 std::vector<Conflict> Conflicts;
546 /// \brief A callback to call when a module conflict is found. \p Path
550 Module *Conflict, StringRef Message)>
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
Module.h 295 /// \brief An unresolved conflict with another module.
300 /// \brief The message provided to the user when there is a conflict.
308 /// \brief A conflict between two modules.
309 struct Conflict {
313 /// \brief The message provided to the user when there is a conflict.
318 std::vector<Conflict> Conflicts;
560 /// \brief A callback to call when a module conflict is found. \p Path
564 Module *Conflict, StringRef Message)>
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
Module.h 295 /// \brief An unresolved conflict with another module.
300 /// \brief The message provided to the user when there is a conflict.
308 /// \brief A conflict between two modules.
309 struct Conflict {
313 /// \brief The message provided to the user when there is a conflict.
318 std::vector<Conflict> Conflicts;
560 /// \brief A callback to call when a module conflict is found. \p Path
564 Module *Conflict, StringRef Message)>
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
Module.h 295 /// \brief An unresolved conflict with another module.
300 /// \brief The message provided to the user when there is a conflict.
308 /// \brief A conflict between two modules.
309 struct Conflict {
313 /// \brief The message provided to the user when there is a conflict.
318 std::vector<Conflict> Conflicts;
560 /// \brief A callback to call when a module conflict is found. \p Path
564 Module *Conflict, StringRef Message)>
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
Module.h 295 /// \brief An unresolved conflict with another module.
300 /// \brief The message provided to the user when there is a conflict.
308 /// \brief A conflict between two modules.
309 struct Conflict {
313 /// \brief The message provided to the user when there is a conflict.
318 std::vector<Conflict> Conflicts;
560 /// \brief A callback to call when a module conflict is found. \p Path
564 Module *Conflict, StringRef Message)>
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
Module.h 295 /// \brief An unresolved conflict with another module.
300 /// \brief The message provided to the user when there is a conflict.
308 /// \brief A conflict between two modules.
309 struct Conflict {
313 /// \brief The message provided to the user when there is a conflict.
318 std::vector<Conflict> Conflicts;
560 /// \brief A callback to call when a module conflict is found. \p Path
564 Module *Conflict, StringRef Message)>
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
Module.h 295 /// \brief An unresolved conflict with another module.
300 /// \brief The message provided to the user when there is a conflict.
308 /// \brief A conflict between two modules.
309 struct Conflict {
313 /// \brief The message provided to the user when there is a conflict.
318 std::vector<Conflict> Conflicts;
560 /// \brief A callback to call when a module conflict is found. \p Path
564 Module *Conflict, StringRef Message)>
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
Module.h 295 /// \brief An unresolved conflict with another module.
300 /// \brief The message provided to the user when there is a conflict.
308 /// \brief A conflict between two modules.
309 struct Conflict {
313 /// \brief The message provided to the user when there is a conflict.
318 std::vector<Conflict> Conflicts;
560 /// \brief A callback to call when a module conflict is found. \p Path
564 Module *Conflict, StringRef Message)>
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
Module.h 295 /// \brief An unresolved conflict with another module.
300 /// \brief The message provided to the user when there is a conflict.
308 /// \brief A conflict between two modules.
309 struct Conflict {
313 /// \brief The message provided to the user when there is a conflict.
318 std::vector<Conflict> Conflicts;
560 /// \brief A callback to call when a module conflict is found. \p Path
564 Module *Conflict, StringRef Message)>
  /art/runtime/verifier/
register_line.cc 57 return verifier->GetRegTypeCache()->Conflict();
68 return verifier->GetRegTypeCache()->Conflict();
116 uint16_t conflict_type_id = verifier->GetRegTypeCache()->Conflict().GetId();
123 uint16_t conflict_type_id = verifier->GetRegTypeCache()->Conflict().GetId();
132 uint16_t conflict_type_id = verifier->GetRegTypeCache()->Conflict().GetId();
159 line_[i] = verifier->GetRegTypeCache()->Conflict().GetId();
reg_type_cache-inl.h 79 inline const ConflictType& RegTypeCache::Conflict() {
reg_type_cache.cc 96 case 'V': // For void types, conflict types.
98 return Conflict();
103 return Conflict();
220 return Conflict();
393 // If we get a conflict here, the merge result is a conflict, not an unresolved merge type.
395 return Conflict();
520 // 2) Checking whether the klass is instantiable and using conflict may produce a hard
533 return Conflict();
618 return Conflict();
    [all...]
reg_type_cache.h 124 const ConflictType& Conflict();
reg_type.cc 91 return "Conflict";
588 // Perform pointer equality tests for undefined and conflict to avoid virtual method dispatch.
590 const ConflictType& conflict = reg_types->Conflict(); local
593 DCHECK_EQ(this == &conflict, IsConflict());
594 DCHECK_EQ(&incoming_type == &conflict, incoming_type.IsConflict());
596 // There is a difference between undefined and conflict. Conflicts may be copied around, but
600 } else if (this == &conflict || &incoming_type == &conflict) {
601 return conflict; // (Conflict MERGE *) or (* MERGE Conflict) => Conflic
    [all...]
method_verifier.cc     [all...]
  /external/clang/lib/Lex/
ModuleMap.cpp     [all...]
Preprocessor.cpp 803 [&](ArrayRef<Module *> Path, Module *Conflict, StringRef Message) {
808 << Conflict->getFullModuleName()
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
status.go 110 StatusConflict: "Conflict",
  /prebuilts/go/linux-x86/src/net/http/
status.go 110 StatusConflict: "Conflict",
  /external/libbrillo/brillo/http/
http_request.h 171 static const int Conflict = 409;
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp 550 enum Status { Unknown, Base, Conflict };
566 bool isConflict() const { return getStatus() == Conflict; }
588 case Conflict:
624 return BDVState(BDVState::Conflict);
627 return BDVState(BDVState::Conflict);
629 case BDVState::Conflict:
662 // CONFLICT
664 // base or be in a conflict state.
665 // - For every conflict, insert a dummy PHI node without arguments. Add
667 // non-conflict, add the actual base
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonExpandCondsets.cpp 844 bool Conflict = (L && IsStore) || S;
845 if (Conflict)
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h 618 /// \brief A module import, export, or conflict that hasn't yet been resolved.
627 enum { Import, Export, Conflict } Kind;
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 540 // conflict.
    [all...]

Completed in 420 milliseconds

1 2