Home
last modified time | relevance | path

Searched refs:joinTypeErased (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.h75 virtual TypeErasedLattice joinTypeErased(const TypeErasedLattice &,
H A DDataflowAnalysis.h97 TypeErasedLattice joinTypeErased(const TypeErasedLattice &E1, in joinTypeErased() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp167 return {AC.Analysis.joinTypeErased(L.Lattice, R.Lattice), in join()