Home
last modified time | relevance | path

Searched defs:isDistance (Results 1 – 2 of 2) sorted by relevance

/external/libmojo/mojo/public/js/test/
Dvalidation_test_input_parser.js122 Item.prototype.isDistance = function() { method in Item
/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h407 bool isDistance() const { return Kind == Distance; } in isDistance() function