Searched refs:LValType (Results 1 – 8 of 8) 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/llvm-project/clang/lib/CodeGen/ |
D | CGCXXABI.h | 616 QualType LValType) = 0;
|
D | ItaniumCXXABI.cpp | 376 QualType LValType) override; 2934 QualType LValType) { in EmitThreadLocalVarDeclLValue() argument 2943 LV = CGF.MakeNaturalAlignAddrLValue(CallVal, LValType); in EmitThreadLocalVarDeclLValue() 2945 LV = CGF.MakeAddrLValue(CallVal, LValType, in EmitThreadLocalVarDeclLValue()
|
D | MicrosoftCXXABI.cpp | 402 QualType LValType) override; 2391 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()
|
/external/llvm-project/clang/lib/AST/ |
D | ExprConstant.cpp | 3940 QualType LValType) { in findCompleteObject() argument 3970 if (isFormalAccess(AK) && LValType.isVolatileQualified()) { in findCompleteObject() 3973 << AK << LValType; in findCompleteObject() 4160 Info.Ctx.getLValueReferenceType(LValType)); in findCompleteObject() 4261 QualType LValType, APValue &Val) { in handleAssignment() argument 4270 CompleteObject Obj = findCompleteObject(Info, E, AK_Assign, LVal, LValType); in handleAssignment() 4401 const LValue &LVal, QualType LValType, in handleCompoundAssignment() argument 4413 CompleteObject Obj = findCompleteObject(Info, E, AK_Assign, LVal, LValType); in handleCompoundAssignment() 4548 QualType LValType, bool IsIncrement, APValue *Old) { in handleIncDec() argument 4558 CompleteObject Obj = findCompleteObject(Info, E, AK, LVal, LValType); in handleIncDec()
|