Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DStratifiedSets.h109 bool inbounds(StratifiedIndex Idx) const { return Idx < Links.size(); } in inbounds() function
591 bool inbounds(StratifiedIndex N) const { return N < Links.size(); } in inbounds() function
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExpr.cpp3651 bool inbounds, in emitArraySubscriptGEP()
3726 QualType eltType, bool inbounds, in emitArraySubscriptGEP()