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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DEnvironment.h104 typedef Environment::BindingsTy::Factory FactoryTy; typedef in class:clang::ento::EnvironmentManager
105 FactoryTy F;
/external/llvm/include/llvm/ADT/
H A DImmutableMap.h281 typedef typename TreeTy::Factory FactoryTy; typedef in class:llvm::ImmutableMapRef
285 FactoryTy *Factory;
292 explicit ImmutableMapRef(const TreeTy* R, FactoryTy *F)
330 static inline ImmutableMapRef getEmptyMap(FactoryTy *F) {
H A DImmutableSet.h1119 typedef typename TreeTy::Factory FactoryTy; typedef in class:llvm::ImmutableSetRef
1123 FactoryTy *Factory;
1130 explicit ImmutableSetRef(TreeTy* R, FactoryTy *F)
1153 static inline ImmutableSetRef getEmptySet(FactoryTy *F) {

Completed in 140 milliseconds