Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclAttr.cpp3366 bool &IntegerMode, bool &ComplexMode) { in parseModeAttrArg() argument
3367 IntegerMode = true; in parseModeAttrArg()
3392 IntegerMode = false; in parseModeAttrArg()
3394 IntegerMode = false; in parseModeAttrArg()
3446 bool IntegerMode = true; in AddModeAttr() local
3460 IntegerMode, ComplexMode); in AddModeAttr()
3470 parseModeAttrArg(*this, Str, DestWidth, IntegerMode, ComplexMode); in AddModeAttr()
3519 else if (IntegerMode) { in AddModeAttr()
3532 if (IntegerMode) in AddModeAttr()