/aosp_15_r20/external/clang/lib/AST/ |
H A D | ExprConstant.cpp | 1151 struct MemberPtr { struct 1152 MemberPtr() {} in MemberPtr() function 1153 explicit MemberPtr(const ValueDecl *Decl) : in MemberPtr() argument 1158 const ValueDecl *getDecl() const { in getDecl() 1162 bool isDerivedMember() const { in isDerivedMember() 1166 const CXXRecordDecl *getContainingRecord() const { in getContainingRecord() 1171 void moveInto(APValue &V) const { in moveInto() 1174 void setFrom(const APValue &V) { in setFrom() 1186 llvm::PointerIntPair<const ValueDecl*, 1, bool> DeclAndIsDerivedMember; 1189 SmallVector<const CXXRecordDecl*, 4> Path; [all …]
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/functional/ |
H A D | function_ref_test.cc | 105 TEST(FunctionRef, MemberPtr) { in TEST() argument 155 using MemberPtr = int S::*; in TEST() typedef
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/functional/ |
H A D | function_ref_test.cc | 105 TEST(FunctionRef, MemberPtr) { in TEST() argument 155 using MemberPtr = int S::*; in TEST() typedef
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/functional/ |
H A D | function_ref_test.cc | 104 TEST(FunctionRef, MemberPtr) { in TEST() argument 154 using MemberPtr = int S::*; in TEST() typedef
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/functional/ |
D | function_ref_test.cc | 105 TEST(FunctionRef, MemberPtr) { in TEST() argument 155 using MemberPtr = int S::*; in TEST() typedef
|
/aosp_15_r20/external/abseil-cpp/absl/functional/ |
H A D | function_ref_test.cc | 111 TEST(FunctionRef, MemberPtr) { in TEST() argument 161 using MemberPtr = int S::*; in TEST() typedef
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/functional/ |
H A D | function_ref_test.cc | 111 TEST(FunctionRef, MemberPtr) { in TEST() argument 161 using MemberPtr = int S::*; in TEST() typedef
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/functional/ |
H A D | function_ref_test.cc | 111 TEST(FunctionRef, MemberPtr) { in TEST() argument 161 using MemberPtr = int S::*; in TEST() typedef
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | const-init-cxx11.cpp | 133 namespace MemberPtr { namespace
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | VectorUtils.cpp | 1395 Value *MemberPtr = getLoadStorePointerOperand(Member); in analyzeInterleaving() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Parse/ |
D | Parser.h | 1117 MemberPtr, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Parse/ |
D | Parser.h | 1117 MemberPtr, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Parse/ |
D | Parser.h | 1096 MemberPtr, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Parse/ |
D | Parser.h | 1143 MemberPtr, enumerator
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaLookup.cpp | 2663 const MemberPointerType *MemberPtr = cast<MemberPointerType>(T); in addAssociatedClassesAndNamespaces() local
|