HomeSort by: relevance | last modified time | path
    Searched refs:ProtoType (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 58 ProtoType = Ty;
71 assert(ProtoType && "Need to initialize SSAUpdater");
72 assert(ProtoType == V->getType() &&
141 return UndefValue::get(ProtoType);
159 PHINode *InsertedPHI = PHINode::Create(ProtoType, PredValues.size(),
264 return UndefValue::get(Updater->ProtoType);
271 PHINode *PHI = PHINode::Create(Updater->ProtoType, NumPreds,
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
SSAUpdater.h 46 /// ProtoType holds the type of the values being rewritten.
47 Type *ProtoType = nullptr;
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 797 // this is not correct because the operator new's prototype always says that
815 if (const auto *ProtoType = Ty->getAs<FunctionProtoType>())
816 if (!ProtoType->isNothrow())
888 if (const auto *ProtoType = Ty->getAs<FunctionProtoType>())
889 if (!ProtoType->isNothrow())
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseObjc.cpp 602 // If this is a method prototype, parse it.
1490 Declarator ParmDecl(DS, DeclaratorContext::Prototype);
2084 Decl *ProtoType = Actions.ActOnStartProtocolInterface(
2088 ParseObjCInterfaceDeclList(tok::objc_protocol, ProtoType);
2089 return Actions.ConvertDeclToDeclGroup(ProtoType);
3638 // MCDecl might be null due to error in method or c-function prototype, etc.

Completed in 31 milliseconds