Home
last modified time | relevance | path

Searched defs:ExplicitType (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeCommon.h27 using ExplicitType = Bitfield::Element<bool, UsedWithInAlloca::NextBit, 1>; member
/freebsd-src/contrib/googletest/googlemock/test/
H A Dgmock-actions_test.cc1675 TEST(ByRefTest, ExplicitType) { in TEST() argument
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp4689 parseModeAttrArg(Sema & S,StringRef Str,unsigned & DestWidth,bool & IntegerMode,bool & ComplexMode,FloatModeKind & ExplicitType) parseModeAttrArg() argument
4781 FloatModeKind ExplicitType = FloatModeKind::NoFloat; AddModeAttr() local