Searched refs:LValType (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGCXXABI.h | 554 QualType LValType) = 0;
|
D | ItaniumCXXABI.cpp | 336 QualType LValType) override; 2309 QualType LValType) { in EmitThreadLocalVarDeclLValue() argument 2319 LV = CGF.MakeNaturalAlignAddrLValue(CallVal, LValType); in EmitThreadLocalVarDeclLValue() 2321 LV = CGF.MakeAddrLValue(CallVal, LValType, in EmitThreadLocalVarDeclLValue()
|
D | MicrosoftCXXABI.cpp | 386 QualType LValType) override; 2240 QualType LValType) { in EmitThreadLocalVarDeclLValue() argument
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 2593 QualType LValType) { in findCompleteObject() argument 2614 if (LValType.isVolatileQualified()) { in findCompleteObject() 2617 << AK << LValType; in findCompleteObject() 2833 QualType LValType, APValue &Val) { in handleAssignment() argument 2842 CompleteObject Obj = findCompleteObject(Info, E, AK_Assign, LVal, LValType); in handleAssignment() 2953 const LValue &LVal, QualType LValType, QualType PromotedLValType, in handleCompoundAssignment() argument 2963 CompleteObject Obj = findCompleteObject(Info, E, AK_Assign, LVal, LValType); in handleCompoundAssignment() 3103 QualType LValType, bool IsIncrement, APValue *Old) { in handleIncDec() argument 3113 CompleteObject Obj = findCompleteObject(Info, E, AK, LVal, LValType); in handleIncDec()
|