Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp280 bool ExplicitIEEE) const { in getRealTypeByWidth()
294 if (ExplicitIEEE) in getRealTypeByWidth()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h404 RealType getRealTypeByWidth(unsigned BitWidth, bool ExplicitIEEE) const;
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp4164 bool &ExplicitIEEE) { in parseModeAttrArg() argument
4186 ExplicitIEEE = true; in parseModeAttrArg()
4190 ExplicitIEEE = false; in parseModeAttrArg()
4251 bool ExplicitIEEE = false; in AddModeAttr() local
4264 IntegerMode, ComplexMode, ExplicitIEEE); in AddModeAttr()
4275 ExplicitIEEE); in AddModeAttr()
4341 NewElemTy = Context.getRealTypeForBitwidth(DestWidth, ExplicitIEEE); in AddModeAttr()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h731 QualType getRealTypeForBitwidth(unsigned DestWidth, bool ExplicitIEEE) const;
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11187 bool ExplicitIEEE) const { in getRealTypeForBitwidth()
11189 getTargetInfo().getRealTypeByWidth(DestWidth, ExplicitIEEE); in getRealTypeForBitwidth()