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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.h61 unsigned getUIntVal() const { return UIntVal; } function in class:llvm::LLLexer
H A DLLParser.cpp449 unsigned TypeID = Lex.getUIntVal();
575 if (Lex.getUIntVal() != VarID)
828 unsigned SummaryID = Lex.getUIntVal();
1189 unsigned VarID = Lex.getUIntVal();
1237 unsigned AttrGrpNum = Lex.getUIntVal();
2438 std::pair<Type*, LocTy> &Entry = NumberedTypes[Lex.getUIntVal()];
2677 if (Lex.getUIntVal() != CurValID)
2710 if (Lex.getUIntVal() != CurValID)
3163 ID.UIntVal = Lex.getUIntVal();
3171 ID.UIntVal = Lex.getUIntVal();
[all...]

Completed in 120 milliseconds