Home
last modified time | relevance | path

Searched refs:sourceExhausted (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDConvertUTF.h150 sourceExhausted, /* partial character in source, but hit end */ enumerator
274 return sourceExhausted; in convertUTF8Sequence()
277 return sourceExhausted; in convertUTF8Sequence()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
HDConvertUTF.cpp236 result = sourceExhausted; in ConvertUTF16toUTF32()
293 result = sourceExhausted; in ConvertUTF16toUTF8()
577 result = sourceExhausted; break; in ConvertUTF8toUTF16()
652 result = sourceExhausted; in ConvertUTF8toUTF32Impl()