Searched refs:ProtoType (Results 1 - 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/example/
H A Dfeature_util.h187 template <typename ProtoType>
188 Features* GetFeatures(ProtoType* proto);
190 template <typename ProtoType>
191 const Features& GetFeatures(const ProtoType& proto);
201 template <typename FeatureType, typename ProtoType>
203 GetFeatureValues(const string& key, const ProtoType& proto) {
214 template <typename FeatureType, typename ProtoType>
216 const string& key, ProtoType* proto) {
224 template <typename ProtoType>
225 Feature* GetFeature(const string& key, ProtoType* prot
[all...]
/external/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp39 : AV(nullptr), ProtoType(nullptr), ProtoName(), InsertedPHIs(NewPHI) {}
50 ProtoType = Ty;
59 assert(ProtoType && "Need to initialize SSAUpdater");
60 assert(ProtoType == V->getType() &&
130 return UndefValue::get(ProtoType);
150 PHINode *InsertedPHI = PHINode::Create(ProtoType, PredValues.size(),
260 return UndefValue::get(Updater->ProtoType);
267 PHINode *PHI = PHINode::Create(Updater->ProtoType, NumPreds,
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DSSAUpdater.cpp39 : 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/
H A DSSAUpdater.h47 /// ProtoType holds the type of the values being rewritten.
48 Type *ProtoType; member in class:llvm::SSAUpdater
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
H A DSSAUpdater.h41 /// ProtoType holds the type of the values being rewritten.
42 Type *ProtoType; member in class:llvm::SSAUpdater
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp481 if (const FunctionProtoType *ProtoType = Ty->getAs<FunctionProtoType>())
482 if (!ProtoType->isNothrow(getContext()))
/external/clang/lib/Parse/
H A DParseObjc.cpp2094 Decl *ProtoType =
2101 ParseObjCInterfaceDeclList(tok::objc_protocol, ProtoType);
2102 return Actions.ConvertDeclToDeclGroup(ProtoType);

Completed in 184 milliseconds