Home
last modified time | relevance | path

Searched defs:inbounds (Results 1 – 4 of 4) sorted by relevance

/external/opencv/cv/src/
Dcvkdtree.cpp121 std::vector<int> inbounds; in find_ortho_range() local
/external/llvm/lib/Analysis/
DStratifiedSets.h129 bool inbounds(StratifiedIndex Idx) const { return Idx < Links.size(); } in inbounds() function
689 bool inbounds(StratifiedIndex N) const { return N < Links.size(); } in inbounds() function
DCFLAliasAnalysis.cpp523 bool inbounds(Node NodeIndex) const { return NodeIndex < NodeImpls.size(); } in inbounds() function in __anondc6bc0680111::WeightedBidirectionalGraph
/external/clang/lib/CodeGen/
DCGExpr.cpp2640 bool inbounds, in emitArraySubscriptGEP()
2675 QualType eltType, bool inbounds, in emitArraySubscriptGEP()