| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/ |
| H A D | TestGetAggregate.java | 63 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 D | TestFunctionLookup.java | 60 a = consumer.getAggregate(); in main() 92 Aggregate a = consumer.getAggregate(); in main()
|
| H A D | TestStateMachine.java | 155 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 D | TestDrop.java | 70 consumer.getAggregate(Collections. <String> emptySet()); in sampleAggregate()
|
| H A D | TestBean.java | 343 getAggregate() in getAggregate() method in TestBean
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenValue.h | 98 static RValue getAggregate(Address addr, bool isVolatile = false) { 373 return RValue::getAggregate(getAddress()); in asRValue()
|
| H A D | CIRGenCall.cpp | 623 return RValue::getAggregate(destPtr); in emitCall()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGValue.h | 125 static RValue getAggregate(Address addr, bool isVolatile = false) { 499 return RValue::getAggregate(getAddress(), isVolatileQualified()); 670 return RValue::getAggregate(getAddress(), isVolatile());
|
| H A D | CGCUDANV.cpp | 463 LaunchKernelArgs.add(RValue::getAggregate(GridDim), Dim3Ty); in emitDeviceStubBodyNew() 464 LaunchKernelArgs.add(RValue::getAggregate(BlockDim), Dim3Ty); in emitDeviceStubBodyNew()
|
| H A D | CGCleanup.cpp | 67 return RValue::getAggregate( in restore()
|
| H A D | CGExprCXX.cpp | 1852 DeleteArgs.add(RValue::getAggregate(Address(TagAllocation, Ty, Align)), in EmitDeleteCall()
|
| H A D | CGAtomic.cpp | 1586 return RValue::getAggregate(Address::invalid(), false); in EmitAtomicLoad()
|
| H A D | CGExprAgg.cpp | 961 RValue rvalue = RValue::getAggregate(valueAddr, atomicSlot.isVolatile()); in VisitCastExpr()
|
| H A D | CGCall.cpp | 1183 CallArg BaseArg = CallArg(RValue::getAggregate(Base), BS->getType()); in ExpandTypeToArgs() 4799 return RValue::getAggregate(Copy.getAddress()); in getRValue()
|
| H A D | CGBuiltin.cpp | 6444 return RValue::getAggregate(ReturnValue.getAddress(), in EmitBuiltinExpr() 6460 return RValue::getAggregate(ReturnValue.getAddress(), in EmitBuiltinExpr()
|
| H A D | CGExpr.cpp | 1477 return RValue::getAggregate(DestPtr); in GetUndefRValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | AssignmentTrackingAnalysis.cpp | 331 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 D | JDTrace.java | 968 Aggregate aggregate = dtrace.getAggregate(); in main() 1010 Aggregate aggregate = dtrace.getAggregate(); in main()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | CodeCompleteConsumer.h | 1135 const RecordDecl *getAggregate() const { in getAggregate() function
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | PPC.cpp | 446 return RValue::getAggregate(Address::invalid()); // FIXME? in EmitVAArg()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 4178 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()
|