OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nextres
(Results
1 - 2
of
2
) sorted by null
/external/llvm/utils/TableGen/
DAGISelMatcherEmitter.cpp
642
OS << " unsigned
NextRes
= Result.size();\n";
653
OS << " Result.resize(
NextRes
+" << NumOps << ");\n";
669
OS << ", Result[
NextRes
+" << i << "].first";
/bionic/libc/netbsd/net/
getaddrinfo.c
480
struct addrinfo**
nextres
= res;
local
549
*
nextres
= ai;
550
nextres
= &ai->ai_next;
[
all
...]
Completed in 67 milliseconds