Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCXXABI.cpp320 QualType LValType) { in EmitThreadLocalVarDeclLValue() argument
DCGCXXABI.h520 QualType LValType);
DItaniumCXXABI.cpp242 QualType LValType) override;
1945 QualType LValType) { in EmitThreadLocalVarDeclLValue() argument
1956 LV = CGF.MakeNaturalAlignAddrLValue(Val, LValType); in EmitThreadLocalVarDeclLValue()
1958 LV = CGF.MakeAddrLValue(Val, LValType, CGF.getContext().getDeclAlign(VD)); in EmitThreadLocalVarDeclLValue()
/external/clang/lib/AST/
DExprConstant.cpp2421 const LValue &LVal, QualType LValType) { in findCompleteObject() argument
2442 if (LValType.isVolatileQualified()) { in findCompleteObject()
2445 << AK << LValType; in findCompleteObject()
2662 QualType LValType, APValue &Val) { in handleAssignment() argument
2671 CompleteObject Obj = findCompleteObject(Info, E, AK_Assign, LVal, LValType); in handleAssignment()
2782 const LValue &LVal, QualType LValType, QualType PromotedLValType, in handleCompoundAssignment() argument
2792 CompleteObject Obj = findCompleteObject(Info, E, AK_Assign, LVal, LValType); in handleCompoundAssignment()
2932 QualType LValType, bool IsIncrement, APValue *Old) { in handleIncDec() argument
2942 CompleteObject Obj = findCompleteObject(Info, E, AK, LVal, LValType); in handleIncDec()