Searched refs:LValType (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGCXXABI.h | 570 QualType LValType) = 0;
|
D | ItaniumCXXABI.cpp | 328 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()
|
D | MicrosoftCXXABI.cpp | 386 QualType LValType) override; 2248 QualType LValType) { in EmitThreadLocalVarDeclLValue() argument
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 2689 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()
|