Home
last modified time | relevance | path

Searched defs:IsReference (Results 1 – 21 of 21) 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/pdfium/core/fpdfapi/parser/
Dcpdf_reference.cpp48 bool CPDF_Reference::IsReference() const { in IsReference() function in CPDF_Reference
Dcpdf_object.cpp93 bool CPDF_Object::IsReference() const { in IsReference() function in CPDF_Object
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vk_video/
Dvulkan_video_codec_h265std_decode.h23 uint32_t IsReference : 1; member
/external/deqp/external/vulkancts/scripts/src/vk_video/
Dvulkan_video_codec_h265std_decode.h23 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/llvm-project/llvm/lib/CodeGen/MIRParser/
DMILexer.cpp290 bool IsReference = C.remaining().startswith("%bb."); in maybeLexMachineBasicBlock() local
/external/llvm-project/clang/lib/AST/
DAPValue.cpp672 bool IsReference = Ty->isReferenceType(); in printPretty() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGParser.cpp75 bool IsReference = false; in checkBitsConcrete() local
/external/llvm-project/llvm/lib/TableGen/
DTGParser.cpp76 bool IsReference = false; in checkBitsConcrete() local
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp1901 bool IsReference; in VisitCommonDeclRefExpr() local
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp2562 bool IsReference = VInfo->second->isReferenceType(); in VisitCommonDeclRefExpr() local
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp3685 bool IsReference = CatchHandlerType->isReferenceType(); in getAddrOfCXXCatchHandlerType() local
/external/llvm-project/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp3849 bool IsReference = CatchHandlerType->isReferenceType(); in getAddrOfCXXCatchHandlerType() local
/external/clang/lib/Sema/
DSemaDeclCXX.cpp2397 const bool IsReference = FoundVD->getType()->isReferenceType(); in HandleMemberExpr() local
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp3633 const bool IsReference = FoundVD->getType()->isReferenceType(); in HandleMemberExpr() local
/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl6337 deUint32 IsReference:1; member
DvkVulkan_c.inl868 deUint32 IsReference : 1; member