Lines Matching refs:getInt
213 static unsigned getInt(StringRef R) { in getInt() function
229 unsigned AddrSpace = getInt(R); in getAddrSpace()
253 unsigned AS = getInt(Split.first); in parseSpecifier()
278 unsigned AddrSpace = Tok.empty() ? 0 : getInt(Tok); in parseSpecifier()
287 unsigned PointerMemSize = inBytes(getInt(Tok)); in parseSpecifier()
296 unsigned PointerABIAlign = inBytes(getInt(Tok)); in parseSpecifier()
309 PointerPrefAlign = inBytes(getInt(Tok)); in parseSpecifier()
317 IndexSize = inBytes(getInt(Tok)); in parseSpecifier()
340 unsigned Size = Tok.empty() ? 0 : getInt(Tok); in parseSpecifier()
351 unsigned ABIAlign = inBytes(getInt(Tok)); in parseSpecifier()
360 PrefAlign = inBytes(getInt(Tok)); in parseSpecifier()
369 unsigned Width = getInt(Tok); in parseSpecifier()
380 StackNaturalAlign = inBytes(getInt(Tok)); in parseSpecifier()