Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.h649 QualType LValType) = 0;
H A DItaniumCXXABI.cpp387 QualType LValType) override;
3300 QualType LValType) { in EmitThreadLocalVarDeclLValue() argument
3309 LV = CGF.MakeNaturalAlignRawAddrLValue(CallVal, LValType); in EmitThreadLocalVarDeclLValue()
3311 LV = CGF.MakeRawAddrLValue(CallVal, LValType, in EmitThreadLocalVarDeclLValue()
H A DMicrosoftCXXABI.cpp436 QualType LValType) override;
2512 QualType LValType) { in EmitThreadLocalVarDeclLValue() argument
2531 : CGF.MakeAddrLValue(Addr, LValType, AlignmentSource::Decl); in EmitThreadLocalVarDeclLValue()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp4055 QualType LValType) { in findCompleteObject() argument
4085 if (isFormalAccess(AK) && LValType.isVolatileQualified()) { in findCompleteObject()
4088 << AK << LValType; in findCompleteObject()
4292 Info.Ctx.getLValueReferenceType(LValType)); in findCompleteObject()
4417 QualType LValType, APValue &Val) { in handleAssignment() argument
4426 CompleteObject Obj = findCompleteObject(Info, E, AK_Assign, LVal, LValType); in handleAssignment()
4562 const LValue &LVal, QualType LValType, in handleCompoundAssignment() argument
4574 CompleteObject Obj = findCompleteObject(Info, E, AK_Assign, LVal, LValType); in handleCompoundAssignment()
4711 QualType LValType, bool IsIncrement, APValue *Old) { in handleIncDec() argument
4721 CompleteObject Obj = findCompleteObject(Info, E, AK, LVal, LValType); in handleIncDec()