Searched refs:CapLVal (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp2574 LValue CapLVal; local
2576 CapLVal = EmitLoadOfReferenceLValue(I->second, VD->getType(),
2579 CapLVal = MakeAddrLValue(I->second, T);
2584 CapLVal.setNontemporal(/*Value=*/true);
2585 return CapLVal;
2587 LValue CapLVal = local
2590 CapLVal = MakeAddrLValue(
2591 Address(CapLVal.getPointer(*this), getContext().getDeclAlign(VD)),
2592 CapLVal.getType(), LValueBaseInfo(AlignmentSource::Decl),
2593 CapLVal
[all...]

Completed in 166 milliseconds