Home
last modified time | relevance | path

Searched refs:inrange (Results 1 – 8 of 8) sorted by relevance

/openbsd/games/hack/
H A Dhack.wizard.c144 inrange(mtmp); /* try magic */ in wiz_hit()
149 inrange(struct monst *mtmp) in inrange() function
H A Dhack.h710 void inrange(struct monst *);
H A Dhack.mon.c359 inrange(mtmp); in m_move()
/openbsd/usr.bin/sed/
H A Dprocess.c286 if (cp->inrange) { in applies()
288 cp->inrange = 0; in applies()
303 cp->inrange = 1; in applies()
325 cp->inrange = 0; in resetstate()
H A Ddefs.h89 u_int inrange:1; /* True if in range */ member
H A Dcompile.c169 cmd->nonsel = cmd->inrange = 0; in compile_stream()
/openbsd/gnu/llvm/llvm/lib/AsmParser/
H A DLLLexer.cpp569 KEYWORD(inrange); in LexIdentifier()
/openbsd/gnu/llvm/llvm/docs/
H A DLangRef.rst10606 <result> = getelementptr <ty>, ptr <ptrval>{, [inrange] <ty> <idx>}*
10607 <result> = getelementptr inbounds <ty>, ptr <ptrval>{, [inrange] <ty> <idx>}*
10608 <result> = getelementptr <ty>, <N x ptr> <ptrval>, [inrange] <vector index type> <idx>
10740 If the ``inrange`` keyword is present before any index, loading from or
10743 the element selected by the index marked as ``inrange``. The result of a
10746 the ``inrange`` keyword is undefined, with the exception of comparisons
10748 by the ``inrange`` keyword, inclusive of the address one past the end of
10749 that element. Note that the ``inrange`` keyword is currently only allowed