Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIFormMemoryClauses.cpp171 auto Conflict = Map.find(Reg); in canBundle() local
172 if (Conflict == Map.end()) in canBundle()
179 if ((Conflict->second.second & Mask).any()) in canBundle()
/openbsd/usr.sbin/pkg_add/OpenBSD/
H A DOldLibs.pm170 OpenBSD::PackingElement::Conflict->add($splitted, $plist->pkgname);
173 OpenBSD::PackingElement::Conflict->add($splitted, $stem."-*");
H A DPkgCfl.pod23 Conflict information can be extracted from a packing-list
H A DPackingElement.pod141 =item ::Conflict
H A DPkgCreate.pm682 package OpenBSD::PackingElement::Conflict;
H A DPackingElement.pm1003 package OpenBSD::PackingElement::Conflict;
/openbsd/regress/usr.sbin/pkg_add/
H A Dcheck-cfl58 OpenBSD::PackingElement::Conflict->add($p3, "bar->=2");
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DModule.h436 struct Conflict { struct
445 std::vector<Conflict> Conflicts; argument
788 llvm::function_ref<void(ArrayRef<Module *> Path, Module *Conflict,
/openbsd/gnu/llvm/clang/lib/Lex/
H A DModuleMap.cpp1387 Module::Conflict Conflict; in resolveConflicts() local
1388 Conflict.Other = OtherMod; in resolveConflicts()
1389 Conflict.Message = UC.Message; in resolveConflicts()
1390 Mod->Conflicts.push_back(Conflict); in resolveConflicts()
1408 Conflict, enumerator
2098 case MMToken::Conflict: in parseModuleDecl()
2747 assert(Tok.is(MMToken::Conflict)); in parseConflict()
2749 Module::UnresolvedConflict Conflict; in parseConflict() local
2752 if (parseModuleId(Conflict.Id)) in parseConflict()
2766 << formatModuleId(Conflict.Id); in parseConflict()
[all …]
H A DPreprocessor.cpp1344 [&](ArrayRef<Module *> Path, Module *Conflict, StringRef Message) { in makeModuleVisible() argument
1349 << Conflict->getFullModuleName() in makeModuleVisible()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp602 bool Conflict = false; in computeVolatileBitfields() local
617 Conflict = true; in computeVolatileBitfields()
632 Conflict = true; in computeVolatileBitfields()
636 if (Conflict) in computeVolatileBitfields()
/openbsd/usr.sbin/pkg_add/
H A Dpkg_mklocatedb97 package OpenBSD::PackingElement::Conflict;
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp770 Conflict enumerator
790 bool isConflict() const { return getStatus() == Conflict; } in isConflict()
797 Status = BDVState::Conflict; in meet()
846 case Conflict: in print()
1119 States[I] = BDVState(I, BDVState::Conflict); in findBasePointer()
1167 States[I] = BDVState(I, BDVState::Conflict, BaseInst); in findBasePointer()
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp866 bool Conflict = (L && IsStore) || S; in canMoveMemTo() local
867 if (Conflict) in canMoveMemTo()
/openbsd/gnu/usr.bin/cvs/doc/
H A Dcvs.info-9160 * Conflict markers: Conflicts example.
161 * Conflict resolution: Conflicts example.
H A DChangeLog2233 * cvs.texinfo (File status): Change "Unresolved Conflict" to "File
H A Dcvs.texinfo5797 @c Conflict" in CVS 1.9 and earlier? I'm inclined to
6031 @cindex Conflict markers
6041 @cindex Conflict resolution
/openbsd/games/hack/
H A Dhack.mon.c129 if(Conflict && cansee(mtmp->mx,mtmp->my) in movemon()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp4409 case UnresolvedModuleRef::Conflict: in ReadAST()
4411 Module::Conflict Conflict; in ReadAST() local
4412 Conflict.Other = ResolvedMod; in ReadAST()
4413 Conflict.Message = Unresolved.String.str(); in ReadAST()
4414 Unresolved.Mod->Conflicts.push_back(Conflict); in ReadAST()
5791 Unresolved.Kind = UnresolvedModuleRef::Conflict; in ReadSubmoduleBlock()
/openbsd/gnu/llvm/clang/include/clang/Serialization/
H A DASTReader.h710 enum { Import, Export, Conflict, Affecting } Kind; enumerator
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86.td129 "Enable AVX-512 Conflict Detection Instructions",
/openbsd/gnu/llvm/clang/docs/
H A DModules.rst952 Conflict declarations
/openbsd/gnu/usr.bin/cvs/
H A DFAQ1898 (i.e. Merged or Conflict rather than 'U' or 'C'), single keys bound to
5916 "Unresolved Conflict".
/openbsd/gnu/gcc/gcc/config/frv/
H A Dfrv.md664 ;; Media insns. Conflict table is as follows:
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog.13428 * alpha.md (ev5_e0): Conflict loads and stores.