Searched refs:InputDeclsAddressOf (Results 1 – 2 of 2) sorted by relevance
5987 SmallVector<bool, 4> InputDeclsAddressOf; in parseMSInlineAsm() local6067 InputDeclsAddressOf.push_back(Operand.needAddressOf()); in parseMSInlineAsm()6106 OpDecls[j] = std::make_pair(InputDecls[i], InputDeclsAddressOf[i]); in parseMSInlineAsm()
7349 SmallVector<bool, 4> InputDeclsAddressOf; in parseMSInlineAsm() local7427 InputDeclsAddressOf.push_back(Operand.needAddressOf()); in parseMSInlineAsm()7464 OpDecls[j] = std::make_pair(InputDecls[i], InputDeclsAddressOf[i]); in parseMSInlineAsm()