Searched refs:ExplicitType (Results 1 – 9 of 9) sorted by relevance
| /freebsd-src/contrib/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>;
|
| /freebsd-src/contrib/llvm-project/clang/lib/Basic/ |
| H A D | TargetInfo.cpp | 317 FloatModeKind ExplicitType) const { in getRealTypeByWidth() 333 if (ExplicitType == FloatModeKind::Float128) in getRealTypeByWidth() 336 if (ExplicitType == FloatModeKind::Ibm128) in getRealTypeByWidth()
|
| /freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 460 FloatModeKind ExplicitType) const;
|
| /freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 4212 FloatModeKind &ExplicitType) { in handleCallbackAttr() 4215 ExplicitType = FloatModeKind::NoFloat; in handleCallbackAttr() 4235 ExplicitType = FloatModeKind::Float128; in handleCalledOnceAttr() 4239 ExplicitType = FloatModeKind::LongDouble; in handleCalledOnceAttr() 4243 ExplicitType = FloatModeKind::Ibm128; 4304 FloatModeKind ExplicitType = FloatModeKind::NoFloat; in handleTransparentUnionAttr() 4317 IntegerMode, ComplexMode, ExplicitType); in AddAnnotationAttr() 4328 ExplicitType); in handleAnnotateAttr() 4394 NewElemTy = Context.getRealTypeForBitwidth(DestWidth, ExplicitType); in handleAlignedAttr() 4689 parseModeAttrArg(Sema & S,StringRef Str,unsigned & DestWidth,bool & IntegerMode,bool & ComplexMode,FloatModeKind & ExplicitType) parseModeAttrArg() argument 4781 FloatModeKind ExplicitType = FloatModeKind::NoFloat; AddModeAttr() local
|
| /freebsd-src/contrib/googletest/googlemock/test/ |
| H A D | gmock-actions_test.cc | 1675 TEST(ByRefTest, ExplicitType) { in TEST() argument
|
| /freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 792 FloatModeKind ExplicitType) const;
|
| /freebsd-src/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 12595 FloatModeKind ExplicitType) const { in mergeTypeLists() 12597 getTargetInfo().getRealTypeByWidth(DestWidth, ExplicitType); in mergeTypeLists()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 3283 Bitfield::set<APV::ExplicitType>(Record, true); in writeInstruction()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 6124 if (!Bitfield::get<APV::ExplicitType>(Rec)) { in parseFunctionBody()
|