Home
last modified time | relevance | path

Searched refs:getAggregate (Results 1 – 18 of 18) sorted by relevance

/freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestGetAggregate.java63 aggregate = consumer.getAggregate(included, null); in testIncluded()
104 aggregate = consumer.getAggregate(null, cleared); in testCleared()
110 aggregate = consumer.getAggregate(null, cleared); in testCleared()
H A DTestFunctionLookup.java60 a = consumer.getAggregate(); in main()
92 Aggregate a = consumer.getAggregate(); in main()
H A DTestStateMachine.java155 consumer.getAggregate(); in beforeOpen()
228 consumer.getAggregate(); in beforeGo()
341 consumer.getAggregate(); in afterGo()
385 consumer.getAggregate(); in afterStop()
511 consumer.getAggregate(); in afterClose()
H A DTestDrop.java70 consumer.getAggregate(Collections. <String> emptySet()); in sampleAggregate()
H A DTestBean.java343 getAggregate() in getAggregate() method in TestBean
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h110 static RValue getAggregate(Address addr, bool isVolatile = false) {
507 return RValue::getAggregate(getAddress(CGF), isVolatileQualified()); in asAggregateRValue()
678 return RValue::getAggregate(getAddress(), isVolatile()); in asRValue()
H A DCGCleanup.cpp88 return RValue::getAggregate( in restore()
92 return RValue::getAggregate( in restore()
H A DCGCUDANV.cpp406 LaunchKernelArgs.add(RValue::getAggregate(GridDim), Dim3Ty); in emitDeviceStubBodyNew()
407 LaunchKernelArgs.add(RValue::getAggregate(BlockDim), Dim3Ty); in emitDeviceStubBodyNew()
H A DCGCall.cpp1118 CallArg BaseArg = CallArg(RValue::getAggregate(Base), BS->getType()); in ExpandTypeToArgs()
4614 return RValue::getAggregate(Copy.getAddress(CGF)); in getRValue()
5830 return RValue::getAggregate(DestPtr); in EmitCall()
H A DCGExprAgg.cpp849 RValue rvalue = RValue::getAggregate(valueAddr, atomicSlot.isVolatile()); in VisitCastExpr()
H A DCGExprCXX.cpp1830 RValue::getAggregate(Address(DestroyingDeleteTag, Ty, Align)), DDTag); in EmitDeleteCall()
H A DCGAtomic.cpp1751 return RValue::getAggregate(Address::invalid(), false); in EmitAtomicLoad()
H A DCGExpr.cpp1428 return RValue::getAggregate(DestPtr); in GetUndefRValue()
H A DCGBuiltin.cpp5979 return RValue::getAggregate(ReturnValue.getValue(), in EmitBuiltinExpr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp327 static DebugAggregate getAggregate(const DbgVariableIntrinsic *DII) { in getAggregate() function
330 static DebugAggregate getAggregate(const DebugVariable &Var) { in getAggregate() function
673 if (!VarsWithStackSlot->count(getAggregate(DbgVar))) in addDef()
1689 assert(VarsWithStackSlot->count(getAggregate(Assign)) && in processTaggedInstruction()
1768 if (!VarsWithStackSlot->count(getAggregate(DbgAssign))) in processDbgAssign()
1816 if (!VarsWithStackSlot->count(getAggregate(DbgValue))) in processDbgValue()
2453 if (VarsWithStackSlot->contains(getAggregate(Record))) in emitPromotedVarLocs()
2512 getAggregate(FnVarLocs.getVariable(RIt->VariableID)); in removeRedundantDbgLocsUsingBackwardScan()
/freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java968 Aggregate aggregate = dtrace.getAggregate(); in main()
1010 Aggregate aggregate = dtrace.getAggregate(); in main()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h1134 const RecordDecl *getAggregate() const { in getAggregate() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp4009 Result.getAllocator().CopyString(getAggregate()->getName())); in CreateSignatureString()
4031 AddOverloadAggregateChunks(getAggregate(), Policy, Result, CurrentArg); in CreateSignatureString()
6333 for (const auto *Field : Aggregate.getAggregate()->fields()) { in getNextAggregateIndexAfterDesignatedInit()