Searched refs:InputDeclsAddressOf (Results 1 – 2 of 2) sorted by relevance
5917 SmallVector<bool, 4> InputDeclsAddressOf; in parseMSInlineAsm() local5995 InputDeclsAddressOf.push_back(Operand.needAddressOf()); in parseMSInlineAsm()6034 OpDecls[j] = std::make_pair(InputDecls[i], InputDeclsAddressOf[i]); in parseMSInlineAsm()
7050 SmallVector<bool, 4> InputDeclsAddressOf; in parseMSInlineAsm() local7128 InputDeclsAddressOf.push_back(Operand.needAddressOf()); in parseMSInlineAsm()7167 OpDecls[j] = std::make_pair(InputDecls[i], InputDeclsAddressOf[i]); in parseMSInlineAsm()