/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/unittests/ |
H A D | CompositionTest.cpp | 659 using Base = BaseLayerProperties<SidebandLayerProperties>; typedef 693 using Base = BaseLayerProperties<LayerProperties>; typedef 744 using Base = BaseLayerProperties<CursorLayerProperties>; typedef 821 using Base = BaseLayerVariant<LayerProperties>; typedef 857 using Base = BaseLayerVariant<LayerProperties>; typedef 907 using Base = BaseLayerVariant<LayerProperties>; typedef 922 using Base = LayerVariant; typedef 1087 using Base = EmptyScreenshotResultVariant; typedef
|
/aosp_15_r20/external/libcxx/test/support/ |
H A D | uses_alloc_types.hpp | 274 using Base = UsesAllocatorTestBase<UsesAllocatorV1, Alloc>; typedef in UsesAllocatorV1 308 using Base = UsesAllocatorTestBase<UsesAllocatorV2, Alloc>; typedef in UsesAllocatorV2 334 using Base = UsesAllocatorTestBase<UsesAllocatorV3, Alloc>; typedef in UsesAllocatorV3 366 using Base = UsesAllocatorTestBase<NotUsesAllocator, Alloc>; typedef in NotUsesAllocator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86FixupLEAs.cpp | 304 static inline bool hasInefficientLEABaseReg(const MachineOperand &Base, in hasInefficientLEABaseReg() 357 const MachineOperand &Base = MI.getOperand(1 + X86::AddrBaseReg); in optTwoAddrLEA() local 486 const MachineOperand &Base = MI.getOperand(1 + X86::AddrBaseReg); in processInstructionForSlowLEA() local 536 const MachineOperand &Base = MI.getOperand(1 + X86::AddrBaseReg); in processInstrForSlow3OpLEA() local
|
/aosp_15_r20/external/clang/lib/AST/ |
H A D | CXXInheritance.cpp | 82 bool CXXRecordDecl::isDerivedFrom(const CXXRecordDecl *Base, in isDerivedFrom() 121 return forallBases([TargetDecl](const CXXRecordDecl *Base) { in isProvablyNotDerivedFrom() 152 CXXRecordDecl *Base = in forallBases() local 498 for (const auto &Base : RD->bases()) { in Collect() local
|
H A D | ASTTypeTraits.cpp | 46 bool ASTNodeKind::isBaseOf(NodeKindId Base, NodeKindId Derived, in isBaseOf() 100 #define TYPE(Class, Base) \ in getFromNode() argument 102 #define ABSTRACT_TYPE(Class, Base) in getFromNode() argument
|
/aosp_15_r20/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
H A D | LowLevel.cpp | 196 #define TestRegAddrBase(Inst, Dst, Base, Disp, OpType, ByteCountUntyped, ...) \ in TEST_F() argument 226 #define TestRegAddrBaseScaledIndex(Inst, Dst, Base, Index, Scale, Disp, \ in TEST_F() argument 242 #define TestAddrBaseScaledIndexImm(Inst, Base, Index, Scale, Disp, Imm, \ in TEST_F() argument 259 #define TestAddrBaseScaledIndexReg(Inst, Base, Index, Scale, Disp, Src, \ in TEST_F() argument
|
/aosp_15_r20/external/llvm/lib/Target/Mips/ |
H A D | Mips16ISelDAGToDAG.cpp | 98 bool Mips16DAGToDAGISel::selectAddr(bool SPAllowed, SDValue Addr, SDValue &Base, in selectAddr() 167 bool Mips16DAGToDAGISel::selectAddr16(SDValue Addr, SDValue &Base, in selectAddr16() 172 bool Mips16DAGToDAGISel::selectAddr16SP(SDValue Addr, SDValue &Base, in selectAddr16SP()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
H A D | LanaiISelDAGToDAG.cpp | 121 bool LanaiDAGToDAGISel::selectAddrRiSpls(SDValue Addr, SDValue &Base, in selectAddrRiSpls() 201 bool LanaiDAGToDAGISel::selectAddrRi(SDValue Addr, SDValue &Base, in selectAddrRi() 206 bool LanaiDAGToDAGISel::selectAddrSpls(SDValue Addr, SDValue &Base, in selectAddrSpls()
|
H A D | LanaiMemAluCombiner.cpp | 242 MachineOperand Base = MemInstr->getOperand(1); in insertMergedInstruction() local 286 const MachineOperand &Base, in isSuitableAluInstr() 331 MachineOperand *Base = &MemInstr->getOperand(1); in findClosestSuitableAluInstr() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 995 Value *Base = IRB.CreatePointerCast(MS.ParamTLS, MS.IntptrTy); in getShadowPtrForArgument() local 1005 Value *Base = IRB.CreatePointerCast(MS.ParamOriginTLS, MS.IntptrTy); in getOriginPtrForArgument() local 1013 Value *Base = IRB.CreatePointerCast(MS.RetvalTLS, MS.IntptrTy); in getShadowPtrForRetval() local 1123 Value *Base = getShadowPtrForArgument(&FArg, EntryIRB, ArgOffset); in getShadow() local 2607 Value *Base = getShadowPtrForRetval(&I, IRBBefore); in visitCallSite() local 2915 Value *Base = getShadowPtrForVAArgument(RealTy, IRB, OverflowOffset); in visitCallSite() local 2925 Value *Base; in visitCallSite() local 2957 Value *Base = IRB.CreatePointerCast(MS.VAArgTLS, MS.IntptrTy); in getShadowPtrForVAArgument() local 3061 Value *Base; in visitCallSite() local 3084 Value *Base = IRB.CreatePointerCast(MS.VAArgTLS, MS.IntptrTy); in getShadowPtrForVAArgument() local [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 245 SDValue &Base, SDValue &Scale, in tryFoldLoad() 266 MVT VT, SDValue &Base, SDValue &Scale, in getAddressOperands() 2611 SDValue &Base, SDValue &Scale, in selectVectorAddr() 2644 bool X86DAGToDAGISel::selectAddr(SDNode *Parent, SDValue N, SDValue &Base, in selectAddr() 2705 bool X86DAGToDAGISel::selectLEA64_32Addr(SDValue N, SDValue &Base, in selectLEA64_32Addr() 2743 SDValue &Base, SDValue &Scale, in selectLEAAddr() 2831 bool X86DAGToDAGISel::selectTLSADDRAddr(SDValue N, SDValue &Base, in selectTLSADDRAddr() 2890 SDValue &Base, SDValue &Scale, in tryFoldLoad() 2904 SDValue &Base, SDValue &Scale, in tryFoldBroadcast() 3284 SDValue Base, Scale, Index, Disp, Segment; in foldLoadStoreIntoMemOperand() local [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Lanai/ |
H A D | LanaiMemAluCombiner.cpp | 242 MachineOperand Base = MemInstr->getOperand(1); in insertMergedInstruction() local 286 const MachineOperand &Base, in isSuitableAluInstr() 331 MachineOperand *Base = &MemInstr->getOperand(1); in findClosestSuitableAluInstr() local
|
H A D | LanaiISelDAGToDAG.cpp | 125 bool LanaiDAGToDAGISel::selectAddrRiSpls(SDValue Addr, SDValue &Base, in selectAddrRiSpls() 205 bool LanaiDAGToDAGISel::selectAddrRi(SDValue Addr, SDValue &Base, in selectAddrRi() 210 bool LanaiDAGToDAGISel::selectAddrSpls(SDValue Addr, SDValue &Base, in selectAddrSpls()
|
/aosp_15_r20/external/clang/test/Layout/ |
H A D | ms-vtordisp-local.cpp | 3 struct Base { struct 4 virtual ~Base() {} in ~Base() argument 5 virtual void BaseFunc() {} in BaseFunc() argument
|
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/ |
H A D | RegionStore.cpp | 54 explicit BindingKey(const SubRegion *r, const SubRegion *Base, Kind k) in BindingKey() 241 const MemRegion *Base = K.getBaseRegion(); in addBinding() local 271 const MemRegion *Base = K.getBaseRegion(); in removeBinding() local 664 bool includeEntireMemorySpace(const MemRegion *Base) { in includeEntireMemorySpace() 684 const MemRegion *Base = RI.getKey(); in GenerateClusters() local 758 const MemRegion *Base = K.getConcreteOffsetRegion(); in getSymbolicOffsetFields() local 851 const MemRegion *Base = NextKey.getConcreteOffsetRegion(); in collectSubRegionBindings() local 1177 bool invalidateRegionsWorker::includeEntireMemorySpace(const MemRegion *Base) { in includeEntireMemorySpace() 1754 const MemRegion *Base = SR->getSuperRegion(); in getBindingForFieldOrElementCommon() local 2432 const MemRegion *Base = I.getKey(); in removeDeadBindings() local
|
/aosp_15_r20/external/llvm/lib/Target/Lanai/ |
H A D | LanaiMemAluCombiner.cpp | 242 MachineOperand Base = MemInstr->getOperand(1); in insertMergedInstruction() local 287 const MachineOperand &Base, in isSuitableAluInstr() 332 MachineOperand *Base = &MemInstr->getOperand(1); in findClosestSuitableAluInstr() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ir/ |
D | comp.rs | 927 pub(crate) struct Base { struct 931 pub(crate) kind: BaseKind, argument 938 impl Base { implementation 1228 pub(crate) fn base_members(&self) -> &[Base] { in base_members()
|
/aosp_15_r20/external/ksp/test-utils/testData/api/ |
H A D | overridee.kt | 109 abstract class Base<T> : GrandBase() { in overriddenAbstractGrandBaseFun() class 173 abstract class Base<T> : GrandBase() { in overriddenAbstractGrandBaseFun() class
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 663 enum Status { Unknown, Base, Conflict }; enumerator 816 Value *Base = findBaseOrBDV(InVal, Cache); in findBasePointer() local 1010 Value *Base = nullptr; in findBasePointer() local 1059 Value *Base = getBaseForInput(InVal, nullptr); in findBasePointer() local 1075 Value *Base = getBaseForInput(InVal, InBB->getTerminator()); in findBasePointer() local 1097 Value *Base = getBaseForInput(InVal, BaseIE); in findBasePointer() local 1107 Value *Base = getBaseForInput(InVal, BaseSV); in findBasePointer() local 1120 Value *Base = Pair.second.getBaseValue(); in findBasePointer() local 1615 Value *Base = PointerToBase.find(L)->second; in makeStatepointExplicit() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 550 enum Status { Unknown, Base, Conflict }; enumerator 701 Value *Base = findBaseOrBDV(InVal, Cache); in findBasePointer() local 883 Value *Base = nullptr; in findBasePointer() local 932 Value *Base = getBaseForInput(InVal, nullptr); in findBasePointer() local 948 Value *Base = getBaseForInput(InVal, InBB->getTerminator()); in findBasePointer() local 971 Value *Base = getBaseForInput(InVal, BaseIE); in findBasePointer() local 984 Value *Base = Pair.second.getBaseValue(); in findBasePointer() local 1475 Value *Base = PointerToBase.find(L)->second; in makeStatepointExplicit() local 2235 MDNode *Base = cast<MDNode>(MD->getOperand(0)); in stripNonValidAttributesFromBody() local
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | TargetInfo.cpp | 195 bool ABIInfo::isHomogeneousAggregateSmallEnough(const Type *Base, in isHomogeneousAggregateSmallEnough() 1187 for (const CXXBaseSpecifier &Base : CXXRD->bases()) { in canExpandIndirectArgument() local 1232 const Type *Base = nullptr; in classifyReturnType() local 1497 const Type *Base = nullptr; in classifyArgumentType() local 2564 const CXXRecordDecl *Base = in classify() local 2805 const CXXRecordDecl *Base = in BitsContainNoUserData() local 3587 const Type *Base = nullptr; in classify() local 4053 const Type *Base = nullptr; in getParamTypeAlignment() local 4083 bool ABIInfo::isHomogeneousAggregate(QualType Ty, const Type *&Base, in isHomogeneousAggregate() 4199 const Type *Base, uint64_t Members) const { in isHomogeneousAggregateSmallEnough() argument [all …]
|
/aosp_15_r20/external/clang/test/CXX/class.derived/ |
H A D | p2.cpp | 6 struct Base {}; struct 7 int Base = 10; variable
|
/aosp_15_r20/external/clang/test/CodeGenObjC/ |
H A D | objc2-nonfragile-abi-impl.m | 4 @interface Base @end interface 10 @implementation Base { implementation
|
/aosp_15_r20/art/test/068-classloader/src/ |
H A D | Base.java | 20 public class Base { class 21 public Base() {} in Base() method in Base
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | thread-safety-reference-handling.cpp | 4 class Base { class 6 Base() {} in Base() function in Base
|