Home
last modified time | relevance | path

Searched refs:skipSpace (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DScriptLexer.h25 StringRef skipSpace(StringRef s);
H A DScriptLexer.cpp110 s = skipSpace(s); in tokenize()
163 StringRef ScriptLexer::skipSpace(StringRef s) { in skipSpace() function in ScriptLexer
/freebsd/stand/ficl/
H A Dvm.c320 pSrc = skipSpace(pSrc, pEnd); in vmGetWord0()
794 char *skipSpace(char *cp, char *end) in skipSpace() function
H A Dficl.h664 char *skipSpace(char *cp, char *end);