MCPcopy Create free account
hub / github.com/ablab/spades / createError

Function createError

ext/src/llvm/APFloat.cpp:217–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215/* A bunch of private, handy routines. */
216
217static inline Error createError(const Twine &Err) {
218 return make_error<StringError>(Err, inconvertibleErrorCode());
219}
220
221static inline unsigned int
222partCountForBits(unsigned int bits)

Callers 8

readExponentFunction · 0.85
totalExponentFunction · 0.85
interpretDecimalFunction · 0.85
convertFromStringMethod · 0.85

Calls 1

inconvertibleErrorCodeFunction · 0.85

Tested by

no test coverage detected