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
347
if (
EatIfPresent
(lltok::rsquare))
353
} while (
EatIfPresent
(lltok::comma));
639
} while (
EatIfPresent
(lltok::comma));
[
all
...]
LLParser.h
167
bool
EatIfPresent
(lltok::Kind T) {
Completed in 100 milliseconds