HomeSort by relevance Sort by last modified time
    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 426 milliseconds