Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp4163 bool &IntegerMode, bool &ComplexMode, in parseModeAttrArg() argument
4166 ComplexMode = false; in parseModeAttrArg()
4198 ComplexMode = true; in parseModeAttrArg()
4250 bool ComplexMode = false; in AddModeAttr() local
4264 IntegerMode, ComplexMode, ExplicitIEEE); in AddModeAttr()
4274 parseModeAttrArg(*this, Str, DestWidth, IntegerMode, ComplexMode, in AddModeAttr()
4327 } else if (ComplexMode) { in AddModeAttr()
4348 if (ComplexMode) { in AddModeAttr()
4358 if (ComplexMode) { in AddModeAttr()