Home
last modified time | relevance | path

Searched refs:QueryResult (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DCFLSteensAliasAnalysis.h85 AliasResult QueryResult = query(LocA, LocB); in alias() local
86 if (QueryResult == MayAlias) in alias()
89 return QueryResult; in alias()
/external/llvm/include/llvm/Analysis/
DCFLSteensAliasAnalysis.h77 AliasResult QueryResult = query(LocA, LocB); in alias() local
78 if (QueryResult == MayAlias) in alias()
81 return QueryResult; in alias()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DTrie.h45 enum QueryResult { enum
89 QueryResult query(const std::string& s) const { in query()
108 return (QueryResult)i; in query()
213 typename Node::QueryResult r = nNode->query(s1); in addString()
252 typename Node::QueryResult r = nNode->query(s1); in lookup()
/external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/
Ddatastore_v3.pb.go2463 type QueryResult struct { struct
2478 func (m *QueryResult) Reset() { *m = QueryResult{} } argument
2479 func (m *QueryResult) String() string { return proto.CompactTextString(m) } argument
2480 func (*QueryResult) ProtoMessage() {} argument
2482 func (m *QueryResult) GetCursor() *Cursor { argument
2489 func (m *QueryResult) GetResult() []*EntityProto { argument
2496 func (m *QueryResult) GetSkippedResults() int32 { argument
2503 func (m *QueryResult) GetMoreResults() bool { argument
2510 func (m *QueryResult) GetKeysOnly() bool { argument
2517 func (m *QueryResult) GetIndexOnly() bool { argument
[all …]
Ddatastore_v3.proto471 message QueryResult { message
/external/swiftshader/third_party/subzero/src/
DIceBrowserCompileServer.cpp46 size_t QueryResult = in getIRTInterfaces() local
49 if (QueryResult != sizeof(gIRTFuncs)) in getIRTInterfaces()
/external/syzkaller/vendor/google.golang.org/appengine/datastore/
Dquery.go367 res := &pb.QueryResult{}
412 func callNext(c context.Context, res *pb.QueryResult, offset, limit int32) error { argument
563 res pb.QueryResult
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCFLAndersAliasAnalysis.cpp889 AliasResult QueryResult = query(LocA, LocB); in alias() local
890 if (QueryResult == MayAlias) in alias()
893 return QueryResult; in alias()