Searched refs:InputDeclsAddressOf (Results 1 – 2 of 2) sorted by relevance
5964 SmallVector<bool, 4> InputDeclsAddressOf; in parseMSInlineAsm() local6044 InputDeclsAddressOf.push_back(Operand.needAddressOf()); in parseMSInlineAsm()6085 OpDecls[j] = std::make_pair(InputDecls[i], InputDeclsAddressOf[i]); in parseMSInlineAsm()
7362 SmallVector<bool, 4> InputDeclsAddressOf; in parseMSInlineAsm() local7440 InputDeclsAddressOf.push_back(Operand.needAddressOf()); in parseMSInlineAsm()7479 OpDecls[j] = std::make_pair(InputDecls[i], InputDeclsAddressOf[i]); in parseMSInlineAsm()