Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp58 ProtoType = Ty; in Initialize()
71 assert(ProtoType && "Need to initialize SSAUpdater"); in AddAvailableValue()
72 assert(ProtoType == V->getType() && in AddAvailableValue()
141 return PoisonValue::get(ProtoType); in GetValueInMiddleOfBlock()
160 PHINode::Create(ProtoType, PredValues.size(), ProtoName); in GetValueInMiddleOfBlock()
313 return PoisonValue::get(Updater->ProtoType); in GetPoisonVal()
321 PHINode::Create(Updater->ProtoType, NumPreds, Updater->ProtoName); in CreateEmptyPHI()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdater.h49 Type *ProtoType = nullptr; variable
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp978 if (const auto *ProtoType = Ty->getAs<FunctionProtoType>()) in VisitCXXNewAllocatorCall() local
979 if (!ProtoType->isNothrow()) in VisitCXXNewAllocatorCall()
1049 if (const auto *ProtoType = FD->getType()->getAs<FunctionProtoType>()) in VisitCXXNewExpr() local
1050 if (!ProtoType->isNothrow()) in VisitCXXNewExpr()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp2130 ObjCProtocolDecl *ProtoType = Actions.ObjC().ActOnStartProtocolInterface( in ParseObjCAtProtocolDeclaration() local
2134 ParseObjCInterfaceDeclList(tok::objc_protocol, ProtoType); in ParseObjCAtProtocolDeclaration()
2137 if (Actions.ActOnDuplicateODRHashDefinition(ProtoType, PreviousDef)) { in ParseObjCAtProtocolDeclaration()
2138 ProtoType->mergeDuplicateDefinitionWithCommon( in ParseObjCAtProtocolDeclaration()
2143 DiagsEmitter.diagnoseMismatch(PreviousDef, ProtoType); in ParseObjCAtProtocolDeclaration()
2146 return Actions.ConvertDeclToDeclGroup(ProtoType); in ParseObjCAtProtocolDeclaration()