Home
last modified time | relevance | path

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

/freebsd/contrib/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>;
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp316 FloatModeKind ExplicitType) const { in getRealTypeByWidth()
332 if (ExplicitType == FloatModeKind::Float128) in getRealTypeByWidth()
335 if (ExplicitType == FloatModeKind::Ibm128) in getRealTypeByWidth()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h451 FloatModeKind ExplicitType) const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp4689 FloatModeKind &ExplicitType) { in parseModeAttrArg() argument
4692 ExplicitType = FloatModeKind::NoFloat; in parseModeAttrArg()
4712 ExplicitType = FloatModeKind::Float128; in parseModeAttrArg()
4716 ExplicitType = FloatModeKind::LongDouble; in parseModeAttrArg()
4720 ExplicitType = FloatModeKind::Ibm128; in parseModeAttrArg()
4781 FloatModeKind ExplicitType = FloatModeKind::NoFloat; in AddModeAttr() local
4794 IntegerMode, ComplexMode, ExplicitType); in AddModeAttr()
4805 ExplicitType); in AddModeAttr()
4871 NewElemTy = Context.getRealTypeForBitwidth(DestWidth, ExplicitType); in AddModeAttr()
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-actions_test.cc1675 TEST(ByRefTest, ExplicitType) { in TEST() argument
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h763 FloatModeKind ExplicitType) const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp12113 FloatModeKind ExplicitType) const { in getRealTypeForBitwidth()
12115 getTargetInfo().getRealTypeByWidth(DestWidth, ExplicitType); in getRealTypeForBitwidth()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3194 Bitfield::set<APV::ExplicitType>(Record, true); in writeInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5947 if (!Bitfield::get<APV::ExplicitType>(Rec)) { in parseFunctionBody()