Searched refs:InputDeclsAddressOf (Results 1 – 2 of 2) sorted by relevance
5993 SmallVector<bool, 4> InputDeclsAddressOf; in parseMSInlineAsm() local6073 InputDeclsAddressOf.push_back(Operand.needAddressOf()); in parseMSInlineAsm()6111 OpDecls[j] = std::make_pair(InputDecls[i], InputDeclsAddressOf[i]); in parseMSInlineAsm()
7350 SmallVector<bool, 4> InputDeclsAddressOf; in parseMSInlineAsm() local7428 InputDeclsAddressOf.push_back(Operand.needAddressOf()); in parseMSInlineAsm()7464 OpDecls[j] = std::make_pair(InputDecls[i], InputDeclsAddressOf[i]); in parseMSInlineAsm()