Home
last modified time | relevance | path

Searched refs:getUIntVal (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLLexer.h62 unsigned getUIntVal() const { return UIntVal; } in getUIntVal() function
H A DLLParser.cpp424 unsigned TypeID = Lex.getUIntVal(); in ParseUnnamedType()
550 if (Lex.getUIntVal() != VarID) in ParseUnnamedGlobal()
1128 unsigned VarID = Lex.getUIntVal(); in ParseUnnamedAttrGrp()
2958 ID.UIntVal = Lex.getUIntVal(); in ParseValID()
2966 ID.UIntVal = Lex.getUIntVal(); in ParseValID()
3203 unsigned Opc = Lex.getUIntVal(); in ParseValID()
3301 unsigned Opc = Lex.getUIntVal(); in ParseValID()
3342 unsigned Opc = Lex.getUIntVal(); in ParseValID()
5500 NameID = Lex.getUIntVal(); in ParseBasicBlock()
8261 unsigned ID = Lex.getUIntVal(); in ParseVFuncId()
[all …]