HomeSort by: relevance | last modified time | path
    Searched defs:Declarations (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenSchedule.cpp 238 DenseMap<StringRef, const Record *> Declarations;
240 // There cannot be multiple declarations with the same name.
244 const auto It = Declarations.find(Name);
245 if (It == Declarations.end()) {
246 Declarations[Name] = R;

Completed in 16 milliseconds