Searched refs:LValType (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGCXXABI.h | 623 QualType LValType) = 0;
|
| H A D | ItaniumCXXABI.cpp | 376 QualType LValType) override; 3003 QualType LValType) { in EmitThreadLocalVarDeclLValue() argument 3012 LV = CGF.MakeNaturalAlignAddrLValue(CallVal, LValType); in EmitThreadLocalVarDeclLValue() 3014 LV = CGF.MakeAddrLValue(CallVal, LValType, in EmitThreadLocalVarDeclLValue()
|
| H A D | MicrosoftCXXABI.cpp | 407 QualType LValType) override; 2402 QualType LValType) { in EmitThreadLocalVarDeclLValue() argument
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 3945 QualType LValType) { in findCompleteObject() argument 3975 if (isFormalAccess(AK) && LValType.isVolatileQualified()) { in findCompleteObject() 3978 << AK << LValType; in findCompleteObject() 4165 Info.Ctx.getLValueReferenceType(LValType)); in findCompleteObject() 4266 QualType LValType, APValue &Val) { in handleAssignment() argument 4275 CompleteObject Obj = findCompleteObject(Info, E, AK_Assign, LVal, LValType); in handleAssignment() 4406 const LValue &LVal, QualType LValType, in handleCompoundAssignment() argument 4418 CompleteObject Obj = findCompleteObject(Info, E, AK_Assign, LVal, LValType); in handleCompoundAssignment() 4553 QualType LValType, bool IsIncrement, APValue *Old) { in handleIncDec() argument 4563 CompleteObject Obj = findCompleteObject(Info, E, AK, LVal, LValType); in handleIncDec()
|