Home
last modified time | relevance | path

Searched refs:getAggregate (Results 1 – 19 of 19) 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/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.cpp401 LaunchKernelArgs.add(RValue::getAggregate(GridDim), Dim3Ty); in emitDeviceStubBodyNew()
402 LaunchKernelArgs.add(RValue::getAggregate(BlockDim), Dim3Ty); in emitDeviceStubBodyNew()
H A DCGCleanup.cpp67 return RValue::getAggregate( in restore()
H A DCGExprAgg.cpp859 RValue rvalue = RValue::getAggregate(valueAddr, atomicSlot.isVolatile()); in VisitCastExpr()
H A DCGExprCXX.cpp1828 RValue::getAggregate(Address(DestroyingDeleteTag, Ty, Align)), DDTag); in EmitDeleteCall()
H A DCGAtomic.cpp1542 return RValue::getAggregate(Address::invalid(), false); in EmitAtomicLoad()
H A DCGCall.cpp1121 CallArg BaseArg = CallArg(RValue::getAggregate(Base), BS->getType()); in ExpandTypeToArgs()
4636 return RValue::getAggregate(Copy.getAddress()); in getRValue()
H A DCGExpr.cpp1421 return RValue::getAggregate(DestPtr); in GetUndefRValue()
H A DCGBuiltin.cpp6240 return RValue::getAggregate(ReturnValue.getAddress(), in EmitBuiltinExpr()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp329 static DebugAggregate getAggregate(const DbgVariableIntrinsic *DII) { in getAggregate() function
332 static DebugAggregate getAggregate(const DebugVariable &Var) { in getAggregate() function
674 if (!VarsWithStackSlot->count(getAggregate(DbgVar))) in addDef()
1691 assert(VarsWithStackSlot->count(getAggregate(Assign)) && in processTaggedInstruction()
1770 if (!VarsWithStackSlot->count(getAggregate(DbgAssign))) in processDbgAssign()
1818 if (!VarsWithStackSlot->count(getAggregate(DbgValue))) in processDbgValue()
2460 if (VarsWithStackSlot->contains(getAggregate(Record))) in emitPromotedVarLocs()
2519 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.h1136 const RecordDecl *getAggregate() const { in getAggregate() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DPPC.cpp442 return RValue::getAggregate(Address::invalid()); // FIXME? in EmitVAArg()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp4015 Result.getAllocator().CopyString(getAggregate()->getName())); in CreateSignatureString()
4037 AddOverloadAggregateChunks(getAggregate(), Policy, Result, CurrentArg); in CreateSignatureString()
6379 for (const auto *Field : Aggregate.getAggregate()->fields()) { in getNextAggregateIndexAfterDesignatedInit()