Searched refs:InputDecls (Results 1 – 2 of 2) sorted by relevance
5971 SmallVector<void *, 4> InputDecls; in parseMSInlineAsm() local6052 InputDecls.push_back(OpDecl); in parseMSInlineAsm()6070 NumInputs = InputDecls.size(); in parseMSInlineAsm()6092 OpDecls[j] = std::make_pair(InputDecls[i], InputDeclsAddressOf[i]); in parseMSInlineAsm()
7379 SmallVector<void *, 4> InputDecls; in parseMSInlineAsm() local7458 InputDecls.push_back(OpDecl); in parseMSInlineAsm()7474 NumInputs = InputDecls.size(); in parseMSInlineAsm()7496 OpDecls[j] = std::make_pair(InputDecls[i], InputDeclsAddressOf[i]); in parseMSInlineAsm()