Searched refs:annotation (Results 1 - 11 of 11) sorted by relevance

/haiku-buildtools/gcc/libcilkrts/include/cilktools/
H A Dcilkscreen.h51 # define __cilkscreen_metacall(annotation,expr) \
52 __notify_zc_intrinsic((char *)annotation, expr)
54 # define __cilkscreen_metacall(annotation,expr) ((void)annotation, (void)(expr))
H A Dcilkview.h156 # define __cilkview_metacall(annotation,expr) (annotation, (void) (expr))
/haiku-buildtools/gcc/libcilkrts/runtime/
H A Drts-common.h126 # define NOTIFY_ZC_INTRINSIC(annotation, data) \
127 __notify_zc_intrinsic(annotation, data)
129 # define NOTIFY_ZC_INTRINSIC(annotation, data)
/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Daent.d5 # Test the .aent directive retains function symbol type annotation.
H A Dloongson-2f-3.s15 jr $1 # jr with at register and .set annotation
/haiku-buildtools/legacy/binutils/gprof/
H A Dsource.c102 char *annotation, *name_only;
179 /* Create annotation files in the current working directory. */
241 annotation = xmalloc (max_width + 1);
251 (*annote) (annotation, max_width, line_num, arg);
252 fputs (annotation, ofp);
262 free (annotation);
101 char *annotation, *name_only; local
/haiku-buildtools/binutils/gprof/
H A Dsource.c102 char *annotation, *name_only;
179 /* Create annotation files in the current working directory. */
241 annotation = (char *) xmalloc (max_width + 1);
251 (*annote) (annotation, max_width, line_num, arg);
252 fputs (annotation, ofp);
261 free (annotation);
101 char *annotation, *name_only; local
/haiku-buildtools/isl/
H A Disl_ast_private.h80 isl_id *annotation; member in struct:isl_ast_node
H A Disl_ast.c758 isl_id_free(node->annotation);
971 return node ? isl_id_copy(node->annotation) : NULL;
974 /* Replace node->annotation by "annotation".
977 __isl_take isl_ast_node *node, __isl_take isl_id *annotation)
980 if (!node || !annotation)
983 isl_id_free(node->annotation);
984 node->annotation = annotation;
988 isl_id_free(annotation);
976 isl_ast_node_set_annotation( __isl_take isl_ast_node *node, __isl_take isl_id *annotation) argument
[all...]
/haiku-buildtools/isl/include/isl/
H A Dast.h113 __isl_take isl_ast_node *node, __isl_take isl_id *annotation);
/haiku-buildtools/gcc/gcc/java/
H A Djava-tree.h857 #define TYPE_ANNOTATION(T) (TYPE_LANG_SPECIFIC (T)->annotation)
940 unsigned annotation:1; /* Class is an annotation type. */

Completed in 52 milliseconds