Searched defs:LValType (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp328 QualType LValType) override;
2340 QualType LValType) {
2350 LV = CGF.MakeNaturalAlignAddrLValue(CallVal, LValType);
2352 LV = CGF.MakeAddrLValue(CallVal, LValType,
2338 EmitThreadLocalVarDeclLValue(CodeGenFunction &CGF, const VarDecl *VD, QualType LValType) argument
H A DMicrosoftCXXABI.cpp386 QualType LValType) override;
2248 QualType LValType) {
2246 EmitThreadLocalVarDeclLValue(CodeGenFunction &CGF, const VarDecl *VD, QualType LValType) argument
/external/clang/lib/AST/
H A DExprConstant.cpp2689 QualType LValType) {
2710 if (LValType.isVolatileQualified()) {
2713 << AK << LValType; local
2937 QualType LValType, APValue &Val) {
2946 CompleteObject Obj = findCompleteObject(Info, E, AK_Assign, LVal, LValType);
3057 const LValue &LVal, QualType LValType, QualType PromotedLValType,
3067 CompleteObject Obj = findCompleteObject(Info, E, AK_Assign, LVal, LValType);
3207 QualType LValType, bool IsIncrement, APValue *Old) {
3217 CompleteObject Obj = findCompleteObject(Info, E, AK, LVal, LValType);
2687 findCompleteObject(EvalInfo &Info, const Expr *E, AccessKinds AK, const LValue &LVal, QualType LValType) argument
2936 handleAssignment(EvalInfo &Info, const Expr *E, const LValue &LVal, QualType LValType, APValue &Val) argument
3055 handleCompoundAssignment( EvalInfo &Info, const Expr *E, const LValue &LVal, QualType LValType, QualType PromotedLValType, BinaryOperatorKind Opcode, const APValue &RVal) argument
3206 handleIncDec(EvalInfo &Info, const Expr *E, const LValue &LVal, QualType LValType, bool IsIncrement, APValue *Old) argument

Completed in 205 milliseconds