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

  /src/external/mit/isl/dist/interface/
extract_interface.cc 129 const AnnotateAttr *ann = dyn_cast<AnnotateAttr>(*i); local
130 if (!ann)
132 if (ann->getAnnotation().str() == name)
extract_interface.cc 129 const AnnotateAttr *ann = dyn_cast<AnnotateAttr>(*i); local
130 if (!ann)
132 if (ann->getAnnotation().str() == name)
generator.cc 483 const AnnotateAttr *ann = dyn_cast<AnnotateAttr>(*i); local
484 if (!ann)
486 string s = ann->getAnnotation().str();
generator.cc 483 const AnnotateAttr *ann = dyn_cast<AnnotateAttr>(*i); local
484 if (!ann)
486 string s = ann->getAnnotation().str();

Completed in 44 milliseconds