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.cpp340 FloatModeKind ExplicitType) const { in getRealTypeByWidth()
356 if (ExplicitType == FloatModeKind::Float128) in getRealTypeByWidth()
359 if (ExplicitType == FloatModeKind::Ibm128) in getRealTypeByWidth()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp4790 FloatModeKind &ExplicitType) { in parseModeAttrArg() argument
4793 ExplicitType = FloatModeKind::NoFloat; in parseModeAttrArg()
4813 ExplicitType = FloatModeKind::Float128; in parseModeAttrArg()
4817 ExplicitType = FloatModeKind::LongDouble; in parseModeAttrArg()
4821 ExplicitType = FloatModeKind::Ibm128; in parseModeAttrArg()
4882 FloatModeKind ExplicitType = FloatModeKind::NoFloat; in AddModeAttr() local
4895 IntegerMode, ComplexMode, ExplicitType); in AddModeAttr()
4906 ExplicitType); in AddModeAttr()
4972 NewElemTy = Context.getRealTypeForBitwidth(DestWidth, ExplicitType); in AddModeAttr()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h477 FloatModeKind ExplicitType) const;
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-actions_test.cc1739 TEST(ByRefTest, ExplicitType) { in TEST() argument
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h882 FloatModeKind ExplicitType) const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp13227 FloatModeKind ExplicitType) const { in getRealTypeForBitwidth()
13229 getTargetInfo().getRealTypeByWidth(DestWidth, ExplicitType); in getRealTypeForBitwidth()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3446 Bitfield::set<APV::ExplicitType>(Record, true); in writeInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6220 if (!Bitfield::get<APV::ExplicitType>(Rec)) { in parseFunctionBody()