/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | SIFormMemoryClauses.cpp | 171 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 D | OldLibs.pm | 170 OpenBSD::PackingElement::Conflict->add($splitted, $plist->pkgname); 173 OpenBSD::PackingElement::Conflict->add($splitted, $stem."-*");
|
H A D | PkgCfl.pod | 23 Conflict information can be extracted from a packing-list
|
H A D | PackingElement.pod | 141 =item ::Conflict
|
H A D | PkgCreate.pm | 682 package OpenBSD::PackingElement::Conflict;
|
H A D | PackingElement.pm | 1003 package OpenBSD::PackingElement::Conflict;
|
/openbsd/regress/usr.sbin/pkg_add/ |
H A D | check-cfl | 58 OpenBSD::PackingElement::Conflict->add($p3, "bar->=2");
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | Module.h | 436 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 D | ModuleMap.cpp | 1387 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 D | Preprocessor.cpp | 1344 [&](ArrayRef<Module *> Path, Module *Conflict, StringRef Message) { in makeModuleVisible() argument 1349 << Conflict->getFullModuleName() in makeModuleVisible()
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGRecordLayoutBuilder.cpp | 602 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 D | pkg_mklocatedb | 97 package OpenBSD::PackingElement::Conflict;
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 770 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 D | HexagonExpandCondsets.cpp | 866 bool Conflict = (L && IsStore) || S; in canMoveMemTo() local 867 if (Conflict) in canMoveMemTo()
|
/openbsd/gnu/usr.bin/cvs/doc/ |
H A D | cvs.info-9 | 160 * Conflict markers: Conflicts example. 161 * Conflict resolution: Conflicts example.
|
H A D | ChangeLog | 2233 * cvs.texinfo (File status): Change "Unresolved Conflict" to "File
|
H A D | cvs.texinfo | 5797 @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 D | hack.mon.c | 129 if(Conflict && cansee(mtmp->mx,mtmp->my) in movemon()
|
/openbsd/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 4409 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 D | ASTReader.h | 710 enum { Import, Export, Conflict, Affecting } Kind; enumerator
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86.td | 129 "Enable AVX-512 Conflict Detection Instructions",
|
/openbsd/gnu/llvm/clang/docs/ |
H A D | Modules.rst | 952 Conflict declarations
|
/openbsd/gnu/usr.bin/cvs/ |
H A D | FAQ | 1898 (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 D | frv.md | 664 ;; Media insns. Conflict table is as follows:
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | ChangeLog.1 | 3428 * alpha.md (ev5_e0): Conflict loads and stores.
|