Searched refs:IntegerMode (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 3366 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()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 4011 bool &IntegerMode, bool &ComplexMode, in parseModeAttrArg() argument 4013 IntegerMode = true; in parseModeAttrArg() 4043 IntegerMode = false; in parseModeAttrArg() 4045 IntegerMode = false; in parseModeAttrArg() 4097 bool IntegerMode = true; in AddModeAttr() local 4112 IntegerMode, ComplexMode, ExplicitIEEE); in AddModeAttr() 4122 parseModeAttrArg(*this, Str, DestWidth, IntegerMode, ComplexMode, in AddModeAttr() 4172 else if (IntegerMode) { in AddModeAttr() 4185 if (IntegerMode) in AddModeAttr()
|