OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:destLV
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDecl.cpp
682
const LValue &
destLV
, const Expr *init) {
708
srcAddr,
destLV
.getAddress(CGF).getElementType());
713
CGF.EmitARCCopyWeak(
destLV
.getAddress(CGF), srcAddr);
716
CGF.EmitARCMoveWeak(
destLV
.getAddress(CGF), srcAddr);
ItaniumCXXABI.cpp
4532
LValue
destLV
= CGF.MakeAddrLValue(ParamAddr, CatchType);
4535
CGF.EmitStoreOfComplex(CGF.EmitLoadOfComplex(srcLV, Loc),
destLV
,
4540
CGF.EmitStoreOfScalar(ExnLoad,
destLV
, /*init*/ true);
Completed in 31 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026