Home
last modified time | relevance | path

Searched refs:LValType (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCXXABI.h639 QualType LValType) = 0;
H A DItaniumCXXABI.cpp342 QualType LValType) override;
3005 QualType LValType) { in EmitThreadLocalVarDeclLValue() argument
3014 LV = CGF.MakeNaturalAlignAddrLValue(CallVal, LValType); in EmitThreadLocalVarDeclLValue()
3016 LV = CGF.MakeAddrLValue(CallVal, LValType, in EmitThreadLocalVarDeclLValue()
H A DMicrosoftCXXABI.cpp413 QualType LValType) override;
2474 QualType LValType) { in EmitThreadLocalVarDeclLValue() argument
2496 : CGF.MakeAddrLValue(Addr, LValType, AlignmentSource::Decl); in EmitThreadLocalVarDeclLValue()
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp3962 QualType LValType) { in findCompleteObject() argument
3992 if (isFormalAccess(AK) && LValType.isVolatileQualified()) { in findCompleteObject()
3995 << AK << LValType; in findCompleteObject()
4192 Info.Ctx.getLValueReferenceType(LValType)); in findCompleteObject()
4317 QualType LValType, APValue &Val) { in handleAssignment() argument
4326 CompleteObject Obj = findCompleteObject(Info, E, AK_Assign, LVal, LValType); in handleAssignment()
4457 const LValue &LVal, QualType LValType, in handleCompoundAssignment() argument
4469 CompleteObject Obj = findCompleteObject(Info, E, AK_Assign, LVal, LValType); in handleCompoundAssignment()
4604 QualType LValType, bool IsIncrement, APValue *Old) { in handleIncDec() argument
4614 CompleteObject Obj = findCompleteObject(Info, E, AK, LVal, LValType); in handleIncDec()