Searched refs:InputDecls (Results 1 – 2 of 2) sorted by relevance
5991 SmallVector<void *, 4> InputDecls; in parseMSInlineAsm() local6072 InputDecls.push_back(OpDecl); in parseMSInlineAsm()6090 NumInputs = InputDecls.size(); in parseMSInlineAsm()6111 OpDecls[j] = std::make_pair(InputDecls[i], InputDeclsAddressOf[i]); in parseMSInlineAsm()
7348 SmallVector<void *, 4> InputDecls; in parseMSInlineAsm() local7427 InputDecls.push_back(OpDecl); in parseMSInlineAsm()7443 NumInputs = InputDecls.size(); in parseMSInlineAsm()7464 OpDecls[j] = std::make_pair(InputDecls[i], InputDeclsAddressOf[i]); in parseMSInlineAsm()