Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp4072 bool &IntegerMode, bool &ComplexMode, in parseModeAttrArg() argument
4075 ComplexMode = false; in parseModeAttrArg()
4107 ComplexMode = true; in parseModeAttrArg()
4159 bool ComplexMode = false; in AddModeAttr() local
4173 IntegerMode, ComplexMode, ExplicitIEEE); in AddModeAttr()
4183 parseModeAttrArg(*this, Str, DestWidth, IntegerMode, ComplexMode, in AddModeAttr()
4236 } else if (ComplexMode) { in AddModeAttr()
4257 if (ComplexMode) { in AddModeAttr()
4267 if (ComplexMode) { in AddModeAttr()