Searched refs:WidthPos (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DBuiltins.cpp113 const char *WidthPos = ::strchr(getRecord(ID).Attributes, 'V'); local
114 if (!WidthPos)
117 ++WidthPos;
118 assert(*WidthPos == ':' &&
120 ++WidthPos;
123 unsigned Width = ::strtol(WidthPos, &EndPos, 10);

Completed in 97 milliseconds