Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeCommon.h24 using ExplicitType = Bitfield::Element<bool, UsedWithInAlloca::NextBit, 1>; member
25 using SwiftError = Bitfield::Element<bool, ExplicitType::NextBit, 1>;
/freebsd-13.1/contrib/googletest/googlemock/test/
H A Dgmock-actions_test.cc1115 TEST(ByRefTest, ExplicitType) { in TEST() argument
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3052 Bitfield::set<APV::ExplicitType>(Record, true); in writeInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4892 if (!Bitfield::get<APV::ExplicitType>(Rec)) { in parseFunctionBody()