Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSSAUpdater.cpp38 : AV(nullptr), ProtoType(nullptr), ProtoName(), InsertedPHIs(NewPHI) {} in SSAUpdater()
49 ProtoType = Ty; in Initialize()
58 assert(ProtoType && "Need to initialize SSAUpdater"); in AddAvailableValue()
59 assert(ProtoType == V->getType() && in AddAvailableValue()
129 return UndefValue::get(ProtoType); in GetValueInMiddleOfBlock()
149 PHINode *InsertedPHI = PHINode::Create(ProtoType, PredValues.size(), in GetValueInMiddleOfBlock()
259 return UndefValue::get(Updater->ProtoType); in GetUndefVal()
266 PHINode *PHI = PHINode::Create(Updater->ProtoType, NumPreds, in CreateEmptyPHI()
/external/llvm/include/llvm/Transforms/Utils/
DSSAUpdater.h47 Type *ProtoType; variable
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp425 if (const FunctionProtoType *ProtoType = Ty->getAs<FunctionProtoType>()) in VisitCXXNewExpr() local
426 if (!ProtoType->isNothrow(getContext())) in VisitCXXNewExpr()
/external/clang/lib/Parse/
DParseObjc.cpp1470 Decl *ProtoType = in ParseObjCAtProtocolDeclaration() local
1477 ParseObjCInterfaceDeclList(tok::objc_protocol, ProtoType); in ParseObjCAtProtocolDeclaration()
1478 return Actions.ConvertDeclToDeclGroup(ProtoType); in ParseObjCAtProtocolDeclaration()