Searched refs:InputDecls (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5915 SmallVector<void *, 4> InputDecls; local
5994 InputDecls.push_back(OpDecl);
6012 NumInputs = InputDecls.size();
6034 OpDecls[j] = std::make_pair(InputDecls[i], InputDeclsAddressOf[i]);
H A DMasmParser.cpp7048 SmallVector<void *, 4> InputDecls; local
7127 InputDecls.push_back(OpDecl);
7145 NumInputs = InputDecls.size();
7167 OpDecls[j] = std::make_pair(InputDecls[i], InputDeclsAddressOf[i]);

Completed in 94 milliseconds