Searched refs:InputDecls (Results 1 – 2 of 2) sorted by relevance
5962 SmallVector<void *, 4> InputDecls; in parseMSInlineAsm() local6043 InputDecls.push_back(OpDecl); in parseMSInlineAsm()6063 NumInputs = InputDecls.size(); in parseMSInlineAsm()6085 OpDecls[j] = std::make_pair(InputDecls[i], InputDeclsAddressOf[i]); in parseMSInlineAsm()
7360 SmallVector<void *, 4> InputDecls; in parseMSInlineAsm() local7439 InputDecls.push_back(OpDecl); in parseMSInlineAsm()7457 NumInputs = InputDecls.size(); in parseMSInlineAsm()7479 OpDecls[j] = std::make_pair(InputDecls[i], InputDeclsAddressOf[i]); in parseMSInlineAsm()