HomeSort by: relevance | last modified time | path
    Searched refs:Conflict (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Module.h 391 /// An unresolved conflict with another module.
396 /// The message provided to the user when there is a conflict.
404 /// A conflict between two modules.
405 struct Conflict {
409 /// The message provided to the user when there is a conflict.
414 std::vector<Conflict> Conflicts;
695 /// A callback to call when a module conflict is found. \p Path
699 llvm::function_ref<void(ArrayRef<Module *> Path, Module *Conflict,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIFormMemoryClauses.cpp 171 auto Conflict = Map.find(Reg);
172 if (Conflict == Map.end())
179 if ((Conflict->second.second & Mask).any())
  /src/external/apache2/llvm/dist/clang/lib/Lex/
ModuleMap.cpp 1332 Module::Conflict Conflict;
1333 Conflict.Other = OtherMod;
1334 Conflict.Message = UC.Message;
1335 Mod->Conflicts.push_back(Conflict);
1353 Conflict,
1530 .Case("conflict", MMToken::Conflict)
2044 case MMToken::Conflict:
2687 /// Parse a conflict declaration
    [all...]
Preprocessor.cpp 1307 [&](ArrayRef<Module *> Path, Module *Conflict, StringRef Message) {
1312 << Conflict->getFullModuleName()
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 602 bool Conflict = false;
617 Conflict = true;
632 Conflict = true;
636 if (Conflict)
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp 687 Conflict
707 bool isConflict() const { return getStatus() == Conflict; }
714 Status = BDVState::Conflict;
717 // Conflict is a final state.
731 // If other is conflict - it is a final state.
736 // If bases are different - Conflict.
763 case Conflict:
805 // CONFLICT
807 // base or be in a conflict state.
808 // - For every conflict, insert a dummy PHI node without arguments. Ad
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonExpandCondsets.cpp 846 bool Conflict = (L && IsStore) || S;
847 if (Conflict)
  /src/games/hack/
hack.mon.c 141 if (Conflict && cansee(mtmp->mx, mtmp->my)
  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTReader.h 682 /// A module import, export, or conflict that hasn't yet been resolved.
691 enum { Import, Export, Conflict } Kind;
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 673 // conflict.
4372 case UnresolvedModuleRef::Conflict:
4374 Module::Conflict Conflict;
4375 Conflict.Other = ResolvedMod;
4376 Conflict.Message = Unresolved.String.str();
4377 Unresolved.Mod->Conflicts.push_back(Conflict);
5709 Unresolved.Kind = UnresolvedModuleRef::Conflict;
  /src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNSEmbeddedAPI.h 772 // -- If two entities on the network have RRs with the same name but different RDATA, this is a conflict
783 // Conflict? Does this record type react if we observe an apparent conflict?
786 // Probe? Conflict? Goodbye? Notes
1483 mDNSs32 LastConflictPktNum; // Number of the last received packet that caused a probing conflict.
1726 mDNSBool Conflict; // Set if this record set was forcibly deregistered because of a conflict
2848 // mDNS_Dereg_conflict is used to indicate that this record is being forcibly deregistered because of a conflict
mDNS.c 1033 #define kProbingConflictPauseDuration mDNSPlatformOneSecond // Duration of probing pause after an allowed mcast conflict.
1107 // complete ownership of *all* types for this name, so *any* record type with the same name is a conflict.
1253 // (depending on the OS and networking stack it's using) that it might interpret it as a conflict and change its IP address.
1919 // If we found a conflict, we may still want to insert the record in the list but mark it appropriately
1928 LogRedact(MDNS_LOG_CATEGORY_STATE, MDNS_LOG_DEFAULT, "mDNS_Register_internal: Name conflict " PRI_S " (%p), InterfaceID %p",
2051 // conflict and run through the same series of names: name-2, name-3, name-4, etc.,
2268 if (drt == mDNS_Dereg_conflict) // If this was a conflict, see that all duplicates get the same treatment
2339 // immediately. When there is a conflict, we deregister all the conflicting duplicate records
2488 debugf("mDNS_Deregister_internal: Cannot have a conflict on a shared record! %##s (%s)",
3206 // owner, because these packets can cause some IPv6 stacks to falsely conclude that there's an address conflict
8865 mDNSBool conflict = mDNSfalse; local
    [all...]

Completed in 172 milliseconds