Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp904 bool Output::inSeqAnyElement(InState State) { in inSeqAnyElement()
908 bool Output::inFlowSeqAnyElement(InState State) { in inFlowSeqAnyElement()
912 bool Output::inMapAnyKey(InState State) { in inMapAnyKey()
916 bool Output::inFlowMapAnyKey(InState State) { in inFlowMapAnyKey()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DLifetimeSafety.cpp650 LifetimeLattice transfer(LifetimeLattice InState, const AssignOriginFact &F) { in transfer() argument
653 LoanSet SrcLoans = InState.getLoans(SrcOID); in transfer()
655 Factory.OriginMapFactory.add(InState.Origins, DestOID, SrcLoans)); in transfer()