/external/swiftshader/src/Reactor/ |
D | Traits.hpp | 231 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/ |
D | SATestBuild.py | 710 IsReference = False variable 714 IsReference = True variable 716 IsReference = True variable
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_reference.cpp | 48 bool CPDF_Reference::IsReference() const { in IsReference() function in CPDF_Reference
|
D | cpdf_object.cpp | 93 bool CPDF_Object::IsReference() const { in IsReference() function in CPDF_Object
|
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vk_video/ |
D | vulkan_video_codec_h265std_decode.h | 23 uint32_t IsReference : 1; member
|
/external/deqp/external/vulkancts/scripts/src/vk_video/ |
D | vulkan_video_codec_h265std_decode.h | 23 uint32_t IsReference : 1; member
|
/external/clang/lib/AST/ |
D | APValue.cpp | 383 bool IsReference = Ty->isReferenceType(); in printPretty() local
|
/external/llvm/lib/CodeGen/MIRParser/ |
D | MILexer.cpp | 247 bool IsReference = C.remaining().startswith("%bb."); in maybeLexMachineBasicBlock() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
D | MILexer.cpp | 275 bool IsReference = C.remaining().startswith("%bb."); in maybeLexMachineBasicBlock() local
|
/external/llvm-project/llvm/lib/CodeGen/MIRParser/ |
D | MILexer.cpp | 290 bool IsReference = C.remaining().startswith("%bb."); in maybeLexMachineBasicBlock() local
|
/external/llvm-project/clang/lib/AST/ |
D | APValue.cpp | 672 bool IsReference = Ty->isReferenceType(); in printPretty() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | TGParser.cpp | 75 bool IsReference = false; in checkBitsConcrete() local
|
/external/llvm-project/llvm/lib/TableGen/ |
D | TGParser.cpp | 76 bool IsReference = false; in checkBitsConcrete() local
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngine.cpp | 1901 bool IsReference; in VisitCommonDeclRefExpr() local
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngine.cpp | 2562 bool IsReference = VInfo->second->isReferenceType(); in VisitCommonDeclRefExpr() local
|
/external/clang/lib/CodeGen/ |
D | MicrosoftCXXABI.cpp | 3685 bool IsReference = CatchHandlerType->isReferenceType(); in getAddrOfCXXCatchHandlerType() local
|
/external/llvm-project/clang/lib/CodeGen/ |
D | MicrosoftCXXABI.cpp | 3849 bool IsReference = CatchHandlerType->isReferenceType(); in getAddrOfCXXCatchHandlerType() local
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 2397 const bool IsReference = FoundVD->getType()->isReferenceType(); in HandleMemberExpr() local
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 3633 const bool IsReference = FoundVD->getType()->isReferenceType(); in HandleMemberExpr() local
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkStructTypes.inl | 6337 deUint32 IsReference:1; member
|
D | vkVulkan_c.inl | 868 deUint32 IsReference : 1; member
|