Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Frontend/
H A DInitPreprocessor.cpp301 static const char *getLockFreeValue(unsigned TypeWidth, unsigned InlineWidth) { in getLockFreeValue() argument
306 if ((TypeWidth & (TypeWidth - 1)) == 0 && TypeWidth <= InlineWidth) in getLockFreeValue()