/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
D | NoUncountedMembersChecker.cpp | 73 const Type *MemberType = Member->getType().getTypePtrOrNull(); in visitRecordDecl() local 74 if (!MemberType) in visitRecordDecl() 77 if (auto *MemberCXXRD = MemberType->getPointeeCXXRecordDecl()) { in visitRecordDecl() 82 reportBug(Member, MemberType, MemberCXXRD, RD); in visitRecordDecl() 122 void reportBug(const FieldDecl *Member, const Type *MemberType, in reportBug() argument 126 assert(MemberType); in reportBug() 137 << (isa<PointerType>(MemberType) ? "raw pointer" : "reference") in reportBug()
|
/external/llvm-project/clang/test/CXX/basic/basic.types/ |
D | p10.cpp | 118 struct MemberType { struct 120 constexpr MemberType(); 122 constexpr int f(MemberType<int>) { return 0; } in f() 123 constexpr int f(MemberType<NonLiteral>) { return 0; } // expected-error {{not a literal type}} in f()
|
/external/clang/test/CXX/basic/basic.types/ |
D | p10.cpp | 118 struct MemberType { struct 120 constexpr MemberType(); 122 constexpr int f(MemberType<int>) { return 0; } in f() 123 constexpr int f(MemberType<NonLiteral>) { return 0; } // expected-error {{not a literal type}} in f()
|
/external/tensorflow/tensorflow/python/module/ |
D | module_test.py | 582 class MemberType(object): class 591 self.z = MemberType() 592 self.a = container_type([MemberType(), MemberType()]) 596 is_member = lambda v: isinstance(v, MemberType)
|
/external/libtextclassifier/abseil-cpp/absl/synchronization/ |
D | mutex.h | 928 typedef bool (T::*MemberType)(); in CastAndCallMethod() typedef 929 MemberType rm = reinterpret_cast<MemberType>(c->method_); in CastAndCallMethod()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/ |
D | mutex.h | 928 typedef bool (T::*MemberType)(); in CastAndCallMethod() typedef 929 MemberType rm = reinterpret_cast<MemberType>(c->method_); in CastAndCallMethod()
|
/external/abseil-cpp/absl/synchronization/ |
D | mutex.h | 919 typedef bool (T::*MemberType)(); in CastAndCallMethod() typedef 920 MemberType rm = reinterpret_cast<MemberType>(c->method_); in CastAndCallMethod()
|
/external/webrtc/third_party/abseil-cpp/absl/synchronization/ |
D | mutex.h | 919 typedef bool (T::*MemberType)(); in CastAndCallMethod() typedef 920 MemberType rm = reinterpret_cast<MemberType>(c->method_); in CastAndCallMethod()
|
/external/angle/third_party/abseil-cpp/absl/synchronization/ |
D | mutex.h | 945 typedef bool (T::*MemberType)(); in CastAndCallMethod() typedef 946 MemberType rm = reinterpret_cast<MemberType>(c->method_); in CastAndCallMethod()
|
/external/openscreen/third_party/abseil/src/absl/synchronization/ |
D | mutex.h | 947 typedef bool (T::*MemberType)(); in CastAndCallMethod() typedef 948 MemberType rm = reinterpret_cast<MemberType>(c->method_); in CastAndCallMethod()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExprMember.cpp | 1788 QualType MemberType = Field->getType(); in BuildFieldReferenceExpr() local 1789 if (const ReferenceType *Ref = MemberType->getAs<ReferenceType>()) { in BuildFieldReferenceExpr() 1790 MemberType = Ref->getPointeeType(); in BuildFieldReferenceExpr() 1806 Context.getCanonicalType(MemberType).getQualifiers(); in BuildFieldReferenceExpr() 1812 MemberType = Context.getQualifiedType(MemberType, Combined); in BuildFieldReferenceExpr() 1819 MemberType = in BuildFieldReferenceExpr() 1820 Context.getAttributedType(attr::NoDeref, MemberType, MemberType); in BuildFieldReferenceExpr() 1846 MemberType, VK, OK); in BuildFieldReferenceExpr()
|
/external/clang/lib/Sema/ |
D | SemaExprMember.cpp | 1781 QualType MemberType = Field->getType(); in BuildFieldReferenceExpr() local 1782 if (const ReferenceType *Ref = MemberType->getAs<ReferenceType>()) { in BuildFieldReferenceExpr() 1783 MemberType = Ref->getPointeeType(); in BuildFieldReferenceExpr() 1799 = S.Context.getCanonicalType(MemberType).getQualifiers(); in BuildFieldReferenceExpr() 1806 MemberType = S.Context.getQualifiedType(MemberType, Combined); in BuildFieldReferenceExpr() 1819 MemberNameInfo, MemberType, VK, OK); in BuildFieldReferenceExpr()
|
/external/llvm-project/libcxxabi/src/demangle/ |
D | ItaniumDemangle.h | 582 const Node *MemberType; variable 587 ClassType(ClassType_), MemberType(MemberType_) {} in PointerToMemberType() 589 template<typename Fn> void match(Fn F) const { F(ClassType, MemberType); } in match() 592 return MemberType->hasRHSComponent(S); in hasRHSComponentSlow() 596 MemberType->printLeft(s); in printLeft() 597 if (MemberType->hasArray(s) || MemberType->hasFunction(s)) in printLeft() 606 if (MemberType->hasArray(s) || MemberType->hasFunction(s)) in printRight() 608 MemberType->printRight(s); in printRight() 3659 Node *MemberType = getDerived().parseType(); in parsePointerToMemberType() local 3660 if (MemberType == nullptr) in parsePointerToMemberType() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
D | ItaniumDemangle.h | 580 const Node *MemberType; variable 585 ClassType(ClassType_), MemberType(MemberType_) {} in PointerToMemberType() 587 template<typename Fn> void match(Fn F) const { F(ClassType, MemberType); } in match() 590 return MemberType->hasRHSComponent(S); in hasRHSComponentSlow() 594 MemberType->printLeft(s); in printLeft() 595 if (MemberType->hasArray(s) || MemberType->hasFunction(s)) in printLeft() 604 if (MemberType->hasArray(s) || MemberType->hasFunction(s)) in printRight() 606 MemberType->printRight(s); in printRight() 3595 Node *MemberType = getDerived().parseType(); in parsePointerToMemberType() local 3596 if (MemberType == nullptr) in parsePointerToMemberType() [all …]
|
/external/llvm-project/llvm/include/llvm/Demangle/ |
D | ItaniumDemangle.h | 582 const Node *MemberType; variable 587 ClassType(ClassType_), MemberType(MemberType_) {} in PointerToMemberType() 589 template<typename Fn> void match(Fn F) const { F(ClassType, MemberType); } in match() 592 return MemberType->hasRHSComponent(S); in hasRHSComponentSlow() 596 MemberType->printLeft(s); in printLeft() 597 if (MemberType->hasArray(s) || MemberType->hasFunction(s)) in printLeft() 606 if (MemberType->hasArray(s) || MemberType->hasFunction(s)) in printRight() 608 MemberType->printRight(s); in printRight() 3659 Node *MemberType = getDerived().parseType(); in parsePointerToMemberType() local 3660 if (MemberType == nullptr) in parsePointerToMemberType() [all …]
|
/external/libcxxabi/src/demangle/ |
D | ItaniumDemangle.h | 574 const Node *MemberType; variable 579 ClassType(ClassType_), MemberType(MemberType_) {} in PointerToMemberType() 581 template<typename Fn> void match(Fn F) const { F(ClassType, MemberType); } in match() 584 return MemberType->hasRHSComponent(S); in hasRHSComponentSlow() 588 MemberType->printLeft(s); in printLeft() 589 if (MemberType->hasArray(s) || MemberType->hasFunction(s)) in printLeft() 598 if (MemberType->hasArray(s) || MemberType->hasFunction(s)) in printRight() 600 MemberType->printRight(s); in printRight() 3360 Node *MemberType = getDerived().parseType(); in parsePointerToMemberType() local 3361 if (MemberType == nullptr) in parsePointerToMemberType() [all …]
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/ |
D | SmaliClass.java | 241 … return PsiClassImplUtil.getAllWithSubstitutorsByMap(this, PsiClassImplUtil.MemberType.METHOD); in getAllMethodsAndTheirSubstitutors()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BTFDebug.cpp | 657 const auto *MemberType = cast<DIDerivedType>(Element); in visitMapDefType() local 658 visitTypeEntry(MemberType->getBaseType()); in visitMapDefType()
|
/external/llvm-project/llvm/lib/Target/BPF/ |
D | BTFDebug.cpp | 690 const auto *MemberType = cast<DIDerivedType>(Element); in visitMapDefType() local 691 visitTypeEntry(MemberType->getBaseType()); in visitMapDefType()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | NewGVN.cpp | 297 using MemberType = Value; typedef in __anonae8a9a3f0111::CongruenceClass 298 using MemberSet = SmallPtrSet<MemberType *, 4>; 341 void insert(MemberType *M) { Members.insert(M); } in insert() 342 void erase(MemberType *M) { Members.erase(M); } in erase()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | NewGVN.cpp | 296 using MemberType = Value; typedef in __anon347f69b30111::CongruenceClass 297 using MemberSet = SmallPtrSet<MemberType *, 4>; 340 void insert(MemberType *M) { Members.insert(M); } in insert() 341 void erase(MemberType *M) { Members.erase(M); } in erase()
|