Searched refs:LValType (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGCXXABI.h | 588 QualType LValType) = 0;
|
| H A D | ItaniumCXXABI.cpp | 345 QualType LValType) override; 2621 QualType LValType) { in EmitThreadLocalVarDeclLValue() argument 2630 LV = CGF.MakeNaturalAlignAddrLValue(CallVal, LValType); in EmitThreadLocalVarDeclLValue() 2632 LV = CGF.MakeAddrLValue(CallVal, LValType, in EmitThreadLocalVarDeclLValue()
|
| H A D | MicrosoftCXXABI.cpp | 393 QualType LValType) override; 2309 QualType LValType) { in EmitThreadLocalVarDeclLValue() argument
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 3130 QualType LValType) { in findCompleteObject() argument 3151 if (LValType.isVolatileQualified()) { in findCompleteObject() 3154 << AK << LValType; in findCompleteObject() 3384 QualType LValType, APValue &Val) { in handleAssignment() argument 3393 CompleteObject Obj = findCompleteObject(Info, E, AK_Assign, LVal, LValType); in handleAssignment() 3511 const LValue &LVal, QualType LValType, QualType PromotedLValType, in handleCompoundAssignment() argument 3521 CompleteObject Obj = findCompleteObject(Info, E, AK_Assign, LVal, LValType); in handleCompoundAssignment() 3659 QualType LValType, bool IsIncrement, APValue *Old) { in handleIncDec() argument 3669 CompleteObject Obj = findCompleteObject(Info, E, AK, LVal, LValType); in handleIncDec()
|