Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DSSAUpdater.cpp58 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()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
DSSAUpdater.h47 Type *ProtoType = nullptr; variable
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp815 if (const auto *ProtoType = Ty->getAs<FunctionProtoType>()) in VisitCXXNewAllocatorCall() local
816 if (!ProtoType->isNothrow()) in VisitCXXNewAllocatorCall()
888 if (const auto *ProtoType = Ty->getAs<FunctionProtoType>()) in VisitCXXNewExpr() local
889 if (!ProtoType->isNothrow()) in VisitCXXNewExpr()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
DParseObjc.cpp2084 Decl *ProtoType = Actions.ActOnStartProtocolInterface( in ParseObjCAtProtocolDeclaration() local
2088 ParseObjCInterfaceDeclList(tok::objc_protocol, ProtoType); in ParseObjCAtProtocolDeclaration()
2089 return Actions.ConvertDeclToDeclGroup(ProtoType); in ParseObjCAtProtocolDeclaration()