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

12

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDeclCXX.cpp33 LValue lv = CGF.MakeAddrLValue(DeclPtr, type);
H A DCodeGenFunction.cpp145 LValue CodeGenFunction::MakeNaturalAlignAddrLValue(llvm::Value *V, QualType T) {
148 return LValue::MakeAddr(Address(V, Alignment), T, getContext(), AlignSource,
154 LValue
827 LValue ThisLValue = EmitLValueForLambdaField(LambdaThisCaptureField);
H A DItaniumCXXABI.cpp335 LValue EmitThreadLocalVarDeclLValue(CodeGenFunction &CGF, const VarDecl *VD,
2307 LValue ItaniumCXXABI::EmitThreadLocalVarDeclLValue(CodeGenFunction &CGF,
2317 LValue LV;
3674 LValue srcLV = CGF.MakeNaturalAlignAddrLValue(Cast, CatchType);
3675 LValue destLV = CGF.MakeAddrLValue(ParamAddr, CatchType);
H A DCGExprConstant.cpp1041 LValue Res = CGF->EmitPredefinedLValue(cast<PredefinedExpr>(E));
1268 case APValue::LValue: {
H A DCGExprCXX.cpp1932 LValue SlotLV = MakeAddrLValue(Slot.getAddress(), E->getType());
1939 LValue LV = EmitLValueForFieldInitialization(SlotLV, *CurField);
H A DMicrosoftCXXABI.cpp385 LValue EmitThreadLocalVarDeclLValue(CodeGenFunction &CGF, const VarDecl *VD,
2238 LValue MicrosoftCXXABI::EmitThreadLocalVarDeclLValue(CodeGenFunction &CGF,
2242 return LValue();
H A DCGObjCMac.cpp1249 LValue EmitObjCValueForIvar(CodeGen::CodeGenFunction &CGF, QualType ObjectTy,
1544 LValue EmitObjCValueForIvar(CodeGen::CodeGenFunction &CGF, QualType ObjectTy,
4419 LValue CGObjCMac::EmitObjCValueForIvar(CodeGen::CodeGenFunction &CGF,
6597 LValue CGObjCNonFragileABIMac::EmitObjCValueForIvar(
H A DTargetInfo.cpp907 void addReturnRegisterOutputs(CodeGenFunction &CGF, LValue ReturnValue,
911 std::vector<LValue> &ResultRegDests,
974 CodeGenFunction &CGF, LValue ReturnSlot, std::string &Constraints,
977 std::vector<LValue> &ResultRegDests, std::string &AsmString,
H A DCGObjCGNU.cpp552 LValue EmitObjCValueForIvar(CodeGenFunction &CGF, QualType ObjectTy,
2819 LValue CGObjCGNU::EmitObjCValueForIvar(CodeGenFunction &CGF,
H A DCGBuiltin.cpp122 LValue LV = CGF.MakeNaturalAlignAddrLValue(BC, E->getArg(0)->getType());
131 LValue LV = CGF.MakeNaturalAlignAddrLValue(Address, E->getType());
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp502 SVal LValue = State->getSVal(Init, stackFrame); local
503 if (Optional<Loc> LValueLoc = LValue.getAs<Loc>())
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplate.cpp4940 case APValue::LValue: {
H A DTreeTransform.h679 /// \param LValue whether the type was written with an lvalue sigil
682 bool LValue,

Completed in 486 milliseconds

12