Searched refs:ExplicitType (Results 1 – 8 of 8) sorted by relevance
/llvm-project/llvm/include/llvm/Bitcode/ |
H A D | BitcodeCommon.h | 27 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 D | TargetInfo.cpp | 333 FloatModeKind ExplicitType) const { in getRealTypeByWidth() 349 if (ExplicitType == FloatModeKind::Float128) 352 if (ExplicitType == FloatModeKind::Ibm128) in getTypeAlign()
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclAttr.cpp | 4481 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 D | TargetInfo.h | 466 FloatModeKind ExplicitType) const;
|
/llvm-project/clang/include/clang/AST/ |
H A D | ASTContext.h | 830 FloatModeKind ExplicitType) const;
|
/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 13020 FloatModeKind ExplicitType) const { in getCommonNonSugarTypeNode() 13022 getTargetInfo().getRealTypeByWidth(DestWidth, ExplicitType); in getCommonNonSugarTypeNode()
|
/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 3328 Bitfield::set<APV::ExplicitType>(Record, true); in writeInstruction()
|
/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 6217 if (!Bitfield::get<APV::ExplicitType>(Rec)) { in parseFunctionBody()
|