Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCXXABI.h623 QualType LValType) = 0;
H A DItaniumCXXABI.cpp376 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 DMicrosoftCXXABI.cpp407 QualType LValType) override;
2402 QualType LValType) { in EmitThreadLocalVarDeclLValue() argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp3945 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()