Searched defs:IsReference (Results 1 – 11 of 11) sorted by relevance
231 struct IsReference struct233 static constexpr bool value = false;236 struct IsReference<T, std::enable_if_t<IsDefined<typename T::reference_underlying_type>::value>> struct238 static constexpr bool value = true;
23 uint32_t IsReference : 1; member
27 uint32_t IsReference : 1; member
32 uint32_t IsReference : 1; member
275 bool IsReference = C.remaining().startswith("%bb."); in maybeLexMachineBasicBlock() local
306 bool NvidiaVideoDecodeH264DpbSlotInfo::IsReference () const in IsReference() function in vkt::video::NvidiaVideoDecodeH264DpbSlotInfo338 bool NvidiaVideoDecodeH265DpbSlotInfo::IsReference() const in IsReference() function in vkt::video::NvidiaVideoDecodeH265DpbSlotInfo
75 bool IsReference = false; in checkBitsConcrete() local
8944 uint32_t IsReference:1; member
1028 deUint32 IsReference : 1; member
990 struct IsReference struct