Searched refs:InputDecls (Results 1 – 2 of 2) sorted by relevance
5937 SmallVector<void *, 4> InputDecls; in parseMSInlineAsm() local6016 InputDecls.push_back(OpDecl); in parseMSInlineAsm()6034 NumInputs = InputDecls.size(); in parseMSInlineAsm()6056 OpDecls[j] = std::make_pair(InputDecls[i], InputDeclsAddressOf[i]); in parseMSInlineAsm()
7395 SmallVector<void *, 4> InputDecls; in parseMSInlineAsm() local7474 InputDecls.push_back(OpDecl); in parseMSInlineAsm()7492 NumInputs = InputDecls.size(); in parseMSInlineAsm()7514 OpDecls[j] = std::make_pair(InputDecls[i], InputDeclsAddressOf[i]); in parseMSInlineAsm()