Home
last modified time | relevance | path

Searched defs:IsReference (Results 1 – 23 of 23) sorted by relevance

/external/swiftshader/src/Reactor/
DTraits.hpp231 struct IsReference struct
233 static constexpr bool value = false;
236 struct IsReference<T, std::enable_if_t<IsDefined<typename T::reference_underlying_type>::value>> struct
238 static constexpr bool value = true;
/external/clang/utils/analyzer/
DSATestBuild.py710 IsReference = False variable
714 IsReference = True variable
716 IsReference = True variable
/external/zucchini/aosp/include/components/zucchini/
Dimage_index.h62 bool IsReference(offset_t location) const { in IsReference() function
/external/zucchini/
Dimage_index.h62 bool IsReference(offset_t location) const { in IsReference() function
Dimage_index_unittest.cc112 TEST_F(ImageIndexTest, IsReference) { in TEST_F() argument
/external/pdfium/core/fpdfapi/parser/
Dcpdf_object.h139 bool IsReference() const { return !!AsReference(); } in IsReference() function
/external/gfxstream-protocols/registry/vulkan/include/vk_video/
Dvulkan_video_codec_h265std_decode.h25 uint32_t IsReference : 1; member
/external/vulkan-headers/include/vk_video/
Dvulkan_video_codec_h265std_decode.h32 uint32_t IsReference : 1; member
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vk_video/
Dvulkan_video_codec_h265std_decode.h34 uint32_t IsReference : 1; member
/external/swiftshader/include/vk_video/
Dvulkan_video_codec_h265std_decode.h32 uint32_t IsReference : 1; member
/external/gfxstream-protocols/include/vulkan/include/vk_video/
Dvulkan_video_codec_h265std_decode.h32 uint32_t IsReference : 1; member
/external/clang/lib/AST/
DAPValue.cpp383 bool IsReference = Ty->isReferenceType(); in printPretty() local
/external/llvm/lib/CodeGen/MIRParser/
DMILexer.cpp247 bool IsReference = C.remaining().startswith("%bb."); in maybeLexMachineBasicBlock() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMILexer.cpp275 bool IsReference = C.remaining().startswith("%bb."); in maybeLexMachineBasicBlock() local
/external/deqp/external/vulkancts/modules/vulkan/video/
DvktVideoBaseDecodeUtils.cpp306 bool NvidiaVideoDecodeH264DpbSlotInfo::IsReference () const in IsReference() function in vkt::video::NvidiaVideoDecodeH264DpbSlotInfo
338 bool NvidiaVideoDecodeH265DpbSlotInfo::IsReference() const in IsReference() function in vkt::video::NvidiaVideoDecodeH265DpbSlotInfo
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGParser.cpp75 bool IsReference = false; in checkBitsConcrete() local
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp1901 bool IsReference; in VisitCommonDeclRefExpr() local
/external/rust/crates/ash/src/vk/
Dnative.rs6258 pub fn IsReference(&self) -> u32 { in IsReference() method
6296 let IsReference: u32 = unsafe { ::std::mem::transmute(IsReference) }; localVariable
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp3685 bool IsReference = CatchHandlerType->isReferenceType(); in getAddrOfCXXCatchHandlerType() local
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_video.hpp2168 uint32_t IsReference : 1; member
/external/clang/lib/Sema/
DSemaDeclCXX.cpp2397 const bool IsReference = FoundVD->getType()->isReferenceType(); in HandleMemberExpr() local
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
DvkStructTypes.inl8865 uint32_t IsReference:1; member
DvkVulkan_c.inl1028 deUint32 IsReference : 1; member