Home
last modified time | relevance | path

Searched refs:ClassSet (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp957 LLVM_NODISCARD static inline ClassSet
959 LLVM_NODISCARD inline ClassSet
961 LLVM_NODISCARD inline ClassSet
2341 ClassSet::Factory &CF = State->get_context<ClassSet>(); in mergeImpl()
2376 ClassSet OriginalSetLinkedToOther = in mergeImpl()
2472 ClassSet::Factory &CF = State->get_context<ClassSet>(); in addToDisequalityInfo()
2661 inline ClassSet
2667 inline ClassSet
2821 ClassSet::Factory &ClassSetFactory = State->get_context<ClassSet>(); in removeDeadBindings()
2835 ClassSet DisequalClasses = in removeDeadBindings()
[all …]
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DDXILEmitter.cpp321 StringSet<> ClassSet; in emitDXILOperationTable() local
325 if (ClassSet.find(DXILOp.DXILClass) != ClassSet.end()) in emitDXILOperationTable()
327 ClassSet.insert(DXILOp.DXILClass); in emitDXILOperationTable()