Home
last modified time | relevance | path

Searched refs:MemberType (Results 1 – 21 of 21) sorted by relevance

/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
DNoUncountedMembersChecker.cpp73 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/
Dp10.cpp118 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/
Dp10.cpp118 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/
Dmodule_test.py582 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/
Dmutex.h928 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/
Dmutex.h928 typedef bool (T::*MemberType)(); in CastAndCallMethod() typedef
929 MemberType rm = reinterpret_cast<MemberType>(c->method_); in CastAndCallMethod()
/external/abseil-cpp/absl/synchronization/
Dmutex.h919 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/
Dmutex.h919 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/
Dmutex.h945 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/
Dmutex.h947 typedef bool (T::*MemberType)(); in CastAndCallMethod() typedef
948 MemberType rm = reinterpret_cast<MemberType>(c->method_); in CastAndCallMethod()
/external/llvm-project/clang/lib/Sema/
DSemaExprMember.cpp1788 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/
DSemaExprMember.cpp1781 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/
DItaniumDemangle.h582 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/
DItaniumDemangle.h580 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/
DItaniumDemangle.h582 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/
DItaniumDemangle.h574 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/
DSmaliClass.java241 … return PsiClassImplUtil.getAllWithSubstitutorsByMap(this, PsiClassImplUtil.MemberType.METHOD); in getAllMethodsAndTheirSubstitutors()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTFDebug.cpp657 const auto *MemberType = cast<DIDerivedType>(Element); in visitMapDefType() local
658 visitTypeEntry(MemberType->getBaseType()); in visitMapDefType()
/external/llvm-project/llvm/lib/Target/BPF/
DBTFDebug.cpp690 const auto *MemberType = cast<DIDerivedType>(Element); in visitMapDefType() local
691 visitTypeEntry(MemberType->getBaseType()); in visitMapDefType()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DNewGVN.cpp297 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/
DNewGVN.cpp296 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()