Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.h658 QualType LValType) = 0;
H A DItaniumCXXABI.cpp388 QualType LValType) override;
3105 QualType LValType) { in EmitThreadLocalVarDeclLValue() argument
3114 LV = CGF.MakeNaturalAlignAddrLValue(CallVal, LValType); in EmitThreadLocalVarDeclLValue()
3116 LV = CGF.MakeAddrLValue(CallVal, LValType, in EmitThreadLocalVarDeclLValue()
H A DMicrosoftCXXABI.cpp438 QualType LValType) override;
2499 QualType LValType) { in EmitThreadLocalVarDeclLValue() argument
2518 : CGF.MakeAddrLValue(Addr, LValType, AlignmentSource::Decl); in EmitThreadLocalVarDeclLValue()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp4027 QualType LValType) { in findCompleteObject() argument
4057 if (isFormalAccess(AK) && LValType.isVolatileQualified()) { in findCompleteObject()
4060 << AK << LValType; in findCompleteObject()
4257 Info.Ctx.getLValueReferenceType(LValType)); in findCompleteObject()
4382 QualType LValType, APValue &Val) { in handleAssignment() argument
4391 CompleteObject Obj = findCompleteObject(Info, E, AK_Assign, LVal, LValType); in handleAssignment()
4527 const LValue &LVal, QualType LValType, in handleCompoundAssignment() argument
4539 CompleteObject Obj = findCompleteObject(Info, E, AK_Assign, LVal, LValType); in handleCompoundAssignment()
4676 QualType LValType, bool IsIncrement, APValue *Old) { in handleIncDec() argument
4686 CompleteObject Obj = findCompleteObject(Info, E, AK, LVal, LValType); in handleIncDec()