Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclAttr.cpp3844 bool &IntegerMode, bool &ComplexMode) { in parseModeAttrArg() argument
3846 ComplexMode = false; in parseModeAttrArg()
3873 ComplexMode = true; in parseModeAttrArg()
3925 bool ComplexMode = false; in AddModeAttr() local
3938 IntegerMode, ComplexMode); in AddModeAttr()
3948 parseModeAttrArg(*this, Str, DestWidth, IntegerMode, ComplexMode); in AddModeAttr()
4000 } else if (ComplexMode) { in AddModeAttr()
4021 if (ComplexMode) { in AddModeAttr()
4031 if (ComplexMode) { in AddModeAttr()