Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCXXABI.h570 QualType LValType) = 0;
DItaniumCXXABI.cpp328 QualType LValType) override;
2340 QualType LValType) { in EmitThreadLocalVarDeclLValue() argument
2350 LV = CGF.MakeNaturalAlignAddrLValue(CallVal, LValType); in EmitThreadLocalVarDeclLValue()
2352 LV = CGF.MakeAddrLValue(CallVal, LValType, in EmitThreadLocalVarDeclLValue()
DMicrosoftCXXABI.cpp386 QualType LValType) override;
2248 QualType LValType) { in EmitThreadLocalVarDeclLValue() argument
/external/clang/lib/AST/
DExprConstant.cpp2689 QualType LValType) { in findCompleteObject() argument
2710 if (LValType.isVolatileQualified()) { in findCompleteObject()
2713 << AK << LValType; in findCompleteObject()
2937 QualType LValType, APValue &Val) { in handleAssignment() argument
2946 CompleteObject Obj = findCompleteObject(Info, E, AK_Assign, LVal, LValType); in handleAssignment()
3057 const LValue &LVal, QualType LValType, QualType PromotedLValType, in handleCompoundAssignment() argument
3067 CompleteObject Obj = findCompleteObject(Info, E, AK_Assign, LVal, LValType); in handleCompoundAssignment()
3207 QualType LValType, bool IsIncrement, APValue *Old) { in handleIncDec() argument
3217 CompleteObject Obj = findCompleteObject(Info, E, AK, LVal, LValType); in handleIncDec()