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; 3333 QualType LValType) { in EmitThreadLocalVarDeclLValue() argument 3342 LV = CGF.MakeNaturalAlignRawAddrLValue(CallVal, LValType); in EmitThreadLocalVarDeclLValue() 3344 LV = CGF.MakeRawAddrLValue(CallVal, LValType, in EmitThreadLocalVarDeclLValue()
|
| H A D | MicrosoftCXXABI.cpp | 439 QualType LValType) override; 2504 QualType LValType) { in EmitThreadLocalVarDeclLValue() argument 2523 : CGF.MakeAddrLValue(Addr, LValType, AlignmentSource::Decl); in EmitThreadLocalVarDeclLValue()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 4301 QualType LValType) { in findCompleteObject() argument 4331 if (isFormalAccess(AK) && LValType.isVolatileQualified()) { in findCompleteObject() 4334 << AK << LValType; in findCompleteObject() 4558 !LValType->isArrayType() && in findCompleteObject() 4574 Info.Ctx.getLValueReferenceType(LValType)); in findCompleteObject() 4662 QualType LValType, APValue &Val) { in handleAssignment() argument 4671 CompleteObject Obj = findCompleteObject(Info, E, AK_Assign, LVal, LValType); in handleAssignment() 4807 const LValue &LVal, QualType LValType, in handleCompoundAssignment() argument 4819 CompleteObject Obj = findCompleteObject(Info, E, AK_Assign, LVal, LValType); in handleCompoundAssignment() 4956 QualType LValType, bool IsIncrement, APValue *Old) { in handleIncDec() argument [all …]
|