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

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenTarget.h 202 /// ComplexPattern - ComplexPattern info, corresponding to the ComplexPattern
204 class ComplexPattern {
212 ComplexPattern(Record *R);
CodeGenTarget.cpp 561 // ComplexPattern implementation
563 ComplexPattern::ComplexPattern(Record *R) {
605 "' on ComplexPattern '" + R->getName() +

Completed in 16 milliseconds