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.cpp57 ProtoType = Ty; in Initialize()
70 assert(ProtoType && "Need to initialize SSAUpdater"); in AddAvailableValue()
71 assert(ProtoType == V->getType() && in AddAvailableValue()
140 return PoisonValue::get(ProtoType); in GetValueInMiddleOfBlock()
159 PHINode::Create(ProtoType, PredValues.size(), ProtoName); in GetValueInMiddleOfBlock()
312 return PoisonValue::get(Updater->ProtoType); in GetPoisonVal()
320 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.cpp948 if (const auto *ProtoType = Ty->getAs<FunctionProtoType>()) in VisitCXXNewAllocatorCall() local
949 if (!ProtoType->isNothrow()) in VisitCXXNewAllocatorCall()
1020 if (const auto *ProtoType = FD->getType()->getAs<FunctionProtoType>()) in VisitCXXNewExpr() local
1021 if (!ProtoType->isNothrow()) in VisitCXXNewExpr()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp1863 ObjCProtocolDecl *ProtoType = Actions.ObjC().ActOnStartProtocolInterface( in ParseObjCAtProtocolDeclaration() local
1867 ParseObjCInterfaceDeclList(tok::objc_protocol, ProtoType); in ParseObjCAtProtocolDeclaration()
1870 if (Actions.ActOnDuplicateODRHashDefinition(ProtoType, PreviousDef)) { in ParseObjCAtProtocolDeclaration()
1871 ProtoType->mergeDuplicateDefinitionWithCommon( in ParseObjCAtProtocolDeclaration()
1876 DiagsEmitter.diagnoseMismatch(PreviousDef, ProtoType); in ParseObjCAtProtocolDeclaration()
1879 return Actions.ConvertDeclToDeclGroup(ProtoType); in ParseObjCAtProtocolDeclaration()