Home
last modified time | relevance | path

Searched refs:LValType (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
DCGCXXABI.h554 QualType LValType) = 0;
DItaniumCXXABI.cpp336 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()
DMicrosoftCXXABI.cpp386 QualType LValType) override;
2240 QualType LValType) { in EmitThreadLocalVarDeclLValue() argument
/external/clang/lib/AST/
DExprConstant.cpp2593 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()