Searched refs:InputDecls (Results 1 – 2 of 2) sorted by relevance
5985 SmallVector<void *, 4> InputDecls; in parseMSInlineAsm() local6066 InputDecls.push_back(OpDecl); in parseMSInlineAsm()6084 NumInputs = InputDecls.size(); in parseMSInlineAsm()6106 OpDecls[j] = std::make_pair(InputDecls[i], InputDeclsAddressOf[i]); in parseMSInlineAsm()
7347 SmallVector<void *, 4> InputDecls; in parseMSInlineAsm() local7426 InputDecls.push_back(OpDecl); in parseMSInlineAsm()7442 NumInputs = InputDecls.size(); in parseMSInlineAsm()7464 OpDecls[j] = std::make_pair(InputDecls[i], InputDeclsAddressOf[i]); in parseMSInlineAsm()