Searched refs:intToken (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/ |
D | AsmLexer.cpp | 267 static AsmToken intToken(StringRef Ref, APInt &Value) in intToken() function 314 return intToken(Result, Value); in LexDigit() 346 return intToken(Result, Value); in LexDigit() 375 return intToken(Result, Value); in LexDigit() 405 return intToken(StringRef(TokStart, CurPtr - TokStart), Result); in LexDigit() 425 return intToken(Result, Value); in LexDigit()
|
/external/llvm/lib/MC/MCParser/ |
D | AsmLexer.cpp | 243 static AsmToken intToken(StringRef Ref, APInt &Value) in intToken() function 283 return intToken(Result, Value); in LexDigit() 312 return intToken(Result, Value); in LexDigit() 342 return intToken(StringRef(TokStart, CurPtr - TokStart), Result); in LexDigit() 362 return intToken(Result, Value); in LexDigit()
|