Searched refs:Conflict (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h366 struct Conflict { struct in class:clang::Module
375 std::vector<Conflict> Conflicts;
639 llvm::function_ref<void(ArrayRef<Module *> Path, Module *Conflict,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFormMemoryClauses.cpp227 auto Conflict = Map.find(Reg); local
228 if (Conflict == Map.end())
235 if ((Conflict->second.second & Mask).any())
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp1298 Module::Conflict Conflict; local
1299 Conflict.Other = OtherMod;
1300 Conflict.Message = UC.Message;
1301 Mod->Conflicts.push_back(Conflict);
1319 Conflict, enumerator in enum:clang::MMToken::TokenKind
1496 .Case("conflict", MMToken::Conflict)
2011 case MMToken::Conflict:
2659 assert(Tok.is(MMToken::Conflict));
2661 Module::UnresolvedConflict Conflict; local
[all...]
H A DPreprocessor.cpp1291 [&](ArrayRef<Module *> Path, Module *Conflict, StringRef Message) {
1296 << Conflict->getFullModuleName()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp663 enum Status { Unknown, Base, Conflict }; enumerator in enum:__anon2749::BDVState::Status
679 bool isConflict() const { return getStatus() == Conflict; }
701 case Conflict:
738 return BDVState(BDVState::Conflict);
741 return BDVState(BDVState::Conflict);
743 case BDVState::Conflict:
900 // *always* produce Conflict.
904 // The only instance this does not return a Conflict is when both the
997 States[I] = BDVState(BDVState::Conflict, BaseInst);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp845 bool Conflict = (L && IsStore) || S;
846 if (Conflict)
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h686 enum { Import, Export, Conflict } Kind; enumerator in enum:clang::ASTReader::UnresolvedModuleRef::__anon168
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp4328 case UnresolvedModuleRef::Conflict:
4330 Module::Conflict Conflict; local
4331 Conflict.Other = ResolvedMod;
4332 Conflict.Message = Unresolved.String.str();
4333 Unresolved.Mod->Conflicts.push_back(Conflict);
5656 Unresolved.Kind = UnresolvedModuleRef::Conflict;
/freebsd-11-stable/contrib/subversion/
H A Dbuild.conf1716 description = Tool to Flag a Tree Conflict

Completed in 241 milliseconds