Searched refs:ProtoType (Results 1 – 4 of 4) sorted by relevance
58 ProtoType = Ty; in Initialize()71 assert(ProtoType && "Need to initialize SSAUpdater"); in AddAvailableValue()72 assert(ProtoType == V->getType() && in AddAvailableValue()141 return UndefValue::get(ProtoType); in GetValueInMiddleOfBlock()159 PHINode *InsertedPHI = PHINode::Create(ProtoType, PredValues.size(), in GetValueInMiddleOfBlock()264 return UndefValue::get(Updater->ProtoType); in GetUndefVal()271 PHINode *PHI = PHINode::Create(Updater->ProtoType, NumPreds, in CreateEmptyPHI()
47 Type *ProtoType = nullptr; variable
815 if (const auto *ProtoType = Ty->getAs<FunctionProtoType>()) in VisitCXXNewAllocatorCall() local816 if (!ProtoType->isNothrow()) in VisitCXXNewAllocatorCall()888 if (const auto *ProtoType = Ty->getAs<FunctionProtoType>()) in VisitCXXNewExpr() local889 if (!ProtoType->isNothrow()) in VisitCXXNewExpr()
2084 Decl *ProtoType = Actions.ActOnStartProtocolInterface( in ParseObjCAtProtocolDeclaration() local2088 ParseObjCInterfaceDeclList(tok::objc_protocol, ProtoType); in ParseObjCAtProtocolDeclaration()2089 return Actions.ConvertDeclToDeclGroup(ProtoType); in ParseObjCAtProtocolDeclaration()