Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeCommon.h27 using ExplicitType = Bitfield::Element<bool, UsedWithInAlloca::NextBit, 1>; member
28 using SwiftError = Bitfield::Element<bool, ExplicitType::NextBit, 1>;
/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp333 FloatModeKind ExplicitType) const { in getRealTypeByWidth()
349 if (ExplicitType == FloatModeKind::Float128)
352 if (ExplicitType == FloatModeKind::Ibm128) in getTypeAlign()
/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp4481 FloatModeKind &ExplicitType) { in mergeInternalLinkageAttr()
4484 ExplicitType = FloatModeKind::NoFloat; in mergeInternalLinkageAttr()
4504 ExplicitType = FloatModeKind::Float128; in mergeInternalLinkageAttr()
4508 ExplicitType = FloatModeKind::LongDouble;
4512 ExplicitType = FloatModeKind::Ibm128; in mergeMinSizeAttr()
4573 FloatModeKind ExplicitType = FloatModeKind::NoFloat; in handleSharedAttr()
4586 IntegerMode, ComplexMode, ExplicitType); in handleSharedAttr()
4597 ExplicitType); in handleGlobalAttr()
4663 NewElemTy = Context.getRealTypeForBitwidth(DestWidth, ExplicitType); in handleGNUInlineAttr()
4219 parseModeAttrArg(Sema & S,StringRef Str,unsigned & DestWidth,bool & IntegerMode,bool & ComplexMode,FloatModeKind & ExplicitType) parseModeAttrArg() argument
4311 FloatModeKind ExplicitType = FloatModeKind::NoFloat; AddModeAttr() local
/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h466 FloatModeKind ExplicitType) const;
/llvm-project/clang/include/clang/AST/
H A DASTContext.h830 FloatModeKind ExplicitType) const;
/llvm-project/clang/lib/AST/
H A DASTContext.cpp13020 FloatModeKind ExplicitType) const { in getCommonNonSugarTypeNode()
13022 getTargetInfo().getRealTypeByWidth(DestWidth, ExplicitType); in getCommonNonSugarTypeNode()
/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3328 Bitfield::set<APV::ExplicitType>(Record, true); in writeInstruction()
/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6217 if (!Bitfield::get<APV::ExplicitType>(Rec)) { in parseFunctionBody()