Searched refs:LValType (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCXXABI.h | 649 QualType LValType) = 0;
|
H A D | ItaniumCXXABI.cpp | 387 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 D | MicrosoftCXXABI.cpp | 436 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 D | ExprConstant.cpp | 4055 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()
|