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

/openbsd-current/gnu/usr.bin/binutils/gprof/
H A Dsource.c106 char *annotation, *name_only;
183 /* Create annotation files in the current working directory. */
245 annotation = xmalloc (max_width + 1);
255 (*annote) (annotation, max_width, line_num, arg);
256 fputs (annotation, ofp);
266 free (annotation);
105 char *annotation, *name_only; local
/openbsd-current/gnu/usr.bin/binutils-2.17/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
/openbsd-current/gnu/usr.bin/perl/lib/unicore/
H A Dmktables807 -annotate : Output an annotation for each character in the table files;
1515 # for the purposes of annotation.
1517 # name for the purposes of annotation. They map to the
1526 # The annotation types are an extension of the regular range types, though
5840 sub merge_single_annotation_line ($output, $annotation, $annotation_column) {
5842 # This appends an annotation comment, $annotation, to $output,
5846 $annotation =~ s/^ \s* \# \ //x;
5857 $annotation;
5934 # annotation
[all...]
/openbsd-current/gnu/llvm/clang/bindings/python/tests/cindex/
H A Dtest_cursor.py455 tu = get_tu('int foo (void) __attribute__ ((annotate("here be annotation attribute")));')
462 self.assertEqual(c.displayname, "here be annotation attribute")
465 self.fail("Couldn't find annotation")
468 annotation = '__attribute__ ((annotate("annotation")))'
473 source = 'template<typename T> ' + (source % annotation)
482 self.assertEqual(c.displayname, "annotation")
485 self.fail("Couldn't find annotation for {}".format(kind))
/openbsd-current/gnu/usr.bin/perl/ext/attributes/
H A Dattributes.pm386 Some examples of syntactically invalid attribute lists (with annotation):
410 Here are some samples of syntactically valid declarations, with annotation
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp325 case Intrinsic::annotation:
327 // Just drop the annotation, but forward the value
/openbsd-current/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h651 case Intrinsic::annotation:
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp1140 case Intrinsic::annotation:
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2189 case Intrinsic::annotation:
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp7614 case Intrinsic::annotation:
8055 case Intrinsic::annotation:
8057 // A start_loop_iterations or llvm.annotation or llvm.prt.annotation is
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6770 case Intrinsic::annotation:
6790 MF.getMMI().getContext().createTempSymbol("annotation", true);
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGBuiltin.cpp4270 CGM.getIntrinsic(llvm::Intrinsic::annotation,
4273 // Get the annotation string, go through casts. Sema requires this to be a

Completed in 436 milliseconds