Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DStratifiedSets.h120 bool inbounds(StratifiedIndex Idx) const { return Idx < Links.size(); } in inbounds() function
602 bool inbounds(StratifiedIndex N) const { return N < Links.size(); } in inbounds() function
/external/clang/lib/CodeGen/
DCGExpr.cpp2809 bool inbounds, in emitArraySubscriptGEP()
2844 QualType eltType, bool inbounds, in emitArraySubscriptGEP()