OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isnext
(Results
1 - 5
of
5
) sorted by null
/ndk/sources/host-tools/nawk-20071023/
awk.h
188
#define
isnext
(n) ((n)->csub == JNEXT || (n)->csub == JNEXTFILE)
macro
run.c
200
if (isbreak(x) ||
isnext
(x) || iscont(x))
310
if (isexit(y) ||
isnext
(y))
1385
if (
isnext
(x) || isexit(x) || isret(x))
1399
if (
isnext
(x) || isexit(x) || isret(x))
1424
if (
isnext
(x) || isexit(x) || isret(x))
[
all
...]
/external/v8/src/compiler/
code-generator.cc
222
.
IsNext
(code()->InstructionBlockAt(block)->ao_number());
instruction.h
862
bool
IsNext
(const RpoNumber other) const {
[
all
...]
register-allocator.cc
[
all
...]
Completed in 147 milliseconds