Home
last modified time | relevance | path

Searched refs:ProtoType (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp57 ProtoType = Ty; in Initialize()
70 assert(ProtoType && "Need to initialize SSAUpdater"); in AddAvailableValue()
71 assert(ProtoType == V->getType() && in AddAvailableValue()
140 return UndefValue::get(ProtoType); in GetValueInMiddleOfBlock()
158 PHINode *InsertedPHI = PHINode::Create(ProtoType, PredValues.size(), in GetValueInMiddleOfBlock()
263 return UndefValue::get(Updater->ProtoType); in GetUndefVal()
270 PHINode *PHI = PHINode::Create(Updater->ProtoType, NumPreds, in CreateEmptyPHI()
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdater.h47 Type *ProtoType = nullptr; variable
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp973 if (const auto *ProtoType = Ty->getAs<FunctionProtoType>()) in VisitCXXNewAllocatorCall() local
974 if (!ProtoType->isNothrow()) in VisitCXXNewAllocatorCall()
1044 if (const auto *ProtoType = FD->getType()->getAs<FunctionProtoType>()) in VisitCXXNewExpr() local
1045 if (!ProtoType->isNothrow()) in VisitCXXNewExpr()
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseObjc.cpp2124 ObjCProtocolDecl *ProtoType = Actions.ActOnStartProtocolInterface( in ParseObjCAtProtocolDeclaration() local
2128 ParseObjCInterfaceDeclList(tok::objc_protocol, ProtoType); in ParseObjCAtProtocolDeclaration()
2131 if (Actions.ActOnDuplicateODRHashDefinition(ProtoType, PreviousDef)) { in ParseObjCAtProtocolDeclaration()
2132 ProtoType->mergeDuplicateDefinitionWithCommon( in ParseObjCAtProtocolDeclaration()
2137 DiagsEmitter.diagnoseMismatch(PreviousDef, ProtoType); in ParseObjCAtProtocolDeclaration()
2140 return Actions.ConvertDeclToDeclGroup(ProtoType); in ParseObjCAtProtocolDeclaration()