Searched refs:LValType (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGCXXABI.h | 529 QualType LValType) = 0;
|
D | ItaniumCXXABI.cpp | 268 QualType LValType) override; 2125 QualType LValType) { in EmitThreadLocalVarDeclLValue() argument 2135 LV = CGF.MakeNaturalAlignAddrLValue(Val, LValType); in EmitThreadLocalVarDeclLValue() 2137 LV = CGF.MakeAddrLValue(Val, LValType, CGF.getContext().getDeclAlign(VD)); in EmitThreadLocalVarDeclLValue()
|
D | MicrosoftCXXABI.cpp | 281 QualType LValType) override; 2013 QualType LValType) { in EmitThreadLocalVarDeclLValue() argument
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 2507 QualType LValType) { in findCompleteObject() argument 2528 if (LValType.isVolatileQualified()) { in findCompleteObject() 2531 << AK << LValType; in findCompleteObject() 2748 QualType LValType, APValue &Val) { in handleAssignment() argument 2757 CompleteObject Obj = findCompleteObject(Info, E, AK_Assign, LVal, LValType); in handleAssignment() 2868 const LValue &LVal, QualType LValType, QualType PromotedLValType, in handleCompoundAssignment() argument 2878 CompleteObject Obj = findCompleteObject(Info, E, AK_Assign, LVal, LValType); in handleCompoundAssignment() 3018 QualType LValType, bool IsIncrement, APValue *Old) { in handleIncDec() argument 3028 CompleteObject Obj = findCompleteObject(Info, E, AK, LVal, LValType); in handleIncDec()
|