OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EatIfPresent
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/AsmParser/
LLParser.cpp
338
if (
EatIfPresent
(lltok::rsquare))
344
} while (
EatIfPresent
(lltok::comma));
562
} while (
EatIfPresent
(lltok::comma));
871
if (
EatIfPresent
(lltok::equal) &&
[
all
...]
LLParser.h
157
bool
EatIfPresent
(lltok::Kind T) {
Completed in 447 milliseconds