HomeSort by relevance Sort by last modified time
    Searched refs:ProtoType (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 38 : AV(nullptr), ProtoType(nullptr), ProtoName(), InsertedPHIs(NewPHI) {}
49 ProtoType = Ty;
58 assert(ProtoType && "Need to initialize SSAUpdater");
59 assert(ProtoType == V->getType() &&
129 return UndefValue::get(ProtoType);
149 PHINode *InsertedPHI = PHINode::Create(ProtoType, PredValues.size(),
259 return UndefValue::get(Updater->ProtoType);
266 PHINode *PHI = PHINode::Create(Updater->ProtoType, NumPreds,
  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdater.h 46 /// ProtoType holds the type of the values being rewritten.
47 Type *ProtoType;
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 425 if (const FunctionProtoType *ProtoType = Ty->getAs<FunctionProtoType>())
426 if (!ProtoType->isNothrow(getContext()))
  /external/clang/lib/Parse/
ParseObjc.cpp 398 // If this is a method prototype, parse it.
    [all...]

Completed in 113 milliseconds