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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DEnvironment.h108 typedef Environment::BindingsTy::Factory FactoryTy; typedef in class:clang::ento::EnvironmentManager
109 FactoryTy F;
/external/llvm/include/llvm/ADT/
H A DImmutableMap.h275 typedef typename TreeTy::Factory FactoryTy; typedef in class:llvm::ImmutableMapRef
279 FactoryTy *Factory;
286 explicit ImmutableMapRef(const TreeTy* R, FactoryTy *F)
317 static inline ImmutableMapRef getEmptyMap(FactoryTy *F) {
H A DImmutableSet.h1103 typedef typename TreeTy::Factory FactoryTy; typedef in class:llvm::ImmutableSetRef
1107 FactoryTy *Factory;
1114 explicit ImmutableSetRef(TreeTy* R, FactoryTy *F)
1137 static inline ImmutableSetRef getEmptySet(FactoryTy *F) {

Completed in 89 milliseconds