Searched refs:ErrCB (Results 1 – 1 of 1) sorted by relevance
1880 ErrorCallbackType ErrCB) { in parseIRConstant() argument1886 return ErrCB(Loc + Err.getColumnNo(), Err.getMessage()); in parseIRConstant()2070 ErrorCallbackType ErrCB) { in getUnsigned() argument2075 return ErrCB(Token.location(), "expected 32-bit integer (too large)"); in getUnsigned()2084 return ErrCB(Token.location(), "expected 32-bit integer (too large)"); in getUnsigned()2179 ErrorCallbackType ErrCB) { in parseGlobalValue() argument2185 return ErrCB(Token.location(), Twine("use of undefined global value '") + in parseGlobalValue()2191 if (getUnsigned(Token, GVIdx, ErrCB)) in parseGlobalValue()2195 return ErrCB(Token.location(), Twine("use of undefined global value '@") + in parseGlobalValue()3080 const Value *&V, ErrorCallbackType ErrCB) { in parseIRValue() argument[all …]