Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp4566 bool &IntegerMode, bool &ComplexMode, in parseModeAttrArg() argument
4569 ComplexMode = false; in parseModeAttrArg()
4606 ComplexMode = true; in parseModeAttrArg()
4658 bool ComplexMode = false; in AddModeAttr() local
4672 IntegerMode, ComplexMode, ExplicitType); in AddModeAttr()
4682 parseModeAttrArg(*this, Str, DestWidth, IntegerMode, ComplexMode, in AddModeAttr()
4735 } else if (ComplexMode) { in AddModeAttr()
4756 if (ComplexMode) { in AddModeAttr()
4766 if (ComplexMode) { in AddModeAttr()