Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/IR/
H A DPassRegistry.cpp76 PassInfo *InterfaceInfo = const_cast<PassInfo *>(getPassInfo(InterfaceID)); in registerAnalysisGroup() local
77 if (!InterfaceInfo) { in registerAnalysisGroup()
80 InterfaceInfo = &Registeree; in registerAnalysisGroup()
94 ImplementationInfo->addInterfaceImplemented(InterfaceInfo); in registerAnalysisGroup()
97 assert(InterfaceInfo->getNormalCtor() == nullptr && in registerAnalysisGroup()
102 InterfaceInfo->setNormalCtor(ImplementationInfo->getNormalCtor()); in registerAnalysisGroup()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1178 using InterfaceInfo = DenseMapInfo<const ObjCInterfaceDecl *>; typedef
1182 return {InterfaceInfo::getEmptyKey(), SelectorInfo::getEmptyKey(), false}; in getEmptyKey()
1186 return {InterfaceInfo::getTombstoneKey(), SelectorInfo::getTombstoneKey(), in getTombstoneKey()
1192 llvm::hash_code(InterfaceInfo::getHashValue(Key.Interface)), in getHashValue()
1199 return InterfaceInfo::isEqual(LHS.Interface, RHS.Interface) && in isEqual()