Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.h623 QualType LValType) = 0;
H A DItaniumCXXABI.cpp382 QualType LValType) override;
3043 QualType LValType) { in EmitThreadLocalVarDeclLValue() argument
3052 LV = CGF.MakeNaturalAlignAddrLValue(CallVal, LValType); in EmitThreadLocalVarDeclLValue()
3054 LV = CGF.MakeAddrLValue(CallVal, LValType, in EmitThreadLocalVarDeclLValue()
H A DMicrosoftCXXABI.cpp407 QualType LValType) override;
2402 QualType LValType) { in EmitThreadLocalVarDeclLValue() argument
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp3948 QualType LValType) { in findCompleteObject() argument
3978 if (isFormalAccess(AK) && LValType.isVolatileQualified()) { in findCompleteObject()
3981 << AK << LValType; in findCompleteObject()
4168 Info.Ctx.getLValueReferenceType(LValType)); in findCompleteObject()
4269 QualType LValType, APValue &Val) { in handleAssignment() argument
4278 CompleteObject Obj = findCompleteObject(Info, E, AK_Assign, LVal, LValType); in handleAssignment()
4409 const LValue &LVal, QualType LValType, in handleCompoundAssignment() argument
4421 CompleteObject Obj = findCompleteObject(Info, E, AK_Assign, LVal, LValType); in handleCompoundAssignment()
4556 QualType LValType, bool IsIncrement, APValue *Old) { in handleIncDec() argument
4566 CompleteObject Obj = findCompleteObject(Info, E, AK, LVal, LValType); in handleIncDec()