Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DCFLAliasAnalysis.h73 AliasResult QueryResult = query(LocA, LocB); in alias() local
74 if (QueryResult == MayAlias) in alias()
77 return QueryResult; in alias()
/external/autotest/client/common_lib/cros/graphite/
Des_utils.py90 QueryResult = collections.namedtuple('QueryResult', ['total', 'hits']) variable
426 output = QueryResult(total_match, [])