HomeSort by: relevance | last modified time | path
    Searched refs:InputDecls (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
AsmParser.cpp 5915 SmallVector<void *, 4> InputDecls;
5994 InputDecls.push_back(OpDecl);
6012 NumInputs = InputDecls.size();
6034 OpDecls[j] = std::make_pair(InputDecls[i], InputDeclsAddressOf[i]);
MasmParser.cpp 7048 SmallVector<void *, 4> InputDecls;
7127 InputDecls.push_back(OpDecl);
7145 NumInputs = InputDecls.size();
7167 OpDecls[j] = std::make_pair(InputDecls[i], InputDeclsAddressOf[i]);

Completed in 25 milliseconds