Searched refs:LValue (Results 26 - 36 of 36) sorted by relevance

12

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprCXX.cpp287 LValue LV = EmitLValue(E->getArg(0));
1860 LValue SlotLV = MakeAddrLValue(Slot.getAddr(), E->getType(),
1869 LValue LV = EmitLValueForFieldInitialization(SlotLV, *CurField);
H A DCGException.cpp1051 LValue srcLV = CGF.MakeNaturalAlignAddrLValue(Cast, CatchType);
1052 LValue destLV = CGF.MakeAddrLValue(ParamAddr, CatchType,
H A DCGExprConstant.cpp904 LValue Res = CGF->EmitPredefinedLValue(cast<PredefinedExpr>(E));
1045 case APValue::LValue: {
H A DCGBlocks.cpp836 LValue srcLV = MakeAddrLValue(src, type, align);
841 LValue destLV = MakeAddrLValue(blockField, type, align);
H A DCGObjCMac.cpp1259 virtual LValue EmitObjCValueForIvar(CodeGen::CodeGenFunction &CGF,
1556 virtual LValue EmitObjCValueForIvar(CodeGen::CodeGenFunction &CGF,
4265 LValue CGObjCMac::EmitObjCValueForIvar(CodeGen::CodeGenFunction &CGF,
6474 LValue CGObjCNonFragileABIMac::EmitObjCValueForIvar(
H A DCodeGenFunction.cpp611 LValue ThisLValue = EmitLValueForLambdaField(LambdaThisCaptureField);
H A DCGObjCGNU.cpp554 virtual LValue EmitObjCValueForIvar(CodeGenFunction &CGF,
2823 LValue CGObjCGNU::EmitObjCValueForIvar(CodeGenFunction &CGF,
H A DCGBuiltin.cpp1713 LValue LV = EmitLValue(ICE->getSubExpr());
1729 LValue LV = EmitLValue(UO->getSubExpr());
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp482 SVal LValue = State->getSVal(Init, stackFrame); local
483 if (Optional<Loc> LValueLoc = LValue.getAs<Loc>())
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/AST/
H A DASTDiagnostic.cpp1194 case APValue::LValue: {
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h645 /// \param LValue whether the type was written with an lvalue sigil
648 bool LValue,

Completed in 310 milliseconds

12