Home
last modified time | relevance | path

Searched refs:IntegerMode (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
4568 IntegerMode = true; in parseModeAttrArg()
4603 IntegerMode = false; in parseModeAttrArg()
4605 IntegerMode = false; in parseModeAttrArg()
4657 bool IntegerMode = true; in AddModeAttr() local
4672 IntegerMode, ComplexMode, ExplicitType); in AddModeAttr()
4682 parseModeAttrArg(*this, Str, DestWidth, IntegerMode, ComplexMode, in AddModeAttr()
4732 else if (IntegerMode) { in AddModeAttr()
4745 if (IntegerMode) in AddModeAttr()