Searched refs:getAggregate (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGValue.h | 110 static RValue getAggregate(Address addr, bool isVolatile = false) { 486 return RValue::getAggregate(getAddress(CGF), isVolatileQualified()); in asAggregateRValue() 655 return RValue::getAggregate(getAddress(), isVolatile()); in asRValue()
|
| H A D | CGCleanup.cpp | 88 return RValue::getAggregate( in restore() 92 return RValue::getAggregate( in restore()
|
| H A D | CGCUDANV.cpp | 395 LaunchKernelArgs.add(RValue::getAggregate(GridDim), Dim3Ty); in emitDeviceStubBodyNew() 396 LaunchKernelArgs.add(RValue::getAggregate(BlockDim), Dim3Ty); in emitDeviceStubBodyNew()
|
| H A D | CGCall.cpp | 1108 CallArg BaseArg = CallArg(RValue::getAggregate(Base), BS->getType()); in ExpandTypeToArgs() 4334 return RValue::getAggregate(Copy.getAddress(CGF)); in getRValue() 5544 return RValue::getAggregate(DestPtr); in EmitCall()
|
| H A D | CGExprAgg.cpp | 828 RValue rvalue = RValue::getAggregate(valueAddr, atomicSlot.isVolatile()); in VisitCastExpr()
|
| H A D | CGExprCXX.cpp | 1801 RValue::getAggregate(Address(DestroyingDeleteTag, Ty, Align)), DDTag); in EmitDeleteCall()
|
| H A D | CGAtomic.cpp | 1646 return RValue::getAggregate(Address::invalid(), false); in EmitAtomicLoad()
|
| H A D | CGExpr.cpp | 1232 return RValue::getAggregate(DestPtr); in GetUndefRValue()
|
| H A D | CGBuiltin.cpp | 5381 return RValue::getAggregate(ReturnValue.getValue(), in EmitBuiltinExpr()
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | direct-method.m | 121 // CHECK-LABEL: define hidden void @"\01-[Root getAggregate]"( 122 - (struct my_aggregate_struct)getAggregate __attribute__((objc_direct)) {
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | CodeCompleteConsumer.h | 1120 const RecordDecl *getAggregate() const { in getAggregate() function
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 3897 Result.getAllocator().CopyString(getAggregate()->getName())); in CreateSignatureString() 3919 AddOverloadAggregateChunks(getAggregate(), Policy, Result, CurrentArg); in CreateSignatureString() 6192 for (const auto *Field : Aggregate.getAggregate()->fields()) { in getNextAggregateIndexAfterDesignatedInit()
|