OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:skip_while
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.27/bfd/
elf32-sh-symbian.c
80
#define
SKIP_WHILE
(s,e,c,m) \
260
SKIP_WHILE
(s, e, ' ', "IMPORT: Name just followed by spaces");
293
SKIP_WHILE
(s, e, ' ', "IMPORT AS: Nothing after AS");
301
SKIP_WHILE
(s, e, ' ', "IMPORT AS: Current name just followed by spaces");
/external/llvm/lib/Support/
YAMLParser.cpp
386
StringRef::iterator
skip_while
( SkipWhileFunc Func
892
StringRef::iterator Scanner::
skip_while
( SkipWhileFunc Func
function in class:Scanner
904
auto Final =
skip_while
(Func, Current);
[
all
...]
Completed in 2134 milliseconds