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.cpp317 FloatModeKind ExplicitType) const { in getRealTypeByWidth()
333 if (ExplicitType == FloatModeKind::Float128) in getRealTypeByWidth()
336 if (ExplicitType == FloatModeKind::Ibm128) in getRealTypeByWidth()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp4212 FloatModeKind &ExplicitType) { in parseModeAttrArg() argument
4215 ExplicitType = FloatModeKind::NoFloat; in parseModeAttrArg()
4235 ExplicitType = FloatModeKind::Float128; in parseModeAttrArg()
4239 ExplicitType = FloatModeKind::LongDouble; in parseModeAttrArg()
4243 ExplicitType = FloatModeKind::Ibm128; in parseModeAttrArg()
4304 FloatModeKind ExplicitType = FloatModeKind::NoFloat; in AddModeAttr() local
4317 IntegerMode, ComplexMode, ExplicitType); in AddModeAttr()
4328 ExplicitType); in AddModeAttr()
4394 NewElemTy = Context.getRealTypeForBitwidth(DestWidth, ExplicitType); in AddModeAttr()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h460 FloatModeKind ExplicitType) const;
/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.h792 FloatModeKind ExplicitType) const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp12595 FloatModeKind ExplicitType) const { in getRealTypeForBitwidth()
12597 getTargetInfo().getRealTypeByWidth(DestWidth, ExplicitType); in getRealTypeForBitwidth()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3283 Bitfield::set<APV::ExplicitType>(Record, true); in writeInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6124 if (!Bitfield::get<APV::ExplicitType>(Rec)) { in parseFunctionBody()