Searched refs:ann (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr27907.c16 fann_run (struct fann *ann, fann_type * input) argument
19 for (layer_it = ann->first_layer + 1; layer_it != last_layer; layer_it++)
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A D20050629-1.c18 union tree_ann_d *ann; member in struct:tree_common
92 return (stmt_ann_t) t->common.ann;
95 stmt_ann_t ann = stmt_ann (t); local
96 return ann ? ann->modified : 1;
/haiku-buildtools/isl/interface/
H A Dextract_interface.cc92 const AnnotateAttr *ann = dyn_cast<AnnotateAttr>(*i); local
93 if (!ann)
95 if (ann->getAnnotation().str() == name)
H A Dpython.cc53 const AnnotateAttr *ann = dyn_cast<AnnotateAttr>(*i); local
54 if (!ann)
56 string s = ann->getAnnotation().str();

Completed in 45 milliseconds