Searched refs:IsGlobalLV (Results 1 – 3 of 3) sorted by relevance
54 bool IsGlobalLV; member81 Var.IsGlobalLV = isGlobalLV; in setVar()
723 bool IsGlobalLV = false; in FillInlineAsmIdentifierInfo() local725 IsGlobalLV = Eval.isGlobalLValue(); in FillInlineAsmIdentifierInfo()726 Info.setVar(Res, IsGlobalLV, Size, Type); in FillInlineAsmIdentifierInfo()
1431 bool IsGlobalLV = false; in CreateMemForInlineAsm() local1436 IsGlobalLV = Info.Var.IsGlobalLV; in CreateMemForInlineAsm()1440 if (IsGlobalLV && (BaseReg || IndexReg)) { in CreateMemForInlineAsm()1962 Info.Var.Decl, Info.Var.IsGlobalLV); in ParseIntelOperand()