OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAggregate
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGValue.h
107
static RValue
getAggregate
(Address addr, bool isVolatile = false) {
466
return RValue::
getAggregate
(getAddress(CGF), isVolatileQualified());
643
return RValue::
getAggregate
(getAddress(), isVolatile());
CGCUDANV.cpp
380
LaunchKernelArgs.add(RValue::
getAggregate
(GridDim), Dim3Ty);
381
LaunchKernelArgs.add(RValue::
getAggregate
(BlockDim), Dim3Ty);
CGCleanup.cpp
87
return RValue::
getAggregate
(Address(Value, CharUnits::fromQuantity(Align)));
90
return RValue::
getAggregate
(Address(addr, CharUnits::fromQuantity(Align)));
CGCall.cpp
1088
CallArg BaseArg = CallArg(RValue::
getAggregate
(Base), BS->getType());
4244
return RValue::
getAggregate
(Copy.getAddress(CGF));
5439
return RValue::
getAggregate
(DestPtr);
CGAtomic.cpp
1592
return RValue::
getAggregate
(Address::invalid(), false);
CGExprAgg.cpp
821
RValue rvalue = RValue::
getAggregate
(valueAddr, atomicSlot.isVolatile());
CGExprCXX.cpp
1803
DeleteArgs.add(RValue::
getAggregate
(Address(DestroyingDeleteTag, Align)), DDTag);
CGObjCGNU.cpp
2763
msgRet = RValue::
getAggregate
(Address(phi, v.getAlignment()));
CGExpr.cpp
1203
return RValue::
getAggregate
(DestPtr);
CGBuiltin.cpp
5200
return RValue::
getAggregate
(ReturnValue.getValue(),
Completed in 41 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026