Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenValue.h98 static RValue getAggregate(Address addr, bool isVolatile = false) {
373 return RValue::getAggregate(getAddress()); in asRValue()
H A DCIRGenCall.cpp623 return RValue::getAggregate(destPtr); in emitCall()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h125 static RValue getAggregate(Address addr, bool isVolatile = false) {
499 return RValue::getAggregate(getAddress(), isVolatileQualified());
670 return RValue::getAggregate(getAddress(), isVolatile());
H A DCGCUDANV.cpp463 LaunchKernelArgs.add(RValue::getAggregate(GridDim), Dim3Ty); in emitDeviceStubBodyNew()
464 LaunchKernelArgs.add(RValue::getAggregate(BlockDim), Dim3Ty); in emitDeviceStubBodyNew()
H A DCGCleanup.cpp67 return RValue::getAggregate( in restore()
H A DCGExprCXX.cpp1852 DeleteArgs.add(RValue::getAggregate(Address(TagAllocation, Ty, Align)), in EmitDeleteCall()
H A DCGAtomic.cpp1586 return RValue::getAggregate(Address::invalid(), false); in EmitAtomicLoad()
H A DCGExprAgg.cpp961 RValue rvalue = RValue::getAggregate(valueAddr, atomicSlot.isVolatile()); in VisitCastExpr()
H A DCGCall.cpp1183 CallArg BaseArg = CallArg(RValue::getAggregate(Base), BS->getType()); in ExpandTypeToArgs()
4799 return RValue::getAggregate(Copy.getAddress()); in getRValue()
H A DCGBuiltin.cpp6444 return RValue::getAggregate(ReturnValue.getAddress(), in EmitBuiltinExpr()
6460 return RValue::getAggregate(ReturnValue.getAddress(), in EmitBuiltinExpr()
H A DCGExpr.cpp1477 return RValue::getAggregate(DestPtr); in GetUndefRValue()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp331 static DebugAggregate getAggregate(const DebugVariable &Var) { in getAggregate() function
672 if (!VarsWithStackSlot->count(getAggregate(DbgVar))) in addDef()
1695 assert(VarsWithStackSlot->count(getAggregate(Assign)) && in processTaggedInstruction()
1769 if (!VarsWithStackSlot->count(getAggregate(DbgAssign))) in processDbgAssign()
1811 if (!VarsWithStackSlot->count(getAggregate(DbgValue))) in processDbgValue()
2438 if (VarsWithStackSlot->contains(getAggregate(Record))) in emitPromotedVarLocs()
2492 getAggregate(FnVarLocs.getVariable(RIt->VariableID)); in removeRedundantDbgLocsUsingBackwardScan()
/freebsd/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/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h1135 const RecordDecl *getAggregate() const { in getAggregate() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DPPC.cpp446 return RValue::getAggregate(Address::invalid()); // FIXME? in EmitVAArg()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp4178 Result.getAllocator().CopyString(getAggregate()->getName())); in CreateSignatureString()
4200 AddOverloadAggregateChunks(getAggregate(), Policy, Result, CurrentArg); in CreateSignatureString()
6482 for (const auto *Field : Aggregate.getAggregate()->fields()) { in getNextAggregateIndexAfterDesignatedInit()