Searched refs:ProtoType (Results 1 – 4 of 4) sorted by relevance
59 ProtoType = Ty; in Initialize()73 assert(ProtoType && "Need to initialize SSAUpdater"); in AddAvailableValue()74 assert(ProtoType == V->getType() && in AddAvailableValue()144 return UndefValue::get(ProtoType); in GetValueInMiddleOfBlock()162 PHINode *InsertedPHI = PHINode::Create(ProtoType, PredValues.size(), in GetValueInMiddleOfBlock()274 return UndefValue::get(Updater->ProtoType); in GetUndefVal()281 PHINode *PHI = PHINode::Create(Updater->ProtoType, NumPreds, in CreateEmptyPHI()
48 Type *ProtoType = nullptr; variable
687 if (const auto *ProtoType = Ty->getAs<FunctionProtoType>()) in VisitCXXNewAllocatorCall() local688 if (!ProtoType->isNothrow()) in VisitCXXNewAllocatorCall()761 if (const auto *ProtoType = Ty->getAs<FunctionProtoType>()) in VisitCXXNewExpr() local762 if (!ProtoType->isNothrow()) in VisitCXXNewExpr()
2058 Decl *ProtoType = Actions.ActOnStartProtocolInterface( in ParseObjCAtProtocolDeclaration() local2062 ParseObjCInterfaceDeclList(tok::objc_protocol, ProtoType); in ParseObjCAtProtocolDeclaration()2063 return Actions.ConvertDeclToDeclGroup(ProtoType); in ParseObjCAtProtocolDeclaration()