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

  /external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 39 : AV(0), ProtoType(0), ProtoName(), InsertedPHIs(NewPHI) {}
52 ProtoType = Ty;
65 assert(ProtoType != 0 && "Need to initialize SSAUpdater");
66 assert(ProtoType == V->getType() &&
159 return UndefValue::get(ProtoType);
179 PHINode *InsertedPHI = PHINode::Create(ProtoType, PredValues.size(),
294 return UndefValue::get(Updater->ProtoType);
301 PHINode *PHI = PHINode::Create(Updater->ProtoType, NumPreds,
  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdater.h 43 /// ProtoType holds the type of the values being rewritten.
44 Type *ProtoType;
  /external/clang/lib/Parse/
ParseObjc.cpp 376 // If this is a method prototype, parse it.
    [all...]

Completed in 176 milliseconds