Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DEnvironment.h101 using FactoryTy = Environment::BindingsTy::Factory;
103 FactoryTy F;
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableMap.h212 using FactoryTy = typename TreeTy::Factory; variable
216 FactoryTy *Factory;
223 ImmutableMapRef(const TreeTy *R, FactoryTy *F) in ImmutableMapRef()
230 static inline ImmutableMapRef getEmptyMap(FactoryTy *F) { in getEmptyMap()
H A DImmutableSet.h1088 using FactoryTy = typename TreeTy::Factory;
1092 FactoryTy *Factory;
1099 ImmutableSetRef(TreeTy *R, FactoryTy *F) : Root(R), Factory(F) {}
1101 static ImmutableSetRef getEmptySet(FactoryTy *F) {