Searched refs:RHSComponentCache (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/ |
D | ItaniumDemangle.cpp | 88 Cache RHSComponentCache; member in __anon8e39910a0111::Node 100 : K(K_), RHSComponentCache(RHSComponentCache_), ArrayCache(ArrayCache_), in Node() 104 if (RHSComponentCache != Cache::Unknown) in hasRHSComponent() 105 return RHSComponentCache == Cache::Yes; in hasRHSComponent() 135 if (RHSComponentCache != Cache::No) in print() 275 : Node(KQualType, Child_->RHSComponentCache, in QualType() 355 : Node(KAbiTagAttr, Base_->RHSComponentCache, in AbiTagAttr() 408 : Node(KPointerType, Pointee_->RHSComponentCache), in PointerType() 473 : Node(KReferenceType, Pointee_->RHSComponentCache), in ReferenceType() 510 : Node(KPointerToMemberType, MemberType_->RHSComponentCache), in PointerToMemberType() [all …]
|
/external/libcxxabi/src/demangle/ |
D | ItaniumDemangle.h | 126 Cache RHSComponentCache; 139 : K(K_), RHSComponentCache(RHSComponentCache_), ArrayCache(ArrayCache_), in K() 152 if (RHSComponentCache != Cache::Unknown) in hasRHSComponent() 153 return RHSComponentCache == Cache::Yes; in hasRHSComponent() 183 if (RHSComponentCache != Cache::No) in print() 323 : Node(KQualType, Child_->RHSComponentCache, in QualType() 413 : Node(KAbiTagAttr, Base_->RHSComponentCache, in AbiTagAttr() 472 : Node(KPointerType, Pointee_->RHSComponentCache), in PointerType() 539 : Node(KReferenceType, Pointee_->RHSComponentCache), in ReferenceType() 578 : Node(KPointerToMemberType, MemberType_->RHSComponentCache), in PointerToMemberType() [all …]
|