Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCXXABI.h648 QualType LValType) = 0;
H A DItaniumCXXABI.cpp342 QualType LValType) override;
3032 QualType LValType) { in EmitThreadLocalVarDeclLValue() argument
3041 LV = CGF.MakeNaturalAlignAddrLValue(CallVal, LValType); in EmitThreadLocalVarDeclLValue()
3043 LV = CGF.MakeAddrLValue(CallVal, LValType, in EmitThreadLocalVarDeclLValue()
H A DMicrosoftCXXABI.cpp426 QualType LValType) override;
2487 QualType LValType) { in EmitThreadLocalVarDeclLValue() argument
2509 : CGF.MakeAddrLValue(Addr, LValType, AlignmentSource::Decl); in EmitThreadLocalVarDeclLValue()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp3964 QualType LValType) { in findCompleteObject() argument
3994 if (isFormalAccess(AK) && LValType.isVolatileQualified()) { in findCompleteObject()
3997 << AK << LValType; in findCompleteObject()
4194 Info.Ctx.getLValueReferenceType(LValType)); in findCompleteObject()
4319 QualType LValType, APValue &Val) { in handleAssignment() argument
4328 CompleteObject Obj = findCompleteObject(Info, E, AK_Assign, LVal, LValType); in handleAssignment()
4459 const LValue &LVal, QualType LValType, in handleCompoundAssignment() argument
4471 CompleteObject Obj = findCompleteObject(Info, E, AK_Assign, LVal, LValType); in handleCompoundAssignment()
4606 QualType LValType, bool IsIncrement, APValue *Old) { in handleIncDec() argument
4616 CompleteObject Obj = findCompleteObject(Info, E, AK, LVal, LValType); in handleIncDec()