HomeSort by relevance Sort by last modified time
    Searched refs:getUIntVal (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/AsmParser/
LLLexer.h 59 unsigned getUIntVal() const { return UIntVal; }
LLParser.cpp 353 unsigned TypeID = Lex.getUIntVal();
455 if (Lex.getUIntVal() != VarID)
811 unsigned VarID = Lex.getUIntVal();
859 unsigned AttrGrpNum = Lex.getUIntVal();
    [all...]

Completed in 255 milliseconds