Searched refs:Affecting (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.cpp | 648 for (const Module *Affecting : M->AffectingClangModules) { in addAffectingClangModule() local 649 assert(Affecting == Affecting->getTopLevelModule() && in addAffectingClangModule() 651 if (Affecting != M->getTopLevelModule() && in addAffectingClangModule() 652 !MDC.isPrebuiltModule(Affecting)) { in addAffectingClangModule() 653 if (auto ImportID = handleTopLevelModule(Affecting)) in addAffectingClangModule() 654 if (AddedModules.insert(Affecting).second) in addAffectingClangModule()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 718 enum { Import, Export, Conflict, Affecting } Kind; enumerator
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ScheduleZnver3.td | 620 …ULX32, [Zn3Multiplier], 3, [1], 2>; // Integer 32-bit Unsigned Multiply Without Affecting Flags. 624 …ULX64, [Zn3Multiplier], 3, [1], 2>; // Integer 32-bit Unsigned Multiply Without Affecting Flags.
|
| H A D | X86ScheduleZnver4.td | 634 …ULX32, [Zn4Multiplier], 3, [1], 2>; // Integer 32-bit Unsigned Multiply Without Affecting Flags. 638 …ULX64, [Zn4Multiplier], 3, [1], 2>; // Integer 32-bit Unsigned Multiply Without Affecting Flags.
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 4600 case UnresolvedModuleRef::Affecting: in ReadAST() 5948 Unresolved.Kind = UnresolvedModuleRef::Affecting; in ReadSubmoduleBlock()
|